Internal
problem
ID
[13752]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
12,
Homogeneous
second
order
linear
equations.
Exercises
page
118
Problem
number
:
12.1
(iii)
Date
solved
:
Tuesday, January 28, 2025 at 06:01:51 AM
CAS
classification
:
[[_2nd_order, _missing_x]]
With initial conditions
✓ Solution by Maple
Time used: 0.034 (sec). Leaf size: 23
dsolve([diff(z(t),t$2)-4*diff(z(t),t)+13*z(t)=0,z(0) = 7, D(z)(0) = 42],z(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.019 (sec). Leaf size: 27
DSolve[{D[z[t],{t,2}]-4*D[z[t],t]+13*z[t]==0,{z[0]==7,Derivative[1][z][0]==42}},z[t],t,IncludeSingularSolutions -> True]