summaryrefslogtreecommitdiff
path: root/3557/CH14/EX14.11/Ex14_11.sce
blob: d0282912639f11c5e6750d9ac84ee1784bb02ba0 (plain)
1
2
3
4
5
6
//Example 14.11//

a=4100;//strength (psi)
b=3100;//strength (psi)
i1=((a-b)/b)*100
mprintf("i1 = %f percent",i1)