Re: [sage-support] basic line through two variable points

2010-06-07 Thread William Stein
On Mon, Jun 7, 2010 at 3:05 AM, dbjohn wrote: > 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]) >

[sage-support] basic line through two variable points

2010-06-07 Thread dbjohn
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