Hora91
unread,Feb 10, 2012, 7:59:12 PM2/10/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Basically i have to find the hoop stress.
v1=.4;
v2=.4;
E1=2.1*10^9;
E2=.21*10^9;
U0=.25;
a=5;
b=6.4;
c=8;
k=[1,a^2,0,0;1,b^2,-1,-b^2;-(1+v1),(1-v1)*b^2,(1+v2)*E1/E2,-(1-v2)*(b^2)*E1/E2;0,0,-(1+v2),(1-v2)*c^2]
j=[0;0;0;-U0*E2*c]
[K,J]=meshgrid(k,j)
y=K/J
I should be getting the values with which i am going to calculate the hoop stress, but the values im getting do not make sense. Im getting warning Rank Deficient 1