summaryrefslogtreecommitdiff
path: root/3480/CH4/EX4.4/Ex4_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3480/CH4/EX4.4/Ex4_4.sce')
-rw-r--r--3480/CH4/EX4.4/Ex4_4.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3480/CH4/EX4.4/Ex4_4.sce b/3480/CH4/EX4.4/Ex4_4.sce
new file mode 100644
index 000000000..9c070b814
--- /dev/null
+++ b/3480/CH4/EX4.4/Ex4_4.sce
@@ -0,0 +1,7 @@
+//example 4.4, page 92
+clc
+n=1.6
+r1=.080//in cm
+r2=-0.080
+P=(n-1)*((1/r1)-(1/r2))
+printf("\n The power is %f D",P) \ No newline at end of file