December 2017
Intermediate to advanced
386 pages
10h 42m
English
This is a collection of general-purpose, non-linear multidimensional solvers. These solvers find x for which F(x) = 0. Both x and F can be multidimensional.
|
Functions |
Parameters |
|
newton_krylov(F, xin[, iter, rdiff, method, ...]) |
Find a root of a function, using Krylov approximation for inverse Jacobian. |
|
anderson(F, xin[, iter, alpha, w0, M, ...]) |
Find a root of a function, using (extended) Anderson mixing. |
General non-linear solvers:
|
Functions |
Parameters |
|
broyden1(F, xin[, iter, alpha, ...]) |
Find a root of a function, using Broyden's first Jacobian approximation. |
|
broyden2(F, xin[, iter, alpha, ...]) |
Find a root of a function, using Broyden's second Jacobian approximation. |
Simple iterations: ...
Read now
Unlock full access