Internal
problem
ID
[19639]
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
1
page
146
Date
solved
:
Tuesday, January 28, 2025 at 02:05:56 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.049 (sec). Leaf size: 44
dsolve([diff(x(t),t)-7*x(t)+y(t)=0,diff(y(t),t)-2*x(t)-5*y(t)=0],singsol=all)
✓ Solution by Mathematica
Time used: 0.006 (sec). Leaf size: 53
DSolve[{D[x[t],t]-7*x[t]+y[t]==0,D[y[t],t]-2*x[t]-5*y[t]==0},{x[t],y[t]},t,IncludeSingularSolutions -> True]