summaryrefslogtreecommitdiff
path: root/3813/CH3/EX3.11/Ex3_11.sce
blob: f28c454bea25c2cec9aee0416d49cee1d5892ad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
//Electric Drives:concepts and applications by V.subrahmanyam
//Publisher:Tata McGraw-Hill 
//Edition:Second 
//Ex3_11
clc;
clear;
Alpha=75;//angle in degree
a=cos(Alpha);
b=a/3.6;
pf=(3*b)/%pi;
disp(pf,"The power factor is:")