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 --- 620/CH10/EX10.10.b/example10_10b.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 620/CH10/EX10.10.b/example10_10b.sce (limited to '620/CH10/EX10.10.b/example10_10b.sce') diff --git a/620/CH10/EX10.10.b/example10_10b.sce b/620/CH10/EX10.10.b/example10_10b.sce new file mode 100644 index 000000000..1d630a872 --- /dev/null +++ b/620/CH10/EX10.10.b/example10_10b.sce @@ -0,0 +1,13 @@ +vb=13.2; +vg=14.4; +rb=0.3; +rg=0.2; +rl=0.68; +ib=vb/rb; +ig=vg/rg; +rn=rb*rg/(rb+rg); +in=ib+ig; +i=in*rn/(rn+rl); +disp("the load current (in A) is"); disp(i); +v=i*rl; +disp("the load voltage (in V) is"); disp(v); \ No newline at end of file -- cgit