summaryrefslogtreecommitdiff
path: root/196/CH5/EX5.14/example_5_14.sce
blob: 06f996a1bd5f5fa7172792b17cd6c224e563c066 (plain)
1
2
3
4
5
6
7
8
9
10
11
//Chapter 5
//Example 5-14
//ProbOnPhaseAngle 
//Page 140, Figure 5-13(b)
clear;clc;
//Given
f = 10^3 ;
Ri = 100*10^3 ; 
Ci = 0.01*10^-6;
phaseangle = 2*atan(2*%pi*f*Ri*Ci);
printf ("\n\n Phase angle = %.4f radians ", phaseangle)