blob: 4485072b7e0dbd8727e5b8263c7e5ef1ca111543 (
plain)
1
2
3
4
5
6
|
//chapter 2:THE DEVICE
//Example 2.3
C=30*10^-12;//equivalent capacitance//
diffV=150*10^6;//dv/dt value of capacitor//
Ic=C*(diffV);//capacitive current//
printf('value of capacitive current=%fAmp',Ic);
|