Book
Advanced Engineering Mathematics
Author
Erwin Kreyszig
Edition
8th Edition
var('t')
y=function('y',t)
deq=diff(y,t)-10-0.025*y==0
plot(desolve(deq,[y,t],ics=(0,40)),(t,0,10))
Solution by:
<Manisha>, <student>, <SNIST>
<Deepthi>, <student>, <SNIST>