Scipy has a routine for Toeplitz and I think it has one
for Hankel as well. I think the docs are here:

http://www.scipy.org/doc/api_docs/SciPy.linalg.basic.html

but the web site appears to be down at the moment.

However, you need to be careful in that Scipy doesn't like
Sage constants as is so you need to denote them as "raw"
so instead of 1.0 you use 1.0r, etc. if I recall correctly.

Cheers,

Tim.

On Feb 18, 2009, at 6:24 AM, Thomas Arildsen wrote:

>
> Does Sage have functions for building matrices corresponding to the
> Matlab functions toeplitz and/or hankel?
>
> Thomas Arildsen
>
> >


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to