diff options
Diffstat (limited to '3507/CH15/EX15.6/Ex15_6.sce')
-rw-r--r-- | 3507/CH15/EX15.6/Ex15_6.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3507/CH15/EX15.6/Ex15_6.sce b/3507/CH15/EX15.6/Ex15_6.sce new file mode 100644 index 000000000..ac1f21e0a --- /dev/null +++ b/3507/CH15/EX15.6/Ex15_6.sce @@ -0,0 +1,12 @@ +//chapter15
+//example15.6
+//page328
+
+Rl=100 // ohm
+n=10
+Ic=100d-3 // ampere
+
+Rl_1=n^2*Rl
+Pmax=0.5*Ic^2*Rl_1
+
+printf("maximum ac power output = %.3f W \n",Pmax)
|