which algorithm does vpasolve use

4 visualizaciones (últimos 30 días)
Jordan Budhu
Jordan Budhu el 2 de Ag. de 2016
Respondida: Walter Roberson el 2 de Ag. de 2016
Hello, I am using vpasolve to solve a system of non-linear equations rather than fsolve iterative techniques as it seems vpasolve is faster. However, there is no documentation on the exact algorithm being used in vpasolve. does anyone know what approach vpasolve it taking in solving a system of non-linear equations? Thanks.

Respuestas (1)

Walter Roberson
Walter Roberson el 2 de Ag. de 2016
vpasolve() uses the MuPAD symbolic Engine's numeric:;solve routine. Depending on the form of the nonlinearity, numeric::polysysroots might be invoked, but more likely numeric::fsolve will be invoked. For that,
"numeric::fsolve implements a purely numerical Newton type root search with a working precision set by the environment variable DIGITS"

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by