diff options
Diffstat (limited to '1301/CH21')
-rwxr-xr-x | 1301/CH21/EX21.8/ex21_8.sce | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/1301/CH21/EX21.8/ex21_8.sce b/1301/CH21/EX21.8/ex21_8.sce index 1349fef17..8ff3f524c 100755 --- a/1301/CH21/EX21.8/ex21_8.sce +++ b/1301/CH21/EX21.8/ex21_8.sce @@ -1,4 +1,5 @@ -clc;
-E=2.18*10^-18; //energy in Joule
-k=1.38*10^-23; //constant in J/K
+clc; +E=2.18*10^-18; //energy in Joule +h= 6.626 * 10^-34; +k=1.38*10^-23; //constant in J/K disp(E/h,"Frequency in Hz = "); //displaying result
\ No newline at end of file |