Community Profile

photo

YARA NABA


Active since 2019

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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 ago | 0