Tuesday, March 06, 2007

nsolve()

If an equation cannot be solved using Solve() or cSolve(), nsolve() may give you a correct solution. For example the equation (x+1)^(x+2)=0 will return false, but if you plug it into nsolve(), it will return -1.

0 Comments:

Post a Comment

<< Home