You are on page 1of 9

Solve system of nonlinear

equations
Solve system of nonlinear equations fsolve

F(x) = 0

Syntax
x = fsolve(fun,x0,options)
x = fsolve(fun,x0,options) solves the equations with the optimization options specified in options.
Use optimoptions to set these options.

[x,fval] = fsolve(___), for any syntax, returns the value of the objective function fun at the solution x.
Contoh

Start your search for a solution at x0 = [-5 -5].


Penyelesaian Bhs Program
Contoh Persoalan Teknik Kimia
Bahasa Matlab

You might also like