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