summaryrefslogtreecommitdiff
path: root/1859/CH8/EX8.2/exa_8_2.sce
blob: a5af1ca7137e5dac95833fb95ef9b3014ac32ce6 (plain)
1
2
3
4
5
6
7
8
9
10
// Exa 8.2
clc;
clear;
close;
// Given data
Va= 1000;// in volts
e= 1.6*10^-19;// in C
m= 9.1*10^-31;// in kg
MaxVel= sqrt(2*Va*e/m);// maximum velocity of electrons in m/s
disp(MaxVel,"Maximum velocity of electrons in m/s")