From 7bc77cb1ed33745c720952c92b3b2747c5cbf2df Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Sat, 3 Feb 2018 11:01:52 +0530 Subject: Added new code --- 3840/CH4/EX4.7/Ex4_7.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 3840/CH4/EX4.7/Ex4_7.sce (limited to '3840/CH4/EX4.7') diff --git a/3840/CH4/EX4.7/Ex4_7.sce b/3840/CH4/EX4.7/Ex4_7.sce new file mode 100644 index 000000000..b3889aa91 --- /dev/null +++ b/3840/CH4/EX4.7/Ex4_7.sce @@ -0,0 +1,13 @@ +clear +// +// +// + +//Variable declaration +V=15*10**3 //accelerated voltage(V) + +//Calculation +lamda=1.227/sqrt(V) //wavelength of electron waves(nm) + +//Result +printf("\n wavelength of electron waves is %0.2f nm",lamda) -- cgit