Internal
problem
ID
[6788]
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
:
11
Date
solved
:
Monday, January 27, 2025 at 02:30:33 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.024 (sec). Leaf size: 53
dsolve([diff(x(t),t)+2*x(t)+diff(y(t),t)+y(t)=t,5*x(t)+diff(y(t),t)+3*y(t)=t^2],singsol=all)
✓ Solution by Mathematica
Time used: 0.127 (sec). Leaf size: 61
DSolve[{D[x[t],t]+2*x[t]+D[y[t],t]+y[t]==t,5*x[t]+D[y[t],t]+3*y[t]==t^2},{x[t],y[t]},t,IncludeSingularSolutions -> True]