I cant solve this equation with iteration help me

1 次查看(过去 30 天)
Hi,I wrote this equation in matlab but ı couldnt solve with iteration.I dont know how run this with loop.
Equation is ;
I want find Ts with iteration.
Kind,regards

回答(1 个)

KSSV
KSSV 2020-4-24
syms Ts
eqn = 12*(Ts-293)+0.8567*10^-8*Ts^4-800==0 ;
s = solve(eqn,Ts) ;
r = double(s)
  3 个评论

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Number Theory 的更多信息

产品


版本

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by