Statistica
3 Domande
0 Risposte
RANK
275.355
of 301.809
REPUTAZIONE
0
CONTRIBUTI
3 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
66.67%
VOTI RICEVUTI
0
RANK
of 176.674
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
Domanda
Trapezoidal Rule Approximation of Integral and Function Use
function [integral,difference,ratio]=Trapezoidal(a,b,n0,index_f) integral = zeros(9,1); difference = zeros(9,1); ...
oltre 13 anni fa | 1 risposta | 0
1
rispostaDomanda
What does the code: v = poly(1:n); accomplish?
I am attempting to create a program which will determine the effect of perturbations on root-finding methods. I have a particula...
oltre 13 anni fa | 1 risposta | 0
1
rispostaDomanda
How do I plot multiple function forms on the same graph using vectors?
I am creating a program to solve for roots of functions using Newton's Method. I keep getting the error "Error using * Inner ...
oltre 13 anni fa | 1 risposta | 0
