[sage-edu] Re: Multiplying lists

2009-07-21 Thread David Joyner
On Tue, Jul 21, 2009 at 6:56 PM, Mike wrote: > > Hi, I have a quick question. I'm fairly new to python and sage, and am > attempting to learn it to use in my engineering classes. My problem is > that I have 2 lists > x = [1, 2, 3] > y = [4, 5, 6] > and I would like to use them both in the same fun

[sage-edu] Multiplying lists

2009-07-21 Thread Mike
Hi, I have a quick question. I'm fairly new to python and sage, and am attempting to learn it to use in my engineering classes. My problem is that I have 2 lists x = [1, 2, 3] y = [4, 5, 6] and I would like to use them both in the same function to give me a third list. Something to the effect of: