Effacer les filtres
Effacer les filtres

I cant solve this equation with iteration help me

1 vue (au cours des 30 derniers jours)
HAKAN KORKMAZ
HAKAN KORKMAZ le 24 Avr 2020
Commenté : HAKAN KORKMAZ le 26 Avr 2020
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

Réponses (1)

KSSV
KSSV le 24 Avr 2020
syms Ts
eqn = 12*(Ts-293)+0.8567*10^-8*Ts^4-800==0 ;
s = solve(eqn,Ts) ;
r = double(s)
  3 commentaires
KSSV
KSSV le 24 Avr 2020
What you want to iterate in the equation?
HAKAN KORKMAZ
HAKAN KORKMAZ le 26 Avr 2020
Ts and first value is 48

Connectez-vous pour commenter.

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by