diff options
Diffstat (limited to '3835/CH2/EX2.13/Ex2_13.sce')
-rw-r--r-- | 3835/CH2/EX2.13/Ex2_13.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3835/CH2/EX2.13/Ex2_13.sce b/3835/CH2/EX2.13/Ex2_13.sce new file mode 100644 index 000000000..15c17e568 --- /dev/null +++ b/3835/CH2/EX2.13/Ex2_13.sce @@ -0,0 +1,7 @@ +clear +// +//from the figure the eqns are written in matrix form and using cramers rule the value of v1 and v2 can be found +printf("\n v1=3.6V") +printf("\n v2=2.2V") +printf("\n the current in 0.6 ohm resistor is 10.8A,0.2 ohm resistor is 7A,0.16ohm resistor is 13.2 A") + |