Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Please solve my equation to be correct answer
조회 수: 1 (최근 30일)
이전 댓글 표시
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
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!