Feeds
已回答
MATLAB中非线性方程组求解!。
>> syms x y a b c d m n p q >> [x,y] = solve(a*x+b*y+c*x*y-d, m*x+n*y+p*x*y-q)
MATLAB中非线性方程组求解!。
>> syms x y a b c d m n p q >> [x,y] = solve(a*x+b*y+c*x*y-d, m*x+n*y+p*x*y-q)
3 years 前 | 0
| 已接受
3 years 前 | 0
| 已接受