summaryrefslogtreecommitdiff
path: root/3840/CH9/EX9.2/Ex9_2.sce
blob: 343549f9f0d785e97a947adc88c8ea9391fd3e51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)