myroots(Pcoef,tol,r​ootclass)

improving the function root in MATLAB
393 download
Aggiornato 26 mag 2016

Visualizza la licenza

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.

Cita come

Alireza Shourangiz Haghighi (2024). myroots(Pcoef,tol,rootclass) (https://www.mathworks.com/matlabcentral/fileexchange/53135-myroots-pcoef-tol-rootclass), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2015a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Earth, Ocean, and Atmospheric Sciences in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0

Updated the file