What is the solution of differential equations ?
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
Hi all
How can I solve in matlab ;
D2y + y = sinx
answer y = c1*cosx + c2*sinx -x*cosx/2
Please Help me.
1 comentario
4OsT
el 21 de Dic. de 2012
Respuestas (1)
Azzi Abdelmalek
el 21 de Dic. de 2012
sol=dsolve('D2y + y = sin(x)','x')
La pregunta está cerrada.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!