diff options
Diffstat (limited to '24/CH35/EX35.1/Example35_1.sce')
-rwxr-xr-x | 24/CH35/EX35.1/Example35_1.sce | 12 |
1 files changed, 12 insertions, 0 deletions
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 |