[sage-support] Re: Newbie questions from a Matlab user

2009-02-18 Thread Tim Lahey
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

[sage-support] Re: Newbie questions from a Matlab user

2009-02-18 Thread Harald Schilly
On Feb 18, 12:24 pm, Thomas Arildsen wrote: > Does Sage have functions for building matrices corresponding to the > Matlab functions toeplitz and/or hankel? > > Thomas Arildsen Hi Thomas Sage wraps numpy, and numpy has support. Matrix arrays can be exchanged, too. Note, that you have to specify