summaryrefslogtreecommitdiff
path: root/1694/CH3/EX3.19/EX3_19.sce
blob: 3ece1bacd7b9feb1b694df0553c598df6bb1293f (plain)
1
2
3
4
5
6
7
8
9
10
11
clear;
clc;
printf("\nEx3.19\n");
//page no.-135
//given
m=9.1*10^-31;.......//mass of electron in kg
a=4*10^-10;........//length in m

E=(h^2)/(8*m*a^2)..........//lowest energy in joules

printf("\nlowest energy is 0.376*10^-18 J\n");