summaryrefslogtreecommitdiff
path: root/2231/CH1/EX1.1/Ex_1_1.sce
blob: f3c7ffb5b5e2aff09c0dcae4f493a74199ea740b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Example 1_1
clc;
clear;close;

//Given data
alfa1=0.35;
alfa2=0.4;
IG=40*10^-3;//A

//Solution :
IA=alfa2*IG/(1-(alfa1+alfa2));//A
disp(IA,"Anode current in A : ");