diff options
Diffstat (limited to '3673/CH9/EX9.a.19/Example_a_9_19.sce')
-rw-r--r-- | 3673/CH9/EX9.a.19/Example_a_9_19.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3673/CH9/EX9.a.19/Example_a_9_19.sce b/3673/CH9/EX9.a.19/Example_a_9_19.sce new file mode 100644 index 000000000..d84760617 --- /dev/null +++ b/3673/CH9/EX9.a.19/Example_a_9_19.sce @@ -0,0 +1,6 @@ +//Example_a_9_19 page no:418
+clc;
+V=340;
+fund_comp=340/sqrt(3);
+harmonic_comp=sqrt(220^2-(fund_comp)^2);
+disp(harmonic_comp,"the third harmonic component is (in V)");
|