Internal
problem
ID
[6922]
Book
:
A
First
Course
in
Differential
Equations
with
Modeling
Applications
by
Dennis
G.
Zill.
12
ed.
Metric
version.
2024.
Cengage
learning.
Section
:
Chapter
1.
Introduction
to
differential
equations.
Exercises
1.1
at
page
12
Problem
number
:
49
Date
solved
:
Monday, January 27, 2025 at 02:35:13 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.019 (sec). Leaf size: 35
dsolve([diff(x(t),t)=x(t)+3*y(t),diff(y(t),t)=5*x(t)+3*y(t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.003 (sec). Leaf size: 74
DSolve[{D[x[t],t]==x[t]+3*y[t],D[y[t],t]==5*x[t]+3*y[t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]