diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /24/CH35/EX35.1 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
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 |