Expanding Bilinear Map Power Series with Matrix/Vector Input

  • Thread starter Thread starter unchained1978
  • Start date Start date
  • Tags Tags
    Functions Matrix
unchained1978
Messages
91
Reaction score
0
I'm trying to expand a function of a bilinear map in a power series f({\bf x^{T}Ax}). It isn't quite a matrix function because it takes a matrix and a vector and maps them into a scalar. I'd like to expand it into powers of \bf A, but still preserve the function as a scalar. As far as I can tell, a matrix power series takes a matrix as an input (like this one) but outputs a matrix (unlike this problem). I'm not sure how to proceed.
 
Last edited:
Physics news on Phys.org
hi unchained1978! :smile:

if A = ∑ Bn, then xTAx = ∑ xTBnx :wink:

(btw, i don't bother to write matrices in bold: i write vectors bold, scalars small plain, and matrices big plain :wink:)
 
Offtopic...

tiny-tim said:
(btw, i don't bother to write matrices in bold: i write vectors bold, scalars small plain, and matrices big plain :wink:)

I use the convention from linear analysis: scalars are lower case Greek, vectors are lower case Latin, and operators are upper case Latin. No need to worry about boldface :wink:
 
tiny-tim said:
hi unchained1978! :smile:

if A = ∑ Bn, then xTAx = ∑ xTBnx :wink:

(btw, i don't bother to write matrices in bold: i write vectors bold, scalars small plain, and matrices big plain :wink:)

I'm not sure I understand how that relates to my problem. Let's say I have a function f({\bf x^{T}}A{\bf x})=\frac{1}{{\bf x^{T}}A{\bf x}}. Are you saying this is the same as {\bf x^{T}}(1+A^{2}+A^{3}+...+A^{n}){\bf x}?
 
unchained1978 said:
I'm not sure I understand how that relates to my problem. Let's say I have a function f({\bf x^{T}}A{\bf x})=\frac{1}{{\bf x^{T}}A{\bf x}}. Are you saying this is the same as {\bf x^{T}}(1+A^{2}+A^{3}+...+A^{n}){\bf x}?

hmm … i didn't realize that's what you meant :redface:

let's use 1/(xT(1 - A)x) instead …

that's 1/(xT(1/∑An)x) …

no, i don't see how you can ever get those xs from the bottom to the top
 
Oops. I forgot to write 1/(x^T (1-A)x). So what's the general procedure for this sort of problem? I'm working with a Gaussian function e^{-{\bf x^{T}}A{\bf x}} and I'd like to expand that in A? Any suggestions?
 

Similar threads

Back
Top