Newton Raphson Line Search

Solution of equations with the quasi-Newton-Raphson method accelerated by a line search algorithm
ダウンロード: 1.5K
更新 2016/5/19

ライセンスの表示

Newton Raphson Line Search is a program for the solution of equations with the quasi-Newton-Raphson method accelerated by a line search algorithm. The equation to be solved can include vectors, except for scalars. It is written in MATLAB programming language and is available as source code distributed under a BSD-style license (see License.txt). Type "help line_search" and "help fun" to view the instructions for usage in MATLAB.

引用

George Papazafeiropoulos (2024). Newton Raphson Line Search (https://www.mathworks.com/matlabcentral/fileexchange/44315-newton-raphson-line-search), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2012b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersNewton-Raphson Method についてさらに検索

Community Treasure Hunt

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

Start Hunting!

LINESEARCH/

バージョン 公開済み リリース ノート
1.0.0.0

A script was converted in a published example. The help sections of the functions were formatted.