summaryrefslogtreecommitdiff
path: root/1553/CH4/EX4.3/4Ex3.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH4/EX4.3/4Ex3.sce')
-rw-r--r--1553/CH4/EX4.3/4Ex3.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1553/CH4/EX4.3/4Ex3.sce b/1553/CH4/EX4.3/4Ex3.sce
new file mode 100644
index 000000000..83ce23ac5
--- /dev/null
+++ b/1553/CH4/EX4.3/4Ex3.sce
@@ -0,0 +1,7 @@
+//Chapter 4 Ex 3
+
+clc;
+clear;
+close;
+x=67/5-(9/2+19/6+7/3); //derived from problem statement 9/2+19/6+x+7/3=67/5
+mprintf("The missing term is %.2f",x);