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

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

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

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