MathGroup Archive 2005

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

Search the Archive

Re: Hankel matrix?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg59368] Re: [mg59336] Hankel matrix?
  • From: Andrzej Kozlowski <akoz at mimuw.edu.pl>
  • Date: Sun, 7 Aug 2005 03:47:00 -0400 (EDT)
  • References: <200508060529.BAA01120@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Your description of your problem is not very clear but might try:


<<LinearAlgebra`MatrixManipulation`


?HankelMatrix

Andrzej Kozlowski



On 6 Aug 2005, at 07:29, Thomas Schmelzer wrote:

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


  • References:
    • Hankel matrix?
      • From: "Thomas Schmelzer" <thomas.???@balliol.ox.ac.uk>
  • Prev by Date: gradient in ParametricPlot
  • Next by Date: Re: coefficient of a polynomial term
  • Previous by thread: Hankel matrix?
  • Next by thread: Re: Hankel matrix?