diff options
Diffstat (limited to '620/CH26/EX26.2/example26_2.sce')
-rw-r--r-- | 620/CH26/EX26.2/example26_2.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/620/CH26/EX26.2/example26_2.sce b/620/CH26/EX26.2/example26_2.sce new file mode 100644 index 000000000..380ffb6c9 --- /dev/null +++ b/620/CH26/EX26.2/example26_2.sce @@ -0,0 +1,5 @@ +l=4;
+i=1.4;
+f=60;
+p=i^2*2*%pi*f*l;
+disp("reactive power (in kVAr) of the circuit is"); disp(p*10^(-3));
\ No newline at end of file |