summaryrefslogtreecommitdiff
path: root/24/CH6/EX6.3/Example6_3.sce
blob: 314648b73748fd69412ad112e837d8b25034b2dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
exec("degree_rad.sci",-1)

//Given that
theta = dtor(13)

//Sample Problem 6-3
printf("**Sample Problem 6-3**\n")
//N = mg cos(theta)
//f_s = mg sin(theta)
//dividing->
//f_s/N = tan(theta)
mu_s = tan(theta)
printf("The value of coefficient of static friction is %f", mu_s)