diff options
Diffstat (limited to '1946/CH9/EX9.7.a')
-rwxr-xr-x | 1946/CH9/EX9.7.a/Ex_9_7_a.sce | 10 |
1 files changed, 10 insertions, 0 deletions
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")
|