I have problems entering a system of differential equations to Maple 13. Equations are:
$x' = -4x + 2y$
$y' = 5x - 4y$
Solve for $x = 0, y = 0$
Thank you in advance
I have problems entering a system of differential equations to Maple 13. Equations are:
$x' = -4x + 2y$
$y' = 5x - 4y$
Solve for $x = 0, y = 0$
Thank you in advance
Copyright © 2021 JogjaFile Inc.
I have two ways for solving this system of equations using the dsolve command:
1)
2)