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 --- 3637/CH2/EX2.11/Ex2_11.pdf | Bin 0 -> 83576 bytes 3637/CH2/EX2.11/Ex2_11.sce | 11 +++++++++++ 2 files changed, 11 insertions(+) create mode 100644 3637/CH2/EX2.11/Ex2_11.pdf create mode 100644 3637/CH2/EX2.11/Ex2_11.sce (limited to '3637/CH2/EX2.11') diff --git a/3637/CH2/EX2.11/Ex2_11.pdf b/3637/CH2/EX2.11/Ex2_11.pdf new file mode 100644 index 000000000..999121a5a Binary files /dev/null and b/3637/CH2/EX2.11/Ex2_11.pdf differ diff --git a/3637/CH2/EX2.11/Ex2_11.sce b/3637/CH2/EX2.11/Ex2_11.sce new file mode 100644 index 000000000..1874c001b --- /dev/null +++ b/3637/CH2/EX2.11/Ex2_11.sce @@ -0,0 +1,11 @@ +//problem 11 pagenumber 2.95 +//given +format(6); +rf1=10e3;//ohm +r1=2e3;//ohm +r2=5e3;//ohm +//determine output voltage +cof1=-rf1/r1;//coefficient of v1 +cof2=-rf1/r2;//coefficient of v2 +disp('Output voltage = '+string(cof1)+'v1+('+string(cof2)+'v2)'); + -- cgit