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