MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Hankel matrix?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg59357] Re: Hankel matrix?
  • From: "Jens-Peer Kuska" <kuska at informatik.uni-leipzig.de>
  • Date: Sun, 7 Aug 2005 03:46:53 -0400 (EDT)
  • Organization: Uni Leipzig
  • References: <dd1i8s$190$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

from your posting it is absolute unclear how do you wish to
create a Hankel matrix 
http://mathworld.wolfram.com/HankelMatrix.html
from the coefficients of
Series[1/Gamma[z], {z, 0, 4}]

and there *is* in

<< LinearAlgebra`MatrixManipulation`

HankelMatrix[5]

a functio to build a Hankel matrix.

Regards

  Jens

"Thomas Schmelzer" <thomas.??? at balliol.ox.ac.uk> 
schrieb im Newsbeitrag 
news:dd1i8s$190$1 at smc.vnet.net...
| Hello,
| given a list of coefficents I would like to 
create a Hankel matrix.
|
| Let's say
|
| 1/Gamma(z)=sum c_k z^k
|
| I am now interested in the coefficents 
c_4,...c_100 (numerical
| approximations are fine)
|
| I would like to generate the Hankel matrix
|
| c_4   c_5
|
| c_5
|
| c_6
|
| c_7
|
| etc.
|
| How do I have to proceed in Mathematica? It 
seems there is nothing to build
| a Hankel matrix with.
| Thanks a lot
| Thomas
|
| 



  • Prev by Date: Re: Obtaining the output from the line above.
  • Next by Date: Re: Hankel matrix?
  • Previous by thread: Re: Hankel matrix?
  • Next by thread: Re: Hankel matrix?