blob: 390e4f1ab6a11969de84c5695f3ba4e9a48eaff1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
clear;
clc;
printf("\nEx2.26\n");
//page no.-70
//given
_m=9.1*10^-31;...............//rest mass of e
lambda=5896*10^-10;..........//wavelength in m
h=6.63*10^-34;..............//planck's constant in J-sec
E=h^2/(2*_m*lambda^2)............//kinetic energy in joule
printf("\nkinetic energy is 6.95*10^-25 joule\n");
|