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 --- 1994/CH7/EX7.4/Example7_4.sce | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 1994/CH7/EX7.4/Example7_4.sce (limited to '1994/CH7/EX7.4/Example7_4.sce') diff --git a/1994/CH7/EX7.4/Example7_4.sce b/1994/CH7/EX7.4/Example7_4.sce new file mode 100755 index 000000000..14c71fc21 --- /dev/null +++ b/1994/CH7/EX7.4/Example7_4.sce @@ -0,0 +1,15 @@ +//Chapter-7,Example7_4,pg 7-23 +Vsh1=400*10^-3 +Rsh=0.01 +Ish=Vsh1/Rsh +printf("current through shunt\n") +printf("Ish=%.2f A\n",Ish) +Ish=50 +Vsh=Ish*Rsh +printf("voltage through shunt\n") +printf("Ish=%.2f V\n",Vsh) +Rm=750//coil resistance +Im=Vsh1/Rm +Rm1=Vsh/Im//meter resistance +printf("meter resistance\n") +printf("Rm1=%.2f ohm\n",Rm1) -- cgit