photo

Arpit Agarwal


Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

2 Domande
0 Risposte

RANK
269.228
of 297.457

REPUTAZIONE
0

CONTRIBUTI
2 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
1

RANK
 of 20.438

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 158.938

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

  • 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); ...

circa 11 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...

circa 11 anni fa | 1 risposta | 1

1

risposta