diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /199/CH8/EX8.4 | |
download | Scilab-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/CH8/EX8.4')
-rwxr-xr-x | 199/CH8/EX8.4/Example_8_4.sce | 9 | ||||
-rwxr-xr-x | 199/CH8/EX8.4/result_ex_8_4.txt | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/199/CH8/EX8.4/Example_8_4.sce b/199/CH8/EX8.4/Example_8_4.sce new file mode 100755 index 000000000..2863c9809 --- /dev/null +++ b/199/CH8/EX8.4/Example_8_4.sce @@ -0,0 +1,9 @@ +// Chapter8
+// Page.No-335, Figure.No-8.14(a)
+// Example_8_4
+// Output voltage
+// Given
+clear;clc;
+Vo=2.8; // At Finmax of 10kHz
+Vo1=Vo/10; // Output voltage at Fin=1kHz
+printf("\n Output voltage is = %.2f V \n",Vo1) // Result
diff --git a/199/CH8/EX8.4/result_ex_8_4.txt b/199/CH8/EX8.4/result_ex_8_4.txt new file mode 100755 index 000000000..824238387 --- /dev/null +++ b/199/CH8/EX8.4/result_ex_8_4.txt @@ -0,0 +1 @@ +* Output voltage is = 0.28 V
\ No newline at end of file |