Internal
problem
ID
[2767]
Book
:
Differential
equations
and
their
applications,
4th
ed.,
M.
Braun
Section
:
Section
3.12,
Systems
of
differential
equations.
The
nonhomogeneous
equation.
variation
of
parameters.
Page
366
Problem
number
:
11
Date
solved
:
Monday, January 27, 2025 at 06:13:01 AM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.026 (sec). Leaf size: 62
dsolve([diff(x__1(t),t)=1*x__1(t)-1*x__2(t)-t^2,diff(x__2(t),t)=1*x__1(t)+3*x__2(t)+2*t],singsol=all)
✓ Solution by Mathematica
Time used: 0.331 (sec). Leaf size: 94
DSolve[{D[ x1[t],t]==1*x1[t]+3*x2[t]-t^2,D[ x2[t],t]==1*x1[t]+3*x2[t]+2*t},{x1[t],x2[t]},t,IncludeSingularSolutions -> True]