summaryrefslogtreecommitdiff
path: root/2459/CH9/EX9.13
diff options
context:
space:
mode:
Diffstat (limited to '2459/CH9/EX9.13')
-rw-r--r--2459/CH9/EX9.13/Ex9_13.PNGbin0 -> 5612 bytes
-rw-r--r--2459/CH9/EX9.13/Ex9_13.sce15
2 files changed, 15 insertions, 0 deletions
diff --git a/2459/CH9/EX9.13/Ex9_13.PNG b/2459/CH9/EX9.13/Ex9_13.PNG
new file mode 100644
index 000000000..f5e6ea690
--- /dev/null
+++ b/2459/CH9/EX9.13/Ex9_13.PNG
Binary files differ
diff --git a/2459/CH9/EX9.13/Ex9_13.sce b/2459/CH9/EX9.13/Ex9_13.sce
new file mode 100644
index 000000000..206331305
--- /dev/null
+++ b/2459/CH9/EX9.13/Ex9_13.sce
@@ -0,0 +1,15 @@
+//chapter9
+//example9.13
+//page157
+
+rf=20 // ohm
+Rl=980 // ohm
+Vs=50 // V
+
+Vm=Vs*2^0.5
+Im=Vm/(rf+Rl)
+Idc=2*Im/%pi // in ampere
+Irms=Im/2^0.5 // in ampere
+
+printf("mean load current = %.3f mA \n",Idc*1000)
+printf("rms load current = %.3f mA \n",Irms*1000)