Statistica
MATLAB Answers
2 Domande
0 Risposte
RANK
269.228
of 295.467
REPUTAZIONE
0
CONTRIBUTI
2 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
1
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
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
rispostaDomanda
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