Internal
problem
ID
[14287]
Book
:
DIFFERENTIAL
and
INTEGRAL
CALCULUS.
VOL
I.
by
N.
PISKUNOV.
MIR
PUBLISHERS,
Moscow
1969.
Section
:
Chapter
8.
Differential
equations.
Exercises
page
595
Problem
number
:
193
Date
solved
:
Tuesday, January 28, 2025 at 06:25:46 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.051 (sec). Leaf size: 23
dsolve([diff(x(t),t)=12*x(t)+18*y(t),diff(y(t),t)=-8*x(t)-12*y(t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.002 (sec). Leaf size: 36
DSolve[{D[x[t],t]==12*x[t]+18*y[t],D[y[t],t]==-8*x[t]-12*y[t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]