diff options
Diffstat (limited to '647/CH5/EX5.23/Example5_23.sce')
-rwxr-xr-x | 647/CH5/EX5.23/Example5_23.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/647/CH5/EX5.23/Example5_23.sce b/647/CH5/EX5.23/Example5_23.sce new file mode 100755 index 000000000..896937c19 --- /dev/null +++ b/647/CH5/EX5.23/Example5_23.sce @@ -0,0 +1,13 @@ +clear;
+clc;
+
+// Example: 5.23
+// Page: 174
+
+printf("Example: 5.23 - Page: 174\n\n");
+
+// This problem involves proving a relation in which no mathematics and no calculations are involved.
+// For prove refer to this example 5.23 on page number 174 of the book.
+
+printf(" This problem involves proving a relation in which no mathematics and no calculations are involved.\n\n");
+printf(" For prove refer to this example 5.23 on page 174 of the book.")
\ No newline at end of file |