summaryrefslogtreecommitdiff
path: root/1946/CH9/EX9.2/Ex_9_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1946/CH9/EX9.2/Ex_9_2.sce')
-rwxr-xr-x1946/CH9/EX9.2/Ex_9_2.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1946/CH9/EX9.2/Ex_9_2.sce b/1946/CH9/EX9.2/Ex_9_2.sce
new file mode 100755
index 000000000..6d014a180
--- /dev/null
+++ b/1946/CH9/EX9.2/Ex_9_2.sce
@@ -0,0 +1,8 @@
+// Example 9.2;//photocurrent
+clc;
+clear;
+close;
+R=0.85;//responsivity in ampere per watt
+Po=1;//output power in milli watt
+Ip= R*Po;//photocurrent in milli ampere
+disp(Ip,"photocurrent in milli ampere is ")