summaryrefslogtreecommitdiff
path: root/1448/CH12/EX12.3.e
diff options
context:
space:
mode:
Diffstat (limited to '1448/CH12/EX12.3.e')
-rwxr-xr-x1448/CH12/EX12.3.e/E12_3.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1448/CH12/EX12.3.e/E12_3.sce b/1448/CH12/EX12.3.e/E12_3.sce
new file mode 100755
index 000000000..5f1392911
--- /dev/null
+++ b/1448/CH12/EX12.3.e/E12_3.sce
@@ -0,0 +1,8 @@
+clc
+//Initialization of variables
+r1=0 //multiply by a0
+r2=1 //multiply by a0
+//calculations
+ratio=%e^r1 /%e^(-2*r2)
+//results
+printf("It is more propable that electron would be found %.2f times more at r1",ratio)