Arbitrary function of a matrix - power-series representation

In summary, The problem is to evaluate exp(i*f(A)), where A is a matrix with known real eigenvalues. The suggested approach is to expand the function f(A) in a power series, but the difficulty is in finding the derivatives of f at 0. It is suggested to consider the assumption that A is diagonalizable and use this to simplify the problem. A possible solution involves using the diagonalization of A to rewrite f(A) as a diagonal matrix, and using this to expand the exponential. However, it is not clear if this approach will be helpful.
  • #1
bjnartowt
284
3

Homework Statement



I am trying to evaluate exp(i*f(A)), where A is a matrix whose eigenvalues are known and real.

Homework Equations


You can expand functions of a matrix in a power-series. I think that's the way to get started on this problem. I foresee the exponential of a power-series expansion of f(A) suddenly becoming a product of exponentials of a matrix, which, themselves, are power-series. It sounds ugly, but perhaps some pleasant collapse will happen.

The Attempt at a Solution


Okay, let's try finding power-series expansion of f(A):
[tex]f(A) = \sum\limits_{n = 0}^{n \to \infty } {\frac{{{f^{(n)}}(0)}}{{n!}}{A^n}} = {\rm{oh dear}}...{\rm{unaware of derivatives of f at 0}}{\rm{.}}[/tex]

Hmmm...maybe my idea above is not so great.

I think I am thwarted by the arbitrariness of the function "f(A)". Prior experience suggests arbitrariness is nothing to be afraid of...just an opportunity for higher generality...which is neato.

When you, dear reader, peruse this cry for help, do any suggestions come to your mind for a starting point to evaluating exp(i*f(A))? I just can't seem to bring "A" outside of "f" in order to take advantage of the fact that we know its eigenvalues.
 
Physics news on Phys.org
  • #2
do you know anything about f?

otherwise I would just expand the exponential as
[tex] e^{i f(A)} = \sum_{k=0} \frac{(if(A))^k}{k!} [/tex]
 
Last edited:
  • #3
not sure this helps but playing with stuff

start by making the assumption A is diagonalisable - is it...? may lead to somthing interesting...

then there exists some S such that
[tex] S^{-1}AS = \lambda[/tex]
where lambda is diagonal, with main entries the eigenvalues of A

then
[tex]f(A)
= f(S \lambda S^{-1})
= \sum_{n = 0} {\frac{f^{(n)}(0)}{n!}{(S \lambda S^{-1})^n}}
= \sum_{n = 0} {\frac{f^{(n)}(0)}{n!}{(S \lambda^n S^{-1})}}
= S \left( \sum_{n = 0} {\frac{f^{(n)}(0)}{n!}{( \lambda^n )}} \right)S^{-1}
= Sf(\lambda)S^{-1} [/tex]
 
Last edited:
  • #4
then applying same idea in the exponential
[tex] e^{i f(A)} = e^{i Sf(\lambda)S^{-1} }
= \sum_{k=0} \frac{(i S f(\lambda)S^{-1} )^k}{k!}
= S \left( \sum_{k=0} \frac{(if(\lambda))^k}{k!} \right) S^{-1}
= S e^{i f(\lambda)}S^{-1} [/tex]

and I'm not sure whether that's helpful...
 
Last edited:
  • #5
then you could also note for a diagonal matrix lambda
[tex] f(\lambda) = \begin{pmatrix}
f(\lambda_1) & 0 & ... \\
0 & f(\lambda_2) & ... \\
... & ... & ... \end{pmatrix} [/tex]

which should be apparent from post #3
 

FAQ: Arbitrary function of a matrix - power-series representation

What is an arbitrary function of a matrix?

An arbitrary function of a matrix is a mathematical function that takes a matrix as its input and produces a scalar value as its output. This function can be any mathematical expression or operation, such as addition, multiplication, or trigonometric functions, that can be applied to a matrix.

How is an arbitrary function of a matrix represented using power series?

An arbitrary function of a matrix can be represented using a power series, which is a mathematical series of the form ∑n=0 cn (x-a)n. In this representation, the matrix is substituted for the variable x, and the coefficients cn are calculated using the function's derivatives at the point a.

What is the significance of using a power-series representation for an arbitrary function of a matrix?

Using a power-series representation allows for the approximation of the function at any point within the radius of convergence of the series. This means that the function can be evaluated at any value of the matrix, not just the ones for which the function is explicitly defined.

How is the convergence of a power series representation of an arbitrary function of a matrix determined?

The convergence of a power series representation can be determined by finding the radius of convergence, which is the distance from the center of the series (the point a) to the nearest point at which the series diverges. The series will converge for all values within this radius.

Can an arbitrary function of a matrix be represented using other mathematical series?

Yes, an arbitrary function of a matrix can also be represented using other mathematical series, such as Taylor series, Laurent series, or Fourier series. The choice of series depends on the properties of the function and the desired level of accuracy in its representation.

Back
Top