Regula Falsi Method

Version 1.0.0.0 (492 octets) par Sander Khowaja
Regula Falsi method for solving non-linear equations
1,8K téléchargements
Mise à jour 2 nov. 2014

Afficher la licence

This code solves the non-linear equations using regula-falsi method or false position method with number of iterations as a stopping criterion. Function takes 3 arguments i.e. x1 and x2 the bracket values and n is the number of iterations. The code is written in a very simple way and can be easily understood. f.m file is the function where you can write the desired equations whose roots are ought to be find.

Citation pour cette source

Sander Khowaja (2024). Regula Falsi Method (https://www.mathworks.com/matlabcentral/fileexchange/48329-regula-falsi-method), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2013b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Systems of Nonlinear Equations dans Help Center et MATLAB Answers
Remerciements

Inspiré par : regulafalsi.m

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0