summaryrefslogtreecommitdiff
path: root/1793/CH12/EX12.4/12Q4.sce
blob: b96850bce0e65026d994f5540480b3d242964f81 (plain)
1
2
3
4
5
6
7
clc
//For normally consolidated clay, c' = 0.
a=30
T3=10
T1=T3*(tand(45+a/2))^2
Tf=T1-T3
printf('The deviator stress at failure = %f lb/in^2',Tf)