Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

Help solving a differential equation

1 view (last 30 days)
Steven
Steven on 14 Feb 2013
Closed: MATLAB Answer Bot on 20 Aug 2021
I want to check my answer using MATLAB but I'm not quite sure how to do it in MATLAB.
The problem is:
Use Euler's method to estimate T at t = 3 s. Use a step size of 1.0 s
dT/dt = 10e^-0.2t - 0.02(T-25)
with the initial condition T(0) = 25.
I would really appreciate the help.

Answers (0)

This question is closed.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!