summaryrefslogtreecommitdiff
path: root/1055/CH13/EX13.8/ch13_8.sce
blob: dbc8d67e6ee335c30a51de0325c98d0ea67fcb24 (plain)
1
2
3
4
5
6
7
//Determine the percent increase of busbar voltage 
clear
clc;
vx=3;// percent reactance of the series element
sinr=.6;
V=vx*sinr;
mprintf("Percent drop of volts=%.1f percent\n",V);