Clear Filters
Clear Filters

I cant solve this equation with iteration help me

1 view (last 30 days)
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

Answers (1)

KSSV
KSSV on 24 Apr 2020
syms Ts
eqn = 12*(Ts-293)+0.8567*10^-8*Ts^4-800==0 ;
s = solve(eqn,Ts) ;
r = double(s)
  3 Comments
KSSV
KSSV on 24 Apr 2020
What you want to iterate in the equation?

Sign in to comment.

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!