diff options
Diffstat (limited to '24/CH35/EX35.1')
-rwxr-xr-x | 24/CH35/EX35.1/Example35_1.sce | 12 | ||||
-rwxr-xr-x | 24/CH35/EX35.1/Example35_1_result.txt | 5 |
2 files changed, 17 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 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 |