photo

Arpit Agarwal


2014년부터 활동

Followers: 0   Following: 0

메시지

통계학

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

10년 초과 전 | 답변 수: 1 | 1

1

답변