diff options
Diffstat (limited to '1553/CH4/EX4.29/4Ex29.sce')
-rw-r--r-- | 1553/CH4/EX4.29/4Ex29.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1553/CH4/EX4.29/4Ex29.sce b/1553/CH4/EX4.29/4Ex29.sce new file mode 100644 index 000000000..fd94da1bd --- /dev/null +++ b/1553/CH4/EX4.29/4Ex29.sce @@ -0,0 +1,8 @@ +//chapter 4 Ex 28
+
+clc;
+clear;
+close;
+a=75983; b=45983; c=30000;
+value=(a*a-b*b)/c;
+mprintf("The value is %d",value);
|