From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 1694/CH3/EX3.22/EX3_22.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 1694/CH3/EX3.22/EX3_22.sce (limited to '1694/CH3/EX3.22/EX3_22.sce') diff --git a/1694/CH3/EX3.22/EX3_22.sce b/1694/CH3/EX3.22/EX3_22.sce new file mode 100644 index 000000000..41857a9c6 --- /dev/null +++ b/1694/CH3/EX3.22/EX3_22.sce @@ -0,0 +1,13 @@ +clear; +clc; +printf("\nEx3.22\n"); +//page no.-136 +//given +m=10^-6;........//mass of particle +v=10^-4;........//speed in m/s +a=10^-7;........//length of box in m +h=6.625*10^-34;...//planck's constant in J-s + +n=2*m*a*v/h.......//quantum no. + +printf("\nquantum number is 3*10^16\n"); -- cgit