diff options
Diffstat (limited to '3845/CH25/EX25.9/Ex25_9.sce')
-rw-r--r-- | 3845/CH25/EX25.9/Ex25_9.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3845/CH25/EX25.9/Ex25_9.sce b/3845/CH25/EX25.9/Ex25_9.sce new file mode 100644 index 000000000..565a192b7 --- /dev/null +++ b/3845/CH25/EX25.9/Ex25_9.sce @@ -0,0 +1,9 @@ +//Example 25.9
+d_i=3*10^2;//Image distance (cm)
+R=50;//Radius of curvature of mirror (cm)
+f=R/2;//Focal length of concave mirror (cm)
+d_o=1/(1/f-1/d_i);//Object distance (cm)
+printf('Distance of the coils from the concave mirror = %0.1f cm',d_o)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
+
|