Numerical solutions of system of nonlinear algebraic equations nonlinear algebraic eq

alexyan
Messages
16
Reaction score
0
Could somebody who knows well the method of numerical solutions of system of nonlinear algebraic equations nonlinear algebraic equations recommand a global convergence methods? thank you very much!
 
Physics news on Phys.org
Last edited by a moderator:
could you recommand the method without using Derivatives? thank you!
 
Without derivatives the methods are typically less effective (can be 'inefficient' real quick, if it's possible to apply in your case methods utilizing gradients they are typically far more usable & efficient), but ones like the simplex method and conjugate direction methods are zeroth order methods and as such don't use gradients. The simplex method is pretty used for example in unconstrained nonlinear optimization.

http://www-fp.mcs.anl.gov/otc/Guide/OptWeb/continuous/unconstrained/nonlinsimplex.html
 
Last edited by a moderator:
For a system of nonlinear algebraic equations, if you want to find all the solutions, you can also consider the continuation method (some people call it homotopy continuation method).
Here is one link:
http://www.math.uic.edu/~jan/PHCpack/phcpack.html
 
thank you!
 
Chingkui, my equations is not the polynomial. it contains the hyperbolic functions and is diffificult to simpilify to hyperbolic functions. how can I do with homotopy continuation method?
 
Back
Top