how to solve a matrix equation like that

48 Views Asked by At

$$M^{T}MY + \lambda Y = D$$ M, Y, D are matrix, $\lambda$ is scalar value, Y and D have the same dimension.

M and D is known, how to solve Y.

1

There are 1 best solutions below

2
On

HINT

LHS is equivalent to $(M^T M + \lambda I) Y = D$