Ok, after messing around I discovered that I can solve my problem by changing angle = abs((PI/corners[i][1])) to angle = np.complex(abs ((PI/corners[i][1])),0)
However, it seems like the first should work. Is this a known issue? --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
