diff options
Diffstat (limited to '3840/CH9/EX9.2/Ex9_2.sce')
-rw-r--r-- | 3840/CH9/EX9.2/Ex9_2.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3840/CH9/EX9.2/Ex9_2.sce b/3840/CH9/EX9.2/Ex9_2.sce new file mode 100644 index 000000000..343549f9f --- /dev/null +++ b/3840/CH9/EX9.2/Ex9_2.sce @@ -0,0 +1,15 @@ +clear +// +// +// + +//Variable declaration +e=1.6*10**-19 //charge(c) +h=6.626*10**-34 //plank constant +V=8.5*10**-6 //voltage(V) + +//Calculation +new=2*e*V/h //frequency(Hz) + +//Result +printf("\n frequency is %0.1f *10**9 Hz",new/10**9) |