I wanted to place a line through two points represented as variables. I can do it when explicitly giving coordinates. I wanted to do something like this example: pointA = point((1,1)) pointB = point((2,2,)) myline = line([pointA, pointB])
Though I am getting errors like: ValueError: need more than 1 value to unpack Would there be any way to achieve this? -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org