photo

Arpit Agarwal


Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


How do I add initial conditions in dsolve while solving a system of ODEs in matrix form?
Here's a simple code syms x(t) y(t) A = [1 2; -1 1]; B = [1; t]; Y = [x; y]; S = dsolve(diff(Y) == A*Y + B); ...

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I define an array of symbolic functions?
I want to make an array a1(t) a2(t)... an(t). syms a(t) creates a symbolic parameter 't' and 'a' which is an unknown func...

quasi 11 anni fa | 1 risposta | 1

1

risposta