From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3835/CH6/EX6.4/Ex6_4.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 3835/CH6/EX6.4/Ex6_4.sce (limited to '3835/CH6/EX6.4/Ex6_4.sce') 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) -- cgit