diff options
Diffstat (limited to '3835/CH2/EX2.9/Ex2_9.sce')
-rw-r--r-- | 3835/CH2/EX2.9/Ex2_9.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3835/CH2/EX2.9/Ex2_9.sce b/3835/CH2/EX2.9/Ex2_9.sce new file mode 100644 index 000000000..484161ffe --- /dev/null +++ b/3835/CH2/EX2.9/Ex2_9.sce @@ -0,0 +1,5 @@ +clear +// +//simplifying the circuit +ceq=1/(0.333+0.666+0.2) //converted to decimal form +printf("\n ceq= %0.1f F",ceq) |