Ahmed
Followers: 0 Following: 0
Feeds
질문
How can I triple integral the matrix k between -h/2 to h/2, -b/2 to b/2, -a/2 to a/2 wrt. z,y,x respectively?
clc clear all E=70*10^6; v=0.3; p=50*10^3; h=0.01; a=0.5; b=0.5; syms x y z B=-h*[6*x*(b-2*y)/(a^(3)*b) 0 (a-6*x)*(b-2*...
거의 2년 전 | 답변 수: 1 | 0
1
답변질문
Can you please tell me what is the error ?
clc clear all E=70*10^6; v=0.3; p=50*10^3; h=0.01; a=0.5; b=0.5; syms x y B=-h*[6*x*(b-2*y)/(a^(3)*b) 0 (a-6*x)*(b-2*y)...
거의 2년 전 | 답변 수: 1 | 0