Internal
problem
ID
[6787]
Book
:
Schaums
Outline.
Theory
and
problems
of
Differential
Equations,
1st
edition.
Frank
Ayres.
McGraw
Hill
1952
Section
:
Chapter
21.
System
of
simultaneous
linear
equations.
Supplemetary
problems.
Page
163
Problem
number
:
10
Date
solved
:
Monday, January 27, 2025 at 02:30:32 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.047 (sec). Leaf size: 47
dsolve([diff(x(t),t)-diff(y(t),t)+y(t)=-exp(t),x(t)+diff(y(t),t)-y(t)=exp(2*t)],singsol=all)
✓ Solution by Mathematica
Time used: 0.083 (sec). Leaf size: 72
DSolve[{D[x[t],t]-D[y[t],t]+y[t]==-Exp[t],x[t]+D[y[t],t]-y[t]==Exp[2*t]},{x[t],y[t]},t,IncludeSingularSolutions -> True]