summaryrefslogtreecommitdiff
path: root/3636/CH3/EX3.11/Ex3_11.sce
blob: e7c43a42d9b3d704fcbe5ed78f238f9211a69768 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
clc;
clear;
E=1.43 //in eV
h=4.14*10^-15 //plancks constant in e*V*s
c=3*10^8 //in m/s

//Calculation
//a)
v=E/h

//b)
lamda=c/v

mprintf("a)minimum frequency= %.3e Hz\n",v)
mprintf("b)wavelength= %.1e m",lamda) //The answers vary due to round off error