symja_android_library icon indicating copy to clipboard operation
symja_android_library copied to clipboard

Implement multivariate Newton’s method in the FindRoot function

Open axkr opened this issue 2 years ago • 0 comments

Port an implementation of the multivariate Newton’s method as described here:

  • https://github.com/tamaskis/newtons_method_n-MATLAB

Enhance the FindRoot function with a new method for this case:

  • https://github.com/axkr/symja_android_library/blob/master/symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/reflection/system/FindRoot.java

axkr avatar Aug 02 '22 16:08 axkr