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