diff options
Diffstat (limited to '911/CH6/EX6.3')
-rw-r--r-- | 911/CH6/EX6.3/ex_6_3.pdf | bin | 0 -> 107110 bytes | |||
-rw-r--r-- | 911/CH6/EX6.3/ex_6_3.sce | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/911/CH6/EX6.3/ex_6_3.pdf b/911/CH6/EX6.3/ex_6_3.pdf Binary files differnew file mode 100644 index 000000000..9413d4480 --- /dev/null +++ b/911/CH6/EX6.3/ex_6_3.pdf diff --git a/911/CH6/EX6.3/ex_6_3.sce b/911/CH6/EX6.3/ex_6_3.sce new file mode 100644 index 000000000..66e636952 --- /dev/null +++ b/911/CH6/EX6.3/ex_6_3.sce @@ -0,0 +1,7 @@ +//example 6.3//
+clc
+//clears the screen//
+clear
+//clears all existing variables//
+disp('Difference output = X''Y+XY''')
+disp('Borrow output = X''Y')
\ No newline at end of file |