From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 3507/CH9/EX9.13/Ex9_13.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 3507/CH9/EX9.13/Ex9_13.sce (limited to '3507/CH9/EX9.13') diff --git a/3507/CH9/EX9.13/Ex9_13.sce b/3507/CH9/EX9.13/Ex9_13.sce new file mode 100644 index 000000000..206331305 --- /dev/null +++ b/3507/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) -- cgit