summaryrefslogtreecommitdiff
path: root/1553/CH5/EX5.13/5Ex13.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH5/EX5.13/5Ex13.sce')
-rw-r--r--1553/CH5/EX5.13/5Ex13.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1553/CH5/EX5.13/5Ex13.sce b/1553/CH5/EX5.13/5Ex13.sce
new file mode 100644
index 000000000..87729a7c4
--- /dev/null
+++ b/1553/CH5/EX5.13/5Ex13.sce
@@ -0,0 +1,8 @@
+//chapter 5 Ex 13
+clc;
+clear;
+close;
+
+//let the value to be found out be x
+x=sqrt(9.5*.0085*18.9)/sqrt(.0017*1.9*.021);
+mprintf("x=%.0f",x);