myroots(Pcoef,tol,r​ootclass)

improving the function root in MATLAB

現在この提出コンテンツをフォロー中です。

As is evident the function "roots" finds all the roots of equation (both imaginary and real roots). Based on the boundary condition or the condition of the problem either real or imaginary roots are considered. For example if you have the 10th order equation finding the imaginary and real roots , and using them will be difficult.
The proposed Mfile can easily solved the above problem. On the other hand, it is like a filter for function root (For more information see the examples in the Mfile). The elapse time of the proposed Mfile is very short. The program has been performed in MATLAB 2009a to MATLAB 2015a.

引用

Alireza Shourangiz Haghighi (2026). myroots(Pcoef,tol,rootclass) (https://jp.mathworks.com/matlabcentral/fileexchange/53135-myroots-pcoef-tol-rootclass), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersGeoscience についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0

Updated the file