photo

mat lab


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


(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...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


The equation for the voltage v(t) across a capacitor as a function of time is...
please see attached file for the question details:

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 !

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Estimate the roots of the equation (PLEASE HELP)
have to find the roots of the equation in the attached image.

casi 7 años hace | 0 respuestas | 0

0

respuestas