summaryrefslogtreecommitdiff
path: root/2102/CH4/EX4.14/exa_4_14.sce
diff options
context:
space:
mode:
Diffstat (limited to '2102/CH4/EX4.14/exa_4_14.sce')
-rwxr-xr-x2102/CH4/EX4.14/exa_4_14.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/2102/CH4/EX4.14/exa_4_14.sce b/2102/CH4/EX4.14/exa_4_14.sce
new file mode 100755
index 000000000..b849b079d
--- /dev/null
+++ b/2102/CH4/EX4.14/exa_4_14.sce
@@ -0,0 +1,11 @@
+// Exa 4.14
+clc;
+clear;
+close;
+// Given data
+lamda= 800;// in nm
+EpIn_eV= 1248/lamda;// in eV
+h_int= 5/100;
+I=50;// in mA
+P= h_int*EpIn_eV*I;// in mW
+disp(P,"Power radiated by an LED in mW is : ")