Filter löschen
Filter löschen

finding general solution of differential equation

1 Ansicht (letzte 30 Tage)
Brenda Galabe
Brenda Galabe am 12 Dez. 2018
Kommentiert: Walter Roberson am 13 Dez. 2018
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.
  1 Kommentar
Walter Roberson
Walter Roberson am 13 Dez. 2018
Put the answers together like is shown in the last readable line.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Function Creation finden Sie in Help Center und File Exchange

Produkte


Version

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by