summaryrefslogtreecommitdiff
path: root/1619/CH3/EX3.3.4/Example3_3_4.sce
blob: 8179365984cf212bbd446c00306a15ab52d65ee8 (plain)
1
2
3
4
5
6
7
8
9
10
//Example 3.3.4 page 3.33

clc;
clear;

Nt= 0.18;
V= 2.5;
Eg= 1.43;
Nep= Nt*Eg*100/V;
printf("The total efficiency is %.3f %%",Nep);