photo

YARA NABA


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
Solving system of 3 non-linear equations.
syms x y z eq1=exp(x)+sqrt(y)-z.^3-2 eq2=x.^2-y-z-5 eq3=x+exp(y-1)+z-7 sol=solve(eq1,eq2,eq3) sol how can i rewrite it

5 years 前 | 0