summaryrefslogtreecommitdiff
path: root/1793/CH12/EX12.7/12Q7.sce
blob: 438944763a32e800c8edd8fb0a26b0c44c23ee6e (plain)
1
2
3
4
5
6
clc
T3=12
a=27.8
T1=T3*(tand(45+a/2))^2
Tf=T1-T3
printf('the deviator stress at failure = %f lb/in^2',Tf)