|
[Date Index]
[Thread Index]
[Author Index]
Inverting a matrix with symbolic bounds
- To: mathgroup at smc.vnet.net
- Subject: [mg23147] Inverting a matrix with symbolic bounds
- From: "Jon Davis" <jondavis at uiuc.edu>
- Date: Thu, 20 Apr 2000 03:21:10 -0400 (EDT)
- Organization: University of Illinois at Urbana-Champaign
- Sender: owner-wri-mathgroup at wolfram.com
I'd like to invert a matrix whose dimensions are specified only
symbolically, but I'm not sure how to represent it in Mathematica (or if
Mathematica can do it). The matrix is:
a b b^2 ... b^k
b a b ... b^(k-1)
b^2 b a ... b^(k-2)
.. .
.. .
.. .
b^k b^(k-1) ... a
I tried representing this matrix as a list, using symbols in Table[], but
Mathematica won't evaluate the bounds when they are symbolic. Is there a way
to do this?
Any ideas would be greatly appreciated!!!
Thanks.
Jon Davis
jondavis at uiuc.edu
Prev by Date:
Re: Clear or remove definitions including Subscripts
Next by Date:
Re: Mathematica TeX files
Previous by thread:
Re: Defining an UpValue for a specific List?
Next by thread:
Re: how to rank a list of elements?
|