From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 623/CH22/EX4.5.4/U4_C5_4.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 623/CH22/EX4.5.4/U4_C5_4.sce (limited to '623/CH22/EX4.5.4/U4_C5_4.sce') diff --git a/623/CH22/EX4.5.4/U4_C5_4.sce b/623/CH22/EX4.5.4/U4_C5_4.sce new file mode 100755 index 000000000..229b76c22 --- /dev/null +++ b/623/CH22/EX4.5.4/U4_C5_4.sce @@ -0,0 +1,9 @@ +//variable initialization +z1=29 //atomic no. of Copper +z2=26 //atomic no. of Iron +lembda1=193 //wavelength of K line in Iron (pm) + +//calculation +lembda=((z2-1)/(z1-1))^2*lembda1; //wavelength of K line in Copper (pm) + +printf("\nλ = %.0f pm",lembda); -- cgit