diff options
Diffstat (limited to '1448/CH12/EX12.3.e')
-rwxr-xr-x | 1448/CH12/EX12.3.e/E12_3.sce | 8 |
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)
|