summaryrefslogtreecommitdiff
path: root/3769/CH19/EX19.11/Ex19_11.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH19/EX19.11/Ex19_11.sce')
-rw-r--r--3769/CH19/EX19.11/Ex19_11.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH19/EX19.11/Ex19_11.sce b/3769/CH19/EX19.11/Ex19_11.sce
new file mode 100644
index 000000000..3a5887b9e
--- /dev/null
+++ b/3769/CH19/EX19.11/Ex19_11.sce
@@ -0,0 +1,13 @@
+clear
+//Given
+v0=15.0 //cm
+f0=3.0 //cm
+D=25
+fe=9
+
+//Calculation
+u0=1/((1/v0)-1/f0)
+M=-(v0*D)/(u0*fe)
+
+//Result
+printf("\n Magnifying power is %0.1f ",M)