summaryrefslogtreecommitdiff
path: root/1553/CH3/EX3.5/3Ex5.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH3/EX3.5/3Ex5.sce')
-rw-r--r--1553/CH3/EX3.5/3Ex5.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1553/CH3/EX3.5/3Ex5.sce b/1553/CH3/EX3.5/3Ex5.sce
new file mode 100644
index 000000000..cbeaac9c4
--- /dev/null
+++ b/1553/CH3/EX3.5/3Ex5.sce
@@ -0,0 +1,9 @@
+//chapter 3 Ex 5
+clc;
+clear;
+close;
+//let value to be found is x and y
+x=31.004-17.2386;
+y=13-5.1967;
+mprintf("(i) x=%.5f",x);
+mprintf("\n(ii) y=%.5f",y)