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.8/EX3_8.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 1694/CH3/EX3.8/EX3_8.sce (limited to '1694/CH3/EX3.8/EX3_8.sce') diff --git a/1694/CH3/EX3.8/EX3_8.sce b/1694/CH3/EX3.8/EX3_8.sce new file mode 100644 index 000000000..d7a50e813 --- /dev/null +++ b/1694/CH3/EX3.8/EX3_8.sce @@ -0,0 +1,13 @@ +clear; +clc; +printf("\nEx3.8\n"); +//page no.-126 +//given +n=5;................//quantum no. +a=2*10^-10;.........//width of box in m +E1=14.7*10^-19;.....//energy in joules +h=6.625*10^-34;.....//planck's constant in J-s + +m=(h^2)/(8*E1*a^2)......//mass of particle in kg + +printf("\nmass of particle is 9.33*10^-31 kg"); -- cgit