Gerard,
You have your hands full there!
We learn a lot just jumping in and trying stuff.
As you know this hobby is a bottomless pit,
there is always more to learn.
Complex impedance is one of the key mysteries of RF design,
difficult to master but very powerful.
A correction to a script in post? ?/g/BITX20/message/110108
In the two places where I wrote "j235.7", this should be changed to "235.7j"
There was also an extra left paren. The corrected passage is shown below
This can be executed by pasting it into the interpreter at??https://trinket.io/console
#######################
# Now plug all that into my python script as a double check:
zL = 1j * 2 * 3.1416 * 45e6 * 530.5e-9
zC = 1 / (1j * 2 * 3.1416 * 45e6 * 16.22e-12)
zP = zC * (333.3-235.7j) / (zC + (333.3-235.7j))
print(zL + zP)
#######################
Jerry, KE7ER?