diff options
Diffstat (limited to '3504/CH2/EX2.16/Ex2_16.sce')
-rw-r--r-- | 3504/CH2/EX2.16/Ex2_16.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3504/CH2/EX2.16/Ex2_16.sce b/3504/CH2/EX2.16/Ex2_16.sce new file mode 100644 index 000000000..e8a227ef6 --- /dev/null +++ b/3504/CH2/EX2.16/Ex2_16.sce @@ -0,0 +1,5 @@ +//To determine V_23 of the given network. +clc; +I=(3+%i*4)/(3+%i*4+2+%i*2) +V_23=I*(%i*4+2) +//The circuit cannot be solved by mesh analysis as the current source is present.Thus the obtained value is not assumed to be inaccurate. |