From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 593/CH6/EX6.5/ex6_5.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 593/CH6/EX6.5/ex6_5.sce (limited to '593/CH6/EX6.5/ex6_5.sce') diff --git a/593/CH6/EX6.5/ex6_5.sce b/593/CH6/EX6.5/ex6_5.sce new file mode 100755 index 000000000..1da50ad91 --- /dev/null +++ b/593/CH6/EX6.5/ex6_5.sce @@ -0,0 +1,9 @@ +clear; +//clc(); + +// Example 6.5 +// Page: 115 +printf("Example-6.5 Page no.-115\n\n"); + +//***Data***// +printf("This is a theoratical question and there are no any numerical components. For the derivation, refer to page no 115 of the book."); \ No newline at end of file -- cgit