Clear Filters
Clear Filters

finding general solution of differential equation

1 view (last 30 days)
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.

Answers (0)

Categories

Find more on Function Creation in Help Center and File Exchange

Products


Release

R2015b

Community Treasure Hunt

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

Start Hunting!