フィルターのクリア

I cant solve this equation with iteration help me

1 回表示 (過去 30 日間)
HAKAN KORKMAZ
HAKAN KORKMAZ 2020 年 4 月 24 日
コメント済み: HAKAN KORKMAZ 2020 年 4 月 26 日
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 件のコメント
KSSV
KSSV 2020 年 4 月 24 日
What you want to iterate in the equation?
HAKAN KORKMAZ
HAKAN KORKMAZ 2020 年 4 月 26 日
Ts and first value is 48

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeNumber Theory についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by