blob: 462b11d1dc8ee909cae9fe2c92116948f1569e61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|