Internal
problem
ID
[13024]
Book
:
An
elementary
treatise
on
differential
equations
by
Abraham
Cohen.
DC
heath
publishers.
1906
Section
:
Chapter
X,
System
of
simulataneous
equations.
Article
64.
Systems
of
linear
equations
with
constant
coefficients.
Page
150
Problem
number
:
Ex
1
Date
solved
:
Tuesday, January 28, 2025 at 04:49:30 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.086 (sec). Leaf size: 46
dsolve([3*diff(x(t),t)+3*x(t)+2*y(t)=exp(t),4*x(t)-3*diff(y(t),t)+3*y(t)=3*t],singsol=all)
✓ Solution by Mathematica
Time used: 1.071 (sec). Leaf size: 337
DSolve[{3*D[x[t],t]+3*x[t]+2*y[t]==Exp[t],4*x[t]-3*D[y[t],t]+3*y[t]==3*t},{x[t],y[t]},t,IncludeSingularSolutions -> True]