Community Profile

photo

Rodrigo Grajeda


Last seen: más de 2 años hace Con actividad desde 2021

Estadísticas

  • First Answer

Ver insignias

Content Feed

Ver por

Pregunta


Solve the ODE and plot the graph as y=f(x). Also plot the derivative. 5. dy/dx=x*y
syms y(x) D=diff(y,x)==x*y; A=x*y C=y(0)==0; S=dsolve(D,C) grid on hold on fplot(x,S,'r-','linewidth',3) fplot(x,A,'b-...

más de 2 años hace | 1 respuesta | 0

1

respuesta