summaryrefslogtreecommitdiff
path: root/1076/CH4/EX4.9/4_9.sce
blob: 2d842216ae8465986c5f53e29101b0eb60e91669 (plain)
1
2
3
4
5
6
7
clear;
clc;
v=1;
v1=.4*v;
v2=.6*v;
k=(v2-v1)/v1;
mprintf("the ratio of capacitance to insulator to the capacitance to earth=%d",1/k);