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 --- 3769/CH24/EX24.13/Ex24_13.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 3769/CH24/EX24.13/Ex24_13.sce (limited to '3769/CH24/EX24.13/Ex24_13.sce') diff --git a/3769/CH24/EX24.13/Ex24_13.sce b/3769/CH24/EX24.13/Ex24_13.sce new file mode 100644 index 000000000..d4677fbee --- /dev/null +++ b/3769/CH24/EX24.13/Ex24_13.sce @@ -0,0 +1,14 @@ +clear +//Given +n=1.0 +h=6.62*10**-34 +c=3*10**8 +f=1.6*10**-19 +Z=2 + +//Calculation +E1=(-13.6*Z**2)/n**2 +l=-(h*c)/(E1*f) + +//Result +printf("\n Minimum wavelength is %0.0f A",l*10**10) -- cgit