Ramesh
Followers: 0 Following: 0
Feeds
提问
dTdt=−k(T−Ta) k=0.4,Ta=25∘, initial condition T(0)=T0=75∘C .how to solve using ode45 and report the temperature obtained at times t=1,2,3 and 4 . report T(1.0)
ORIGINAL: dTdt=−k(T−Ta) k=0.4,Ta=25∘C, k=0.4,Ta=25° and the initial condition T(0)=T0=75∘ The true solution of the ODE is ...
8 months 前 | 1 个回答 | 0
1
个回答提问
How to solve this function?
function rate=ptMech(C,T,par) % Obtain the parameter values A=par.A; E=par.E; b=par.b; R=8.314; % Compute k k=A*exp(-E/...
10 months 前 | 1 个回答 | 0
1
个回答提问
Minimum value from a vector for x in the range: x= [-4:0.5:4]; Calculate f(x)=x2+1.3x+2.
How to solve this?
10 months 前 | 1 个回答 | 0