diff options
Diffstat (limited to '1946/CH9/EX9.7.b/Ex_9_7_b.sce')
-rwxr-xr-x | 1946/CH9/EX9.7.b/Ex_9_7_b.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1946/CH9/EX9.7.b/Ex_9_7_b.sce b/1946/CH9/EX9.7.b/Ex_9_7_b.sce new file mode 100755 index 000000000..62f47eaa4 --- /dev/null +++ b/1946/CH9/EX9.7.b/Ex_9_7_b.sce @@ -0,0 +1,12 @@ +// Example 9.7.b;//optical POWER
+clc;
+clear;
+close;
+Ip=10^-6;//optical current in ampere
+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
+Po=(Ip/R);//Output power in watt
+disp(Po,"Output power in watt")
|