summaryrefslogtreecommitdiff
path: root/647/CH10/EX10.2/Example10_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '647/CH10/EX10.2/Example10_2.sce')
-rwxr-xr-x647/CH10/EX10.2/Example10_2.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/647/CH10/EX10.2/Example10_2.sce b/647/CH10/EX10.2/Example10_2.sce
new file mode 100755
index 000000000..5d26bb565
--- /dev/null
+++ b/647/CH10/EX10.2/Example10_2.sce
@@ -0,0 +1,13 @@
+clear;
+clc;
+
+// Example: 10.2
+// Page: 399
+
+printf("Example: 10.2 - Page: 399\n\n");
+
+// Mathematics is involved in proving but just that no numerical computations are involved.
+// For prove refer to this example 10.2 on page number 399 of the book.
+
+printf(" Mathematics is involved in proving but just that no numerical computations are involved.\n\n");
+printf(" For prove refer to this example 10.2 on page 399 of the book."); \ No newline at end of file