Internal
problem
ID
[14285]
Book
:
DIFFERENTIAL
and
INTEGRAL
CALCULUS.
VOL
I.
by
N.
PISKUNOV.
MIR
PUBLISHERS,
Moscow
1969.
Section
:
Chapter
8.
Differential
equations.
Exercises
page
595
Problem
number
:
191
Date
solved
:
Tuesday, January 28, 2025 at 06:25:44 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.050 (sec). Leaf size: 77
dsolve([diff(x(t),t)=2*x(t)-3*y(t),diff(y(t),t)=5*x(t)+6*y(t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.015 (sec). Leaf size: 99
DSolve[{D[x[t],t]==2*x[t]-3*y[t],D[y[t],t]==5*x[t]+6*y[t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]