First time here? Check out the FAQ!
answered 2023-02-09 18:13:20 +0100
You cannot use M+ as a variable name. In fact, M+=... is interpreted as incrementing M by what is given in the right hand side. Try this out:
M+
M+=...
M
Mp = pseudo_inverse(M) M * Mp * M == M