Feeds
질문
use mass matrix to slove DAE
how to solve DAE with mass matrix L and i are variable with t V=R*i+d(L*I)/dt; then DAE is v-r*i1=L11*di1/dt+L12*d...
7년 초과 전 | 답변 수: 0 | 0
0
답변질문
variable mass matrix in ode
hi every one i try to solve problem with ode15s that Mass matrix change per step how can i solve?
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
access to element of variable in ode
function V=wffun(t,i) [t,i] = ode15s(@wffun,tspan,i0) ode return Matrix with length of k. how can i access element of...
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
Coupled differential equation system
Hi I tried to numerically solve a coupled differential equation system like this: v=r*i1+L11*di1/dt+L12*di2/dt+L13*di3/...
7년 초과 전 | 답변 수: 1 | 0
