Momo
Followers: 0 Following: 0
Statistiques
9 Questions
0 Réponses
RANG
40 321
of 295 467
RÉPUTATION
1
CONTRIBUTIONS
9 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
77.78%
VOTES REÇUS
1
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
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
Feeds
Question
how can we estimate from a fine-grid solution
" suppose we don’t know the exact solution but that we can afford to run the problem on a very fine grid" how can we do that is...
environ 6 ans il y a | 1 réponse | 0
0
réponseQuestion
Matlab if statements in physics
What does the condition mean in Matlab, where x and y are the displacement that measures from [-1,1] if (abs(x)>=1) x=si...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
error in Euler method
. could you please, check my code I did not get as the following pic. for i=1:length(T)-1 x1(i+1)=x1(i)+d...
environ 6 ans il y a | 1 réponse | 0
1
réponse1
réponseQuestion
How to change automatically the name of the title ?
I'm trying to compute a system of ODE by using different solvers.How to change the legend and title automatically depends on so...
plus de 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to solve a system of ODE's by using Forward Euler method?
How I can rewrite the following code for a system ODE's y(t)=[y_1 y_2]'. Also, how can I write f( t(i) , y(i)) ,which is equal t...
plus de 6 ans il y a | 1 réponse | 1
1
réponseQuestion
How the error value appears in the graph?
Hello, I am trying to plot the difference between two polynomials some of graphs I could not get the value of the error on it l...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How to construct cubic splines?
Hello, I am trying to implement the following code in Matlab but it dose not work. x = 2*pi*[0 1 .1:.2:.9]; y = cos(x); ...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
the average rate of change of the function to find the derivative
I am trying to write a program to find f'(x)=f(x+h)-f(x)/h at different h I could not get the result. I do not know...
presque 7 ans il y a | 1 réponse | 0