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 --- 1061/CH8/EX8.12/Ex8_12.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 1061/CH8/EX8.12/Ex8_12.sce (limited to '1061/CH8/EX8.12/Ex8_12.sce') diff --git a/1061/CH8/EX8.12/Ex8_12.sce b/1061/CH8/EX8.12/Ex8_12.sce new file mode 100755 index 000000000..ade16e0df --- /dev/null +++ b/1061/CH8/EX8.12/Ex8_12.sce @@ -0,0 +1,14 @@ +//Ex:8.12 +clc; +clear; +close; +ni=0.09;// normal efficiency +d=2*2.54;// separation distance in cm +x=0.2;// divergence angle in radians +vf=2.0;// forward voltage in volts +i_f=65*10^-3;// forward current in amp +pi=vf*i_f;// input power in Watt +po=ni*pi;// output power in Watt +H=4*po/(3.14*d^2*x^2);// irradiance in watt/cm^2 +H1=H*1000;// irradiance in mwatt/cm^2 +printf("The irradiance =%f mwatt/cm^2 ", H1); \ No newline at end of file -- cgit