Azzera filtri
Azzera filtri

I cant solve this equation with iteration help me

1 visualizzazione (ultimi 30 giorni)
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

Risposte (1)

KSSV
KSSV il 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 Commenti
KSSV
KSSV il 24 Apr 2020
What you want to iterate in the equation?

Accedi per commentare.

Prodotti


Release

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by