diff options
author | prashantsinalkar | 2017-10-10 12:38:01 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-10-10 12:38:01 +0530 |
commit | f35ea80659b6a49d1bb2ce1d7d002583f3f40947 (patch) | |
tree | eb72842d800ac1233e9d890e020eac5fd41b0b1b /3411/CH5/EX5.15.u1/Ex5_15_u1.sce | |
parent | 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (diff) | |
download | Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.gz Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.bz2 Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.zip |
updated the code
Diffstat (limited to '3411/CH5/EX5.15.u1/Ex5_15_u1.sce')
-rw-r--r-- | 3411/CH5/EX5.15.u1/Ex5_15_u1.sce | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/3411/CH5/EX5.15.u1/Ex5_15_u1.sce b/3411/CH5/EX5.15.u1/Ex5_15_u1.sce index 4030c57de..c3326bb73 100644 --- a/3411/CH5/EX5.15.u1/Ex5_15_u1.sce +++ b/3411/CH5/EX5.15.u1/Ex5_15_u1.sce @@ -2,10 +2,10 @@ clc();
clear;
//To calculate the Braggs angle
-h=6.63*10^-34 //Plancks Constant
-m=9.1*10^-31
-e=1.6*10^-19
-v=80
+h=6.63*10^-34 //units in m^2 kg s^-1
+m=9.1*10^-31 //units in Kgs
+e=1.6*10^-19 //units in coulombs
+v=80 //units in volts
lamda=h/sqrt(2*m*e*v) //units in mts
lamda=lamda*10^9 //units in nm
a=0.35 //units in nm
|