Post Reply 
nsolve vs fsolve ?
11-30-2014, 09:13 PM
Post: #1
nsolve vs fsolve ?
Hi,


What is exactly the difference between these two commands ?

What is the syntax to solve system of non linear equations with nsolve command ?

Thanks
Find all posts by this user
Quote this message in a reply
11-30-2014, 09:59 PM
Post: #2
RE: nsolve vs fsolve ?
nSolve({list of equations), {list of variables}) ---> {list of solutions}

Example:
nSolve({(x+2*y) = 10,(y-x) = 2},{x,y}) ---> {2,4}

User Guide distinction:
nSolve((Expr, Var=Guess)
fsolve(Expr, Var, [guess or interval], [Method])

CAS commands:
nSolve() spelling.
fsolve(), spelling (all lower case).
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)