Implement the Bisection Method in Matlab
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Implement the Bisection Method in Matlab to find a root of f(x) = x 2 − e x on the interval [−2, 2]. Use a tolerance of 1E − 8.
6 Commenti
Steven Lord
il 26 Apr 2022
@Sam Chak My guess is that the function appeared in the text of the question as "x 2 - e x" because it was copied and pasted from a document (likely PDF, maybe HTML) that typeset it as
. If the copy & paste process just copied the actual characters not the positioning of the 2 and the second x as superscripts, that would appear as "x 2 - e x".
Risposte (0)
Vedere anche
Categorie
Scopri di più su Adding custom doc in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!