diff options
Diffstat (limited to '3840/CH9/EX9.6/Ex9_6.sce')
-rw-r--r-- | 3840/CH9/EX9.6/Ex9_6.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3840/CH9/EX9.6/Ex9_6.sce b/3840/CH9/EX9.6/Ex9_6.sce new file mode 100644 index 000000000..462b11d1d --- /dev/null +++ b/3840/CH9/EX9.6/Ex9_6.sce @@ -0,0 +1,14 @@ +clear +// +// +// + +//Variable declaration +e=1.6*10**-19 //charge(c) +h=6.625*10**-34 //plank constant +V=650*10**-6 //voltage(V) + +//Calculation +new=2*e*V/h //frequency(Hz) + +//Result |