summaryrefslogtreecommitdiff
path: root/196/CH4/EX4.1
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /196/CH4/EX4.1
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/CH4/EX4.1')
-rwxr-xr-x196/CH4/EX4.1/example_4_1.sce10
-rwxr-xr-x196/CH4/EX4.1/result_4_1.txt1
2 files changed, 11 insertions, 0 deletions
diff --git a/196/CH4/EX4.1/example_4_1.sce b/196/CH4/EX4.1/example_4_1.sce
new file mode 100755
index 000000000..fb443d3c7
--- /dev/null
+++ b/196/CH4/EX4.1/example_4_1.sce
@@ -0,0 +1,10 @@
+//Chapter 4
+//Example 4-1
+//ProbOnThresholdVoltage
+//Page 90
+clear;clc;
+//Given
+Vsat = 14;//Saturation Voltage
+R1 = 1000; R2 = 100 ; //Load resistances
+Vut = (R2/(R1*R2))*Vsat;
+printf("\n\n Value of Upper Threshold Voltage = %.6f V \n\n",Vut) \ No newline at end of file
diff --git a/196/CH4/EX4.1/result_4_1.txt b/196/CH4/EX4.1/result_4_1.txt
new file mode 100755
index 000000000..73799481d
--- /dev/null
+++ b/196/CH4/EX4.1/result_4_1.txt
@@ -0,0 +1 @@
+Value of Upper Threshold Voltage = 0.014000 V \ No newline at end of file