Effacer les filtres
Effacer les filtres

finding general solution of differential equation

1 vue (au cours des 30 derniers jours)
Brenda Galabe
Brenda Galabe le 12 Déc 2018
Commenté : Walter Roberson le 13 Déc 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 commentaire
Walter Roberson
Walter Roberson le 13 Déc 2018
Put the answers together like is shown in the last readable line.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Function Creation dans Help Center et File Exchange

Produits


Version

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by