diff options
Diffstat (limited to '929/CH6/EX6.8.b/Example6_8_b.sce')
-rwxr-xr-x | 929/CH6/EX6.8.b/Example6_8_b.sce | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/929/CH6/EX6.8.b/Example6_8_b.sce b/929/CH6/EX6.8.b/Example6_8_b.sce new file mode 100755 index 000000000..f1f167e48 --- /dev/null +++ b/929/CH6/EX6.8.b/Example6_8_b.sce @@ -0,0 +1,19 @@ +//Example 6.8(b)
+
+clear;
+
+clc;
+
+Vs=15;
+
+A=10;
+
+f=10*10^3;
+
+SR=0.5*10^6;
+
+Vommax=SR/(2*%pi*f);
+
+Vimmax=Vommax/A;
+
+printf("Maximum Value of Vim before the output distorts=%.3f V",Vimmax);
\ No newline at end of file |