On Thu, 08 Dec 2011 at 05:24PM -0800, Eric Kangas wrote:
> Now that I have code ready. There is another issue that I found. I
> need to figure out how to find a set sequence of numbers in the list.
> I know in mathematica there is a function called take which allows for
> you to display a partial list from a to b in the list, but I don't see
> that option available in sage. I tried pop, and index those list
> functions aren't useful to me.

This is a simple matter of Python list indexing. Perhaps you should look
up a Python tutorial or Python book; since Sage is based on Python,
anything you can do in Python, you can do in Sage.

Dan

--
---  Dan Drake
-----  http://mathsci.kaist.ac.kr/~drake
-------

Attachment: signature.asc
Description: Digital signature

Reply via email to