Borrar filtros
Borrar filtros

I cant solve this equation with iteration help me

1 visualización (últimos 30 días)
HAKAN KORKMAZ
HAKAN KORKMAZ el 24 de Abr. de 2020
Comentada: HAKAN KORKMAZ el 26 de Abr. de 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

Respuestas (1)

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

Iniciar sesión para comentar.

Etiquetas

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by