Help with Euler Method
1 次查看(过去 30 天)
显示 更早的评论
I've been trying to solve this problem:
dydt =-5.33*10^-6*(-3.69*10^-6*y^4+2.33*10^-4*y^3 + 1.35*10^-3*y^2+5.42*10^-2*y+5.588)*(y+33)
h= 4200 second(stepsize)
y = temperature
boundaries for the temp should between 27 to -33 deg celsius
y(0) = 27.
help me solve this by using euler method using matlab. thanks
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Ordinary Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!