diff options
Diffstat (limited to '593/CH6/EX6.6/ex6_6.sce')
-rwxr-xr-x | 593/CH6/EX6.6/ex6_6.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/593/CH6/EX6.6/ex6_6.sce b/593/CH6/EX6.6/ex6_6.sce new file mode 100755 index 000000000..0c1ba1119 --- /dev/null +++ b/593/CH6/EX6.6/ex6_6.sce @@ -0,0 +1,9 @@ +clear;
+//clc();
+
+// Example 6.6
+// Page: 115
+printf("Example-6.6 Page no.-115\n\n");
+
+//***Data***//
+printf("This is a theoratical question and there are no any numerical components. Refer to page no 115 of the book.");
\ No newline at end of file |