Relative Content

Tag Archive for pythonarrayslist

Can I make an array larger while keeping the original values unchanged?

I have a code in Python that helps me find the intersection points between two curves; each time the f(frequency) equals one of the tangents (and cotangents), I save those values which correspond to the modes available for a given frequency. I iterate over a number of frequencies so I can know which modes propagate over which frequencies.