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

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

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

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