diff options
Diffstat (limited to '1553/CH3/EX3.4/3Ex4.sce')
-rw-r--r-- | 1553/CH3/EX3.4/3Ex4.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1553/CH3/EX3.4/3Ex4.sce b/1553/CH3/EX3.4/3Ex4.sce new file mode 100644 index 000000000..beea81d97 --- /dev/null +++ b/1553/CH3/EX3.4/3Ex4.sce @@ -0,0 +1,9 @@ +//chapter 3 Ex 4
+clc;
+clear;
+close;
+//let value to be found is x and y
+x=6202.5+620.25+62.025+6.2025+0.62025;
+y=5.064+3.98+.7036+7.6+.3+2;
+mprintf("(i) x=%.5f",x);
+mprintf("\n(ii) y=%.5f",y);
|