summaryrefslogtreecommitdiff
path: root/1268/CH11/EX11.2/a_2.sce
blob: 315aaa47816fc3a32acd66ba6e8f6209c7c8d1a4 (plain)
1
2
3
4
5
6
7
clc;
disp("Example A.2")
x=1
y=5
z=x/y
theta=asin(z)*180/%pi
disp(theta, "The angle of inclination is ")