summaryrefslogtreecommitdiff
path: root/3014/CH4/EX4.18/Ex4_18.sce
blob: a894f4969d405d44124c529d248148aaac118037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

clc 
//Given that
t = 1.8e-5 // Relaxation time in second
epsilon_r = 1 // let
printf("Example 4.18")
f = 1/(2*%pi*t) // Calculation of frequency
delta = atan(epsilon_r/epsilon_r)
phi = 90 - delta*180/%pi // Calculation of phase difference
printf("\n Frequency is %f KHz\n",f/1e3)
printf(" Phase difference between current and voltage is %d degree.",phi)