summaryrefslogtreecommitdiff
path: root/1319/CH5/EX5.14/5_14.sce
blob: 9aa16254c00fe185d933f95420926dbd5b16a023 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// To determine the ratio of weights of copper

clc;
clear;

n=3; //transformation ratio

// Ratio of weights of copper in an ato transformer and a two winding transformer

roc=(1-(1/n));

printf('Ratio of weights of copper in an ato transformer and a two winding transformer = %f \n',roc)