diff options
Diffstat (limited to '3651/CH3/EX3.12/12.sce')
-rw-r--r-- | 3651/CH3/EX3.12/12.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3651/CH3/EX3.12/12.sce b/3651/CH3/EX3.12/12.sce new file mode 100644 index 000000000..8243cc247 --- /dev/null +++ b/3651/CH3/EX3.12/12.sce @@ -0,0 +1,10 @@ +//Variable declaration
+m=1.67*10**-27
+a=10**-14
+h=1.054*10**-34
+
+//Calculations
+E1=(1*%pi*h)**2/(2*m*a**2)
+
+//Result
+printf('E1 =%0.3f *10**-13 J \n ',(E1*10**13))
\ No newline at end of file |