Internal
problem
ID
[11871]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
8,
system
of
first
order
odes
Problem
number
:
1872
Date
solved
:
Monday, January 27, 2025 at 11:44:04 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.083 (sec). Leaf size: 64
dsolve([4*diff(x(t),t)+9*diff(y(t),t)+11*x(t)+31*y(t)=exp(t),3*diff(x(t),t)+7*diff(y(t),t)+8*x(t)+24*y(t)=exp(2*t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.230 (sec). Leaf size: 184
DSolve[{4*D[x[t],t]+9*D[y[t],t]+11*x[t]+31*y[t]==Exp[t],3*D[x[t],t]+7*D[y[t],t]+8*x[t]+24*y[t]==Exp[2*t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]