Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Please solve my equation to be correct answer

1 回表示 (過去 30 日間)
JInjo liker
JInjo liker 2020 年 2 月 15 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
clc
close all
clear all
syms T2 T3 T4 q_out;
X1 = [-2 1 0;1 -2 1;0 -1 1];
x2 = [T2 ;T3 ;T4];
T1 = 303;
q_gen = 1000;
k = 10;
L = 3;
h = 10;
delta_x = 1;
x1*x2 = [(-(q_gen)*(delta_x)^2)/k-T1;((-q_gen)*(delta_x)^2)/k;(q_gen*(delta_x)^2)/k-(q_out*(delta_x))/k
my eqaution cant run. Please fix above equation to correct
  1 件のコメント
Rik
Rik 2020 年 2 月 18 日
Have a read here and here. It will greatly improve your chances of getting an answer.

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by