summaryrefslogtreecommitdiff
path: root/2075/CH5/EX5.11/pe5_11.sce
blob: 4083bbef002af011ce851a3209671ba05c405dc8 (plain)
1
2
3
4
5
6
7
8
9
//example 5.11
clc; funcprot(0);
// Initialization of Variable
P=200;//power
R=8;//ohm
//calculation
Il=(P/R)^.5*2^.5;
Ilm=1.2*Il;
disp(Ilm,"limit level current in A:")