diff options
Diffstat (limited to '1553/CH3/EX3.6/3Ex6.sce')
-rw-r--r-- | 1553/CH3/EX3.6/3Ex6.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1553/CH3/EX3.6/3Ex6.sce b/1553/CH3/EX3.6/3Ex6.sce new file mode 100644 index 000000000..7ea454724 --- /dev/null +++ b/1553/CH3/EX3.6/3Ex6.sce @@ -0,0 +1,10 @@ +//chapter 3 Ex 6
+clc;
+clear;
+close;
+//let value to be found is x and y
+x=9318.678-5172.49-378.352;
+y=5169.38+7328.96;
+
+mprintf("(i) x=%.3f",x);
+mprintf("\n(ii) y=%.2f",y)
|