diff options
Diffstat (limited to '3137/CH13/EX13.20/Ex13_20.sce')
-rwxr-xr-x | 3137/CH13/EX13.20/Ex13_20.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3137/CH13/EX13.20/Ex13_20.sce b/3137/CH13/EX13.20/Ex13_20.sce new file mode 100755 index 000000000..42d4ef360 --- /dev/null +++ b/3137/CH13/EX13.20/Ex13_20.sce @@ -0,0 +1,6 @@ +//As the entire question is theoritical
+//theta is directly computed
+theta=acosd(2/3) //degrees
+//result
+clc
+printf('The value of theta is %f degrees',theta)
|