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년 초과 전 | 0
| 수락됨
3년 초과 전 | 0
| 수락됨