summaryrefslogtreecommitdiff
path: root/377/CH4/EX4.10/4_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '377/CH4/EX4.10/4_10.sce')
-rw-r--r--377/CH4/EX4.10/4_10.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/377/CH4/EX4.10/4_10.sce b/377/CH4/EX4.10/4_10.sce
new file mode 100644
index 000000000..570dcc96e
--- /dev/null
+++ b/377/CH4/EX4.10/4_10.sce
@@ -0,0 +1,6 @@
+disp("∆Ed=13.64*(me/mo)*(1/(Єr^2)) eV");
+disp("me = (0.015)*m0");
+a=0.015;
+c=18; //say Єr=c
+d=13.64*(a)*(1/(c^2));
+printf('the value of the ∆Ed = %f eV',d); \ No newline at end of file