converting equation into multiple of two matrix
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Rahul Jangid
am 5 Jan. 2023
Kommentiert: Torsten
am 6 Jan. 2023
hi there,
hope you are doing good
guys i want to convert some equations into the multiple of two matrices automatically. for example 

it will be appreciated if u will help me.
thanks in advance .
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Rahul Jangid
am 6 Jan. 2023
Bearbeitet: Torsten
am 6 Jan. 2023
1 Kommentar
Torsten
am 6 Jan. 2023
Your equations are two second-order differential equations.
EquationsToMatrix can't help to solve it.
Specify 4 boundary conditions and try "dsolve".
If "dsolve" fails (which is probable for such a complicated system), use ode45 or another of the numerical integrators.
Siehe auch
Kategorien
Mehr zu Symbolic Math Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!