Internal
problem
ID
[19642]
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
7
page
150
Date
solved
:
Tuesday, January 28, 2025 at 08:33:06 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.036 (sec). Leaf size: 38
dsolve([t*diff(x(t),t)=t-2*x(t),t*diff(y(t),t)=t*x(t)+t*y(t)+2*x(t)-t],singsol=all)
✓ Solution by Mathematica
Time used: 0.056 (sec). Leaf size: 39
DSolve[{t*D[x[t],t]==t-2*x[t],t*D[y[t],t]==t*x[t]+t*y[t]+2*x[t]-t},{x[t],y[t]},t,IncludeSingularSolutions -> True]