Solve a Set of Equations Numerically - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Tasks : Algebra : Solve a Set of Equations Numerically

Solve a Set of Equations Numerically

Description

Solve a set of equations for the numeric values of the solutions.

Enter a set of equations.

u+vw=1,2uv+3w=−2,2u+2v+3w=0

u+vw=1,2uv+3w=2,2u+2v+3w=0

(1)

Specify the variables, and then solve the set of equations numerically.

fsolve,u,v,w

u=0.06666666667,v=0.6666666667,w=0.4000000000

(2)

Commands Used

fsolve

See Also

solve