summaryrefslogtreecommitdiff
path: root/3289/CH1/EX1.2/Ex1_2.sce
blob: e58aa45efe86159058a9acf70c75cf0275dcd397 (plain)
1
2
3
4
5
6
7
8
9
10
11
//Mohr's circle

clc;
radius=((14+28)/2)
disp(radius,"radius of the circle in degree = ")
sigma1=(7+radius *cosd(60))
disp(sigma1," the circle in MPa = ")
sigma2=(7-radius *cosd(60))
disp(sigma2," the circle in MPa = ")
tau1=radius*sind(60)
disp(tau1," orientation of the stresses in MPa = ")