How to solve system of two or three differential equations
1 回表示 (過去 30 日間)
古いコメントを表示
Hi, I am solving heat balance between 2 and 3 offices. According to that, I define following equations:
C1*diff(T1(t),t)=U*A1*(T1(t)-T2(t)+U*A2*(T1(t)-T3(t))+H1(t); C2*diff(T2(t),t)=U*A1*(T2(t)-T1(t)+U*A2*(T2(t)-T3(t))+H2(t)
I want to analyze change of temperatures in both offices over time, also in case that heater is turned off in one room, etc. Furthermore, I want to set up thermostat control because of overheating in the room.
One more thing, I want to solve this system in discrete time, so I hope that somebody could help me with solving.
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Numerical Integration and Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!