Roots for non-linear highly-transcendental equation.

バージョン 1.1.0.0 (2.7 KB) 作成者: sai kumar
it solves almost any given linear, non-linear, non-linear & highly-transcendental equations.
ダウンロード: 411
更新 2014/10/14

ライセンスの表示

It solves almost any given linear, non-linear, non-linear & highly-transcendental equations.
the specialty of this code is though it follows slightly modified bisection method,
the function whose roots are to be found,is be defined separately in a .m file.
even the function can also contain 'multiple variables', example." x^2+y^2+cos(x)+sin(y)=0 "
the detailed information such as no. of iterations and the corresponding values are automatically saved,
into a (.txt) file format,in a systematic tabular form.
this code has been tested on MATLAB 7.14 (R2012a) for all possible types of equations and proved to be accurate.
an example is also solved.
main program=code.m
sub program or function file=FCT.m
any queries please feel free to post.

引用

sai kumar (2024). Roots for non-linear highly-transcendental equation. (https://www.mathworks.com/matlabcentral/fileexchange/48107-roots-for-non-linear-highly-transcendental-equation), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2012a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersSystems of Nonlinear Equations についてさらに検索
謝辞

ヒントを得たファイル: Numerical Analysis Functions 1

Community Treasure Hunt

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

Start Hunting!

roots of nonlinear transcendental equations/

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

minor changes in the main program(code.m)

1.0.0.0