You are on page 1of 5

HasianmentNo 4

a iven K 3 33

3 33
Intgnig and,

4 ) +HG*).
Now deretin an
portial

a J ) 20

JG) Yy V2
&ubskhe g i ,

LOncluols 1haf
es we an
alove
rovn

apove v2,
ubshh bg

Now
we NaNe 3.33 K2 2 O , alo ahumlg

2
3 33. b65
at 0.S, w 04l625 m
Y 333

w (333y2) 1465
a
w 0 4l62S m

0 5

2 333]m.

w (3 23 )-1.665
5,0) 0, 0 ) 6S,0)
at o. 0)
2
O o. 1635,

Exy2/
2 1/m 1Sm

2
0 75 (a7 j y)

O.0) 9,0) o. 0s) (0 5, D S

O- 56a 5. m
O o.145 6.19T5
Deflection Profile (a)

Deflection Profile (b)


Deflection Profile (c)

Deflection Profile (d)


MATLAB code
[X,Y] = meshgrid(0:.01:.5,0:.01:.5);
promtA = 'What is Curvature in x plane? ';
promtB = 'What is Curvature in y plane? ';
promtC = 'What is twist? ';
A = input(promtA);
B = input(promtB);
C = input(promtC);
F = 0.5*(A.*X.^2 + B.*Y.^2 + C.*X.*Y);
surf(X,Y,F)
colorbar

You might also like