diff options
Diffstat (limited to '1268/CH11/EX11.2/a_2.sce')
-rw-r--r-- | 1268/CH11/EX11.2/a_2.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1268/CH11/EX11.2/a_2.sce b/1268/CH11/EX11.2/a_2.sce new file mode 100644 index 000000000..315aaa478 --- /dev/null +++ b/1268/CH11/EX11.2/a_2.sce @@ -0,0 +1,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 ")
|