summaryrefslogtreecommitdiff
path: root/3669/CH4/EX4.8/8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3669/CH4/EX4.8/8.sce')
-rw-r--r--3669/CH4/EX4.8/8.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3669/CH4/EX4.8/8.sce b/3669/CH4/EX4.8/8.sce
new file mode 100644
index 000000000..aa2ba9e3b
--- /dev/null
+++ b/3669/CH4/EX4.8/8.sce
@@ -0,0 +1,12 @@
+//Variable declaration
+n=1;
+e=1.6*10**-19;
+m=9.1*10**-31; //mass(kg)
+h=6.63*10**-34; //planck's constant
+L=3*10**-10; //width(m)
+
+//Calculation
+E1=n**2*h**2/(8*m*e*L**2); //energy value in g state(eV)
+
+//Result
+printf('minimum energy is %0.3f eV \n',(E1)) \ No newline at end of file