photo

Sneha


Last seen: plus de 4 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

MATLAB Answers

2 Questions
0 Réponses

RANG
96 218
of 301 186

RÉPUTATION
0

CONTRIBUTIONS
2 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
0

RANG
 of 21 188

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 292

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


RangaKutta Method Vs Analytic Method plot problem
x_a=linspace(0,2,n) h=x_a(n)-x_a(n-1) y_a=((x_a.^2+1/2.*x_a+1)).^2 y_r(1)=1; for i=1:n-1 ; ...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


differential equation huen plotting problem
x_a=linspace(0,2,n) h=x_a(n)-x_a(n-1) y_a=((x_a.^2+1/2.*x_a+1)).^2 for i=1:n-1 ; x_h=linspace(0,...

plus de 4 ans il y a | 1 réponse | 0

1

réponse