在 Maxima 中,如何获得两个矩阵的元素乘积(Hadamard)?
In Maxima, how do I get the elementwise (Hadamard) product of two matrices?
在 Maxima 中,我如何获得两个矩阵的元素乘积?
例如
a b
c d
*
e f
g h
->
a*e b*f
c*e d*h
A*B 是元素积,相对于矩阵积,A.B
在 Maxima 中,我如何获得两个矩阵的元素乘积?
例如
a b
c d
*
e f
g h
->
a*e b*f
c*e d*h
A*B 是元素积,相对于矩阵积,A.B