summaryrefslogtreecommitdiff
path: root/3673/CH9/EX9.13/Ex9_13.sce
blob: 157695a21531eb9552e4d882abdc808b9f688c74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Example 9_13 page no:365
clc;
Vrymag=400;
Vryang=0;
Vybmag=400;
Vybang=-120;
Vbrmag=400;
Vbrang=-240;
disp(Vrymag,"the magnitude of Vry is (in V)");
disp(Vryang,"the angle of Vry is (in degree)");
disp(Vybmag,"the magnitude of Vyb is (in V)");
disp(Vybang,"the angle of Vyb is (in degree)");
disp(Vbrmag,"the magnitude of Vbr is (in V)");
disp(Vbrang,"the angle of Vbr is (in degree)");