summaryrefslogtreecommitdiff
path: root/1061/CH8/EX8.26
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1061/CH8/EX8.26
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '1061/CH8/EX8.26')
-rwxr-xr-x1061/CH8/EX8.26/Ex8_26.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1061/CH8/EX8.26/Ex8_26.sce b/1061/CH8/EX8.26/Ex8_26.sce
new file mode 100755
index 000000000..6fa0695c7
--- /dev/null
+++ b/1061/CH8/EX8.26/Ex8_26.sce
@@ -0,0 +1,9 @@
+//Ex:8.26
+clc;
+clear;
+close;
+nt=0.18;// total efficiency
+Eg=1.43;// band gape energy eV
+V=2.5;// appied voltage in volt
+n_ex=(nt*(Eg/V))*100;// external efficiency
+printf("The external efficiency =%f %%", n_ex); \ No newline at end of file