numerics - Solving Matrix Differential equations with ...
mathematica.stackexchange.com › questions › 167439Mar 08, 2018 · M:= Matrix ( n, n, shape=identity ) + alpha*Matrix ( n, n, (i,j)->sin(i*Pi*nu*t/l)*sin(j*Pi*nu*t/l) ): C:= 2*alpha*Matrix ( n, n, (i,j)->(j*Pi*nu/l)*sin(i*Pi*nu*t/l)*cos(j*Pi*nu*t/l) ): K:= Matrix ( n, n, (i,j)-> `if`( i=j, (j*Pi/l)^4*E*J/(rho*A)+(j*Pi/l)^2*N/(rho*A), 0 ) ) - alpha*Matrix ( n, n, (i,j)->(j*Pi*nu/l)^2*sin(i*Pi*nu*t/l)*sin(j*Pi*nu*t/l) ): VV:= Vector[column] ( n, j->V[j](t) ): FF:=Vector[column] ( n, j->F[j](t) ): PP:= P/(rho*A) * Vector[column] ( n, j->sin(j*Pi*nu*t/l) )+FF ...
Matrix Differential Equations Jacobs - Xecunet
users.xecu.net › jacobs › DEof the matrix equation (a b c d)(u1 u2) = λ (u1 u2) will apply to the solution of the differential equa-tion a2 d2y dt2 + a1 dy dt + a0y = 0. As we will see later, the differential equation can be rewritten in a matrix form and then the eigenvectors and eigenvalues of the matrix then lead to a solution. Review of Eigenvectors and Eigenvalues Let A = (a b c d) and ⃗u = (u1 u2).
Matrix differential equation - Wikipedia
https://en.wikipedia.org/wiki/Matrix_differential_equationTo solve a matrix ODE according to the three steps detailed above, using simple matrices in the process, let us find, say, a function x and a function y both in terms of the single independent variable t, in the following homogeneous linear differential equation of the first order, To solve this particular ordinary differential equation system, at some point of the solution process we shall need a set of two initial values(corresponding to the two state variables at the starting p…