summaryrefslogtreecommitdiff
path: root/1784/CH31/EX31.5/example5.sce
blob: 9c4ff0387dec9ad953b658aaa1afb67692b6679c (plain)
1
2
3
4
5
6
7
8
9
10
//chapter 31
//example5
clc
//given
V=110 //in volt
R=24//ohms
P1=V^2/R
disp(P1,"(a)Power for the single coil in watts is")
P2=V^2/(R/2)
disp(P2,"(b)Power for a coil of half the length in watts is")