summaryrefslogtreecommitdiff
path: root/3835/CH6/EX6.4/Ex6_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3835/CH6/EX6.4/Ex6_4.sce')
-rw-r--r--3835/CH6/EX6.4/Ex6_4.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3835/CH6/EX6.4/Ex6_4.sce b/3835/CH6/EX6.4/Ex6_4.sce
new file mode 100644
index 000000000..3c4fdf27f
--- /dev/null
+++ b/3835/CH6/EX6.4/Ex6_4.sce
@@ -0,0 +1,9 @@
+clear
+//
+//given
+rl=32
+//let ratio of sides be a
+rs=2
+a=(2/(32))
+p=a**0.5
+printf("\n turns ratio for impedance machting is %0.1f ",p)