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 --- 1271/CH20/EX20.3/example20_3.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 1271/CH20/EX20.3/example20_3.sce (limited to '1271/CH20/EX20.3/example20_3.sce') diff --git a/1271/CH20/EX20.3/example20_3.sce b/1271/CH20/EX20.3/example20_3.sce new file mode 100755 index 000000000..ff5795827 --- /dev/null +++ b/1271/CH20/EX20.3/example20_3.sce @@ -0,0 +1,9 @@ +clc +// Given that +V = 25e3 // voltage in V +// Sample Problem 3 on page no. 20.8 +printf("\n # PROBLEM 3 # \n") +printf("Standard formula used \n ") +printf("Lambda_min = 12400/V \n") +lambda_min = 12400 / V +printf("\n Minimum wavelength of x-ray is %f Angstrom.",lambda_min) -- cgit