Azzera filtri
Azzera filtri

finding general solution of differential equation

1 visualizzazione (ultimi 30 giorni)
the general solution (involving constants of integration C1, C2. so far i have eigen values and vectors. need to get general solution not sure how
A = sym([.9375, 0 , 0; .9375 -.625 0; 0 .625 -.556])
eig(A)
[V,D]=eig(A)
solution i get is
A =
[ 15/16, 0, 0]
[ 15/16, -5/8, 0]
[ 0, 5/8, -139/250]
ans =
-5/8
-139/250
15/16
V =
[ 0, 0, 2987/750]
[ -69/625, 0, 2987/1250]
[ 1, 1, 1]
D =
[ -5/8, 0, 0]
[ 0, -139/250, 0]
[ 0, 0, 15/16]
attached is the math part.

Risposte (0)

Categorie

Scopri di più su Function Creation in Help Center e File Exchange

Prodotti


Release

R2015b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by