Borrar filtros
Borrar filtros

finding general solution of differential equation

1 visualización (últimos 30 días)
Brenda Galabe
Brenda Galabe el 12 de Dic. de 2018
Comentada: Walter Roberson el 13 de Dic. de 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 comentario
Walter Roberson
Walter Roberson el 13 de Dic. de 2018
Put the answers together like is shown in the last readable line.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Function Creation en Help Center y File Exchange.

Productos


Versión

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by