From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3835/CH2/EX2.18/Ex2_18.sce | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 3835/CH2/EX2.18/Ex2_18.sce (limited to '3835/CH2/EX2.18') diff --git a/3835/CH2/EX2.18/Ex2_18.sce b/3835/CH2/EX2.18/Ex2_18.sce new file mode 100644 index 000000000..9afc2546b --- /dev/null +++ b/3835/CH2/EX2.18/Ex2_18.sce @@ -0,0 +1,6 @@ +clear +// +//node eqns are obtained form the figure +printf("\n va=8.33V and vb=4.17V") +i=8.33/(8) +printf("\n current through 8 ohm resistor is= %0.1f A",i) -- cgit