diff options
Diffstat (limited to '1997/CH11/EX11.26/example26.sce')
-rwxr-xr-x | 1997/CH11/EX11.26/example26.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1997/CH11/EX11.26/example26.sce b/1997/CH11/EX11.26/example26.sce new file mode 100755 index 000000000..4da4e3db7 --- /dev/null +++ b/1997/CH11/EX11.26/example26.sce @@ -0,0 +1,12 @@ +//Chapter-11 example 26
+//=============================================================================
+clc;
+clear;
+//input data
+mprintf('(PRF1) = 2(PRF2)\n');
+mprintf(' Vb3 = 4Vb5\n');
+mprintf(' (3Vo/2F1)(PRF1)) = 4(5Vo/2F2)(2PRF2)\n');
+mprintf(' 3/2F1 = 20/F2\n');
+mprintf(' Ratio of operating frequencies is F2/F1 = 40/3\n');
+
+//=================end of the program===========================================
|