summaryrefslogtreecommitdiff
path: root/3701/CH8/EX8.3
diff options
context:
space:
mode:
Diffstat (limited to '3701/CH8/EX8.3')
-rw-r--r--3701/CH8/EX8.3/Ex8_3.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3701/CH8/EX8.3/Ex8_3.sce b/3701/CH8/EX8.3/Ex8_3.sce
new file mode 100644
index 000000000..bb137083b
--- /dev/null
+++ b/3701/CH8/EX8.3/Ex8_3.sce
@@ -0,0 +1,9 @@
+////Given
+E=9 //ev
+v0=5 //ev
+
+//Calculation
+R=((sqrt(E)-(sqrt(E-v0)))/(sqrt(E)+(sqrt(E-v0))))**2
+
+//Result
+printf("\n Reflection ratio is %0.3f ", R)