diff options
Diffstat (limited to '1184/CH2/EX2.21/Ex2_21.sce')
-rwxr-xr-x | 1184/CH2/EX2.21/Ex2_21.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1184/CH2/EX2.21/Ex2_21.sce b/1184/CH2/EX2.21/Ex2_21.sce new file mode 100755 index 000000000..b84d8456a --- /dev/null +++ b/1184/CH2/EX2.21/Ex2_21.sce @@ -0,0 +1,12 @@ +//Example 2-21, Page no - 54
+clear
+clc
+
+fr= 52*10^6
+Rw= 4.1
+L =0.15*10^-6
+
+Z = L/((1/(4*3.14^2*fr^2*L))*Rw)
+
+printf('the impedance of the circuit is %.1f ohm',Z)
+
|