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 --- 196/CH7/EX7.1/example_7_1.sce | 13 +++++++++++++ 196/CH7/EX7.1/result_7_1.txt | 1 + 2 files changed, 14 insertions(+) create mode 100755 196/CH7/EX7.1/example_7_1.sce create mode 100755 196/CH7/EX7.1/result_7_1.txt (limited to '196/CH7') diff --git a/196/CH7/EX7.1/example_7_1.sce b/196/CH7/EX7.1/example_7_1.sce new file mode 100755 index 000000000..2a439a81a --- /dev/null +++ b/196/CH7/EX7.1/example_7_1.sce @@ -0,0 +1,13 @@ +//Chapter 7 +//Example 7-1 +//ProbOnDeadZoneCircuit +//Page 201,202, Figure 7-15 +clear;clc; +V = 15 ; +mR = 30*10^3 ; +R = 10*10^3 ; +Ei = -10 ; +Vref = V / 3 ; +Voa = -Ei-Vref ; +Vob = Ei / 2 ; +printf ( "\n\n Values of Voa and Vob are %.4f V , %.4f V" , Voa, Vob) \ No newline at end of file diff --git a/196/CH7/EX7.1/result_7_1.txt b/196/CH7/EX7.1/result_7_1.txt new file mode 100755 index 000000000..55de4705a --- /dev/null +++ b/196/CH7/EX7.1/result_7_1.txt @@ -0,0 +1 @@ + Values of Voa and Vob are 5.0000 V , -5.0000 V \ No newline at end of file -- cgit