summaryrefslogtreecommitdiff
path: root/3665/CH6/EX6.4/Ex6_4.sce
blob: 7d4080f9c7ef00d6f2b70c586fb864f73a46e841 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc//
//
//

//Variable declaration
V=1600;    //voltage(V)

//Calculation
lamda=12.26/sqrt(V);      //de broglie wavelength(angstrom)

//Result
printf("\n de broglie wavelength is %0.3f angstrom",lamda)