summaryrefslogtreecommitdiff
path: root/1553/CH3/EX3.10/3Ex10.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH3/EX3.10/3Ex10.sce')
-rw-r--r--1553/CH3/EX3.10/3Ex10.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1553/CH3/EX3.10/3Ex10.sce b/1553/CH3/EX3.10/3Ex10.sce
new file mode 100644
index 000000000..89d68940f
--- /dev/null
+++ b/1553/CH3/EX3.10/3Ex10.sce
@@ -0,0 +1,11 @@
+//chapter 3 Ex 10
+clc;
+clear;
+close;
+//let value to be found is x, y and z
+x=0.63/9;
+y=.0204/17;
+z=3.1603/13;
+mprintf("(i)x=%.2f",x);
+mprintf("\n(ii)y=%.4f",y);
+mprintf("\n(iii)z=%.4f",z);