Statistica
MATLAB Answers
0 Domande
1 Risposta
RANK
231.276
of 301.984
REPUTAZIONE
0
CONTRIBUTI
0 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
RANK
of 177.857
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
I need to create an anonymous function for the newton raphson method that finds the exact roots of (-1+5.5x-4x^2+0.5x^3) I do not even know where to begin.
clear all clc syms x; fun=input('Enter the funtion as a variable of X'); f=inline(fun); z=diff(f(x)); f1=inline(z); x...
I need to create an anonymous function for the newton raphson method that finds the exact roots of (-1+5.5x-4x^2+0.5x^3) I do not even know where to begin.
clear all clc syms x; fun=input('Enter the funtion as a variable of X'); f=inline(fun); z=diff(f(x)); f1=inline(z); x...
quasi 6 anni fa | 0

