diff options
Diffstat (limited to '3504/CH2/EX2.20/Ex2_20.sce')
-rw-r--r-- | 3504/CH2/EX2.20/Ex2_20.sce | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/3504/CH2/EX2.20/Ex2_20.sce b/3504/CH2/EX2.20/Ex2_20.sce new file mode 100644 index 000000000..3b3475ac0 --- /dev/null +++ b/3504/CH2/EX2.20/Ex2_20.sce @@ -0,0 +1,4 @@ +//To find the equivalent inductive reactance. +clc; +Z=%i*(3+5+6)-%i*2-%i*3+%i*4-%i*2-%i*3+%i*4 +disp(Z,'Equivalent inductive reactance(ohm)') |