From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 2459/CH13/EX13.10/Ex13_10.PNG | Bin 0 -> 5682 bytes 2459/CH13/EX13.10/Ex13_10.sce | 15 +++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 2459/CH13/EX13.10/Ex13_10.PNG create mode 100644 2459/CH13/EX13.10/Ex13_10.sce (limited to '2459/CH13/EX13.10') diff --git a/2459/CH13/EX13.10/Ex13_10.PNG b/2459/CH13/EX13.10/Ex13_10.PNG new file mode 100644 index 000000000..9ee77bdff Binary files /dev/null and b/2459/CH13/EX13.10/Ex13_10.PNG differ diff --git a/2459/CH13/EX13.10/Ex13_10.sce b/2459/CH13/EX13.10/Ex13_10.sce new file mode 100644 index 000000000..de91a22a8 --- /dev/null +++ b/2459/CH13/EX13.10/Ex13_10.sce @@ -0,0 +1,15 @@ +//chapter13 +//example13.10 +//page283 + +R1=1 // kilo ohm +R2=2 // kilo ohm +Vt=6 // V + +Vb=Vt*R1/(R1+R2) + +if Vb==4 + printf("circuit is operating properly \n") +else + printf("circuit is not operating properly because voltage at B should be %.1f V instead of 4 V \n",Vb) +end -- cgit