統計
MATLAB Answers
0 質問
2 回答
ランク
of 174,609
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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年以上 前 | 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年以上 前 | 0
