summaryrefslogtreecommitdiff
path: root/1694/CH3/EX3.3/EX3_3.sce
blob: 5f598288e8635a4b38872e24b58727724cbd9fd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clear;
clc;
printf("\nEx3.3\n");
//page no.-121
//given
h=6.62*10^-34;........//planck's constant in Js
m=1.6*10^-27;........//mass of proton in kg
l=10^-14;............//width of box in m

E=(h^(2)*3)/(8*m*l^(2))............//energy of neutron

printf("\nlowest energy of neutron is10.29*10^-23 J\n");