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 --- 24/CH35/EX35.1/Example35_1.sce | 12 ++++++++++++ 24/CH35/EX35.1/Example35_1_result.txt | 5 +++++ 2 files changed, 17 insertions(+) create mode 100755 24/CH35/EX35.1/Example35_1.sce create mode 100755 24/CH35/EX35.1/Example35_1_result.txt (limited to '24/CH35/EX35.1') diff --git a/24/CH35/EX35.1/Example35_1.sce b/24/CH35/EX35.1/Example35_1.sce new file mode 100755 index 000000000..f1e121fe7 --- /dev/null +++ b/24/CH35/EX35.1/Example35_1.sce @@ -0,0 +1,12 @@ +//Given that +h = 1 //(say) +f = 40 //in cm +hdash = .20*h + +//Sample Problem 35-1a +printf("**Sample Problem 35-1a**\n") +printf("The image is virtual & on the opposite side of mirror because of having same orientation\n") + +//Sample Problem 35-1b +printf("\n**Sample Problem 35-1b**\n") +printf("The height of image is smaller than the object. Therefore, the mirror is concave\n") \ No newline at end of file diff --git a/24/CH35/EX35.1/Example35_1_result.txt b/24/CH35/EX35.1/Example35_1_result.txt new file mode 100755 index 000000000..69dd0848e --- /dev/null +++ b/24/CH35/EX35.1/Example35_1_result.txt @@ -0,0 +1,5 @@ +**Sample Problem 35-1a** +The image is virtual & on the opposite side of mirror because of having same orientation + +**Sample Problem 35-1b** +The height of image is smaller than the object. Therefore, the mirror is concave \ No newline at end of file -- cgit