diff options
Diffstat (limited to '3845/CH25/EX25.11/Ex25_11.sce')
-rw-r--r-- | 3845/CH25/EX25.11/Ex25_11.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3845/CH25/EX25.11/Ex25_11.sce b/3845/CH25/EX25.11/Ex25_11.sce new file mode 100644 index 000000000..e9e8e44eb --- /dev/null +++ b/3845/CH25/EX25.11/Ex25_11.sce @@ -0,0 +1,10 @@ +//Example 25.11
+d_o=12;//Object distance (cm)
+m=0.0320;//Magnification
+d_i=-m*d_o;//Image distance (cm)
+f=1/(1/d_o+1/d_i);//Focal length (cm)
+R=2*abs(f);//Radius of curvature (cm)
+printf('Radius of curvature of cornea = %0.3f cm',R)
+//Answer varies due to round off error
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|