summaryrefslogtreecommitdiff
path: root/1055/CH14/EX14.11/ch14_11.sce
blob: 415ed451cec523e84f8f5aa8eff258d8ec6cafeb (plain)
1
2
3
4
5
// To determine the VA output of CT .
clear 
clc;
o.p=5*5*(.1+.1) +5;
mprintf(" VA output of CT =%.0f VA\n ",o.p);