Internal
problem
ID
[19640]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Book
Solved
Excercises.
Chapter
IX.
Simultaneous
equations
Problem
number
:
Ex
3
page
147
Date
solved
:
Tuesday, January 28, 2025 at 02:05:57 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.054 (sec). Leaf size: 64
dsolve([diff(x(t),t)+5*x(t)+y(t)=exp(t),diff(y(t),t)-x(t)+3*y(t)=exp(2*t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.019 (sec). Leaf size: 76
DSolve[{D[x[t],t]+5*x[t]+y[t]==Exp[t],D[y[t],t]-x[t]+3*y[t]==Exp[2*t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]