summaryrefslogtreecommitdiff
path: root/1511/CH2/EX2.36/ex2_36.sce
blob: 418ce70b6cafb372ebe631104aa31a250ce975fd (plain)
1
2
3
4
5
6
7
8
9
// Example 2.36 page no-125
clear
clc

Ct=20 //pF
v1=5 //v
v2=6 //v
Ct2=Ct*sqrt(v1/v2)
printf("Therefore, decrease in the value of capacitance is\nCt1-Ct2=%.2f pF",Ct-Ct2)