summaryrefslogtreecommitdiff
path: root/1844/CH3/EX3.9/3Q9.sce
blob: 345b1c1f7fbb2fff242d89ba1f3584859d488bf6 (plain)
1
2
3
4
5
6
clc
e=1/10 // in link
k= sqrt (100*e/1.5)
printf('a)The slope in degrees is = %f\n',k)
n=sqrt(50/e)
printf(' b)Max slope is 1 in %f',n)