diff options
Diffstat (limited to '3769/CH4/EX4.8/Ex4_8.sce')
-rw-r--r-- | 3769/CH4/EX4.8/Ex4_8.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3769/CH4/EX4.8/Ex4_8.sce b/3769/CH4/EX4.8/Ex4_8.sce new file mode 100644 index 000000000..5daecc2e7 --- /dev/null +++ b/3769/CH4/EX4.8/Ex4_8.sce @@ -0,0 +1,15 @@ +clear +//Given +e=8.854*10**-12 +K=6 +A=30 +d=2.0*10**-3 +E=500 + +//Calculation +C=e*K*A/d +V=E*d*10**3 +q=C*V + +//Result +printf("\n Capacitance of a parallel plate %0.3f micro C",q*10**3) |