diff options
Diffstat (limited to '1529/CH21/EX21.22/21_22.sce')
-rwxr-xr-x | 1529/CH21/EX21.22/21_22.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/1529/CH21/EX21.22/21_22.sce b/1529/CH21/EX21.22/21_22.sce new file mode 100755 index 000000000..92d3094cd --- /dev/null +++ b/1529/CH21/EX21.22/21_22.sce @@ -0,0 +1,6 @@ +//Chapter 21, Problem 22
+clc;
+R1=112; //equivalent input resistance
+Rl=7; //load resistance
+N=sqrt(R1/Rl); //turns ratio
+printf("Optimum turns ratio = %d : 1 ",N);
|