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 --- 1946/CH9/EX9.7.a/Ex_9_7_a.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 1946/CH9/EX9.7.a/Ex_9_7_a.sce (limited to '1946/CH9/EX9.7.a') diff --git a/1946/CH9/EX9.7.a/Ex_9_7_a.sce b/1946/CH9/EX9.7.a/Ex_9_7_a.sce new file mode 100755 index 000000000..fb54a3a3a --- /dev/null +++ b/1946/CH9/EX9.7.a/Ex_9_7_a.sce @@ -0,0 +1,10 @@ +// Example 9.7.a;//responsivity +clc; +clear; +close; +C=3*10^8;//SPEED of light in meter per second +n=0.50;//quantum efficiency +h=900;//wavelength in nano meter +ht=6.62*10^-34;//plank constt. +R=((n*h)/1248);//responsivity +disp(R,"Responsivity is in ampere per watt") -- cgit