summaryrefslogtreecommitdiff
path: root/199/CH6/EX6.12.b/Example_6_12_b.sce
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /199/CH6/EX6.12.b/Example_6_12_b.sce
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 '199/CH6/EX6.12.b/Example_6_12_b.sce')
-rwxr-xr-x199/CH6/EX6.12.b/Example_6_12_b.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/199/CH6/EX6.12.b/Example_6_12_b.sce b/199/CH6/EX6.12.b/Example_6_12_b.sce
new file mode 100755
index 000000000..87e36db45
--- /dev/null
+++ b/199/CH6/EX6.12.b/Example_6_12_b.sce
@@ -0,0 +1,10 @@
+// Chapter6
+// Page.No-222, Figure.No-6.19
+// Example_6_12_b
+// Output voltage
+// Given
+clear;clc;
+Vin=5;V1=1;
+R=10*10^3;
+Vo=2*V1; // Output voltage
+printf("\n Output voltage is = %.f V \n",Vo) \ No newline at end of file