Feeds
已回答
Why does SOLVE return an incorrect result?
syms x syms x2A % 함수식 f % f = (2*x^2 + 4*x -3)/(x^2 + x - 4) % 항등식 풀기, 대입 % x1 = solve((2*x^2 + 4*x -3)/(x^2 + x - 4)) y...
Why does SOLVE return an incorrect result?
syms x syms x2A % 함수식 f % f = (2*x^2 + 4*x -3)/(x^2 + x - 4) % 항등식 풀기, 대입 % x1 = solve((2*x^2 + 4*x -3)/(x^2 + x - 4)) y...
5 years 前 | 0
已回答
Why does SOLVE return an incorrect result?
f = (2*x^2 + 4*x - 3)/(x^2 + x - 4) x1 = - 10^(1/2)/2 - 1 10^(1/2)/2 - 1 y1 = (2*10^(1/2) - 2*(10^(...
Why does SOLVE return an incorrect result?
f = (2*x^2 + 4*x - 3)/(x^2 + x - 4) x1 = - 10^(1/2)/2 - 1 10^(1/2)/2 - 1 y1 = (2*10^(1/2) - 2*(10^(...
5 years 前 | 0
