diff options
Diffstat (limited to '3673/CH6/EX6.2/Ex6_2.sce')
-rw-r--r-- | 3673/CH6/EX6.2/Ex6_2.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3673/CH6/EX6.2/Ex6_2.sce b/3673/CH6/EX6.2/Ex6_2.sce new file mode 100644 index 000000000..141706569 --- /dev/null +++ b/3673/CH6/EX6.2/Ex6_2.sce @@ -0,0 +1,6 @@ +//Example 6_2 page no:230
+clc
+Z=5+(%i*8)
+Im=5//maximum current
+Pav=Im^2*real(Z)/2
+disp(Pav,"Average power is (in watts)")
|