开发者

Matrix multiplication, element by element

开发者 https://www.devze.com 2023-03-01 02:19 出处:网络
Is it possible to express Matlab operationA.*B (multiplication element by element) A.*B= [a11 * b11, a12 * b12, ...,开发者_如何学Go a1n * b1n; ...; am1 * bm1, ..., amn * bmn]

Is it possible to express Matlab operation A.*B (multiplication element by element)

A.*B  = [a11 * b11, a12 * b12, ...,开发者_如何学Go a1n * b1n; ...; am1 * bm1, ..., amn * bmn]

by a common matrix algebra?


You mean the Hadamard product?

0

精彩评论

暂无评论...
验证码 换一张
取 消