diff options
Diffstat (limited to '199/CH6/EX6.12.b/Example_6_12_b.sce')
-rwxr-xr-x | 199/CH6/EX6.12.b/Example_6_12_b.sce | 10 |
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 |