summaryrefslogtreecommitdiff
path: root/1319/CH12/EX12.6/i_6.sce
blob: dfa79aa00ad8decd97e39aed5999d0ab69a88db4 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Determination of conductance of a short circuit

clc;
clear;

V=120;
I=500;

G=I/V;

disp('siemens',G,'The Conductance =')