Internal
problem
ID
[7198]
Book
:
A
First
Course
in
Differential
Equations
with
Modeling
Applications
by
Dennis
G.
Zill.
12
ed.
Metric
version.
2024.
Cengage
learning.
Section
:
Chapter
2.
First
order
differential
equations.
Section
2.3
Linear
equations.
Exercises
2.3
at
page
63
Problem
number
:
59
Date
solved
:
Tuesday, February 04, 2025 at 12:47:17 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.312 (sec). Leaf size: 42
dsolve([diff(x(t),t)=-lambda__1*x(t),diff(y(t),t)=lambda__1*x(t)-lambda__2*y(t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.013 (sec). Leaf size: 63
DSolve[{D[x[t],t]==-L1*x[t],D[y[t],t]==L1*x[t]-L2*y[t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]