Internal
problem
ID
[922]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Section
7.2,
Matrices
and
Linear
systems.
Page
417
Problem
number
:
problem
3
Date
solved
:
Wednesday, February 05, 2025 at 04:51:14 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 34
dsolve([diff(x(t),t)=-3*y(t),diff(y(t),t)=3*x(t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.003 (sec). Leaf size: 68
DSolve[{D[x[t],t]==3*y[t],D[y[t],t]==3*x[t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]