mat lab
Followers: 0 Following: 0
Statistiques
6 Questions
0 Réponses
RANG
102 316
of 295 673
RÉPUTATION
0
CONTRIBUTIONS
6 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
16.67%
VOTES REÇUS
0
RANG
of 20 262
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 257
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
(PLEASE HELP confirm my solution) Solve the following ordinary differential equation subject to initial condition y(0)=1. Use the Runge Kutta 4th order method, and hence find the value of y when t=0.5.
odel = @(t,y)t + y + (t*y); [t,y] = ode45(odel,[0:0.02:1],0.5); plot(t,y,'linewidth',2) xlabel('t'), ylabel('y'),grid...
presque 7 ans il y a | 1 réponse | 0
0
réponseQuestion
How can i pull a corresponding y value for t=0.5, the matlab script below will out a list of values for y and t.
odel = @(t,y)t + y + (t*y) [t,y] = ode45(odel,[0:0.03:1],0.5) plot(t,y,'linewidth',2) xlabel('t'), ylabel('y'),grid o...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Solve the following ordinary differential equation subject to initial condition y(0)=1. Use the Runge Kutta 4th order method, and hence find the value of y when t=0.5.
plot y vs t for 0<t<1. dy/dt = t+y+ty
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
The equation for the voltage v(t) across a capacitor as a function of time is...
please see attached file for the question details:
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Find two sets of solutions for the following equations. start with initial guesses (1,1) and (-2,1) respectively.
2 sets of solutions are required, see attached file for the equations. thank you !
presque 7 ans il y a | 1 réponse | 0
0
réponseQuestion
Estimate the roots of the equation (PLEASE HELP)
have to find the roots of the equation in the attached image.
presque 7 ans il y a | 1 réponse | 0