summaryrefslogtreecommitdiff
path: root/3701/CH3/EX3.1/Ex3_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '3701/CH3/EX3.1/Ex3_1.sce')
-rw-r--r--3701/CH3/EX3.1/Ex3_1.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3701/CH3/EX3.1/Ex3_1.sce b/3701/CH3/EX3.1/Ex3_1.sce
new file mode 100644
index 000000000..5f5ef53ed
--- /dev/null
+++ b/3701/CH3/EX3.1/Ex3_1.sce
@@ -0,0 +1,11 @@
+////Given
+E=-3.4 //ev
+h=6.63*10**-34 //Js
+
+//Calculation
+//
+n=sqrt(-13.6/E)
+M=(n*h)/(2.0*%pi)
+
+//Result
+printf("\n Angular momentum of electron is given by %e Js" ,M)