summaryrefslogtreecommitdiff
path: root/196/CH7
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /196/CH7
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '196/CH7')
-rwxr-xr-x196/CH7/EX7.1/example_7_1.sce13
-rwxr-xr-x196/CH7/EX7.1/result_7_1.txt1
2 files changed, 14 insertions, 0 deletions
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