Re: notation for element-wise power of a matrix
- From: Gerry Myerson <gerry@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 06 Sep 2006 02:01:38 GMT
In article <1157461966.185336.23400@xxxxxxxxxxxxxxxxxxxxxxxxxxx>,
thenappan@xxxxxxxxx wrote:
What is the notation used for element-wise power of a matrix.
Though all the numerical packages support element-wise power
of a matrix, Iam not able to find the exact notation that
differentiates this from the matrix power.
eg :
A = [ a1, a2, ... an ] is a 1xn vector.
Matrix power
--------------
A^2 = A * A
A^n = A * A * ... * A
Element-wise power
--------------------
?? = [ a1^2, a2^2, ..., an^2 ]
?? = [ a1^n, a2^n, ..., an^n ]
The entrywise product of two m-by-n matrices is sometimes called
the Hadamard product of the matrices. I guess the element-wise
powers could be called the Hadamard powers of the matrix. I'm not
aware of any standard notation.
--
Gerry Myerson (gerry@xxxxxxxxxxxxxxx) (i -> u for email)
.
- References:
- notation for element-wise power of a matrix
- From: thenappan
- notation for element-wise power of a matrix
- Prev by Date: Re: Am I a crank?
- Next by Date: Re: An uncountable countable set
- Previous by thread: notation for element-wise power of a matrix
- Next by thread: why use log in statistics?
- Index(es):