Feeds
질문
Forcing positive values when solving system of linear equations
For finding the least squared error solution for X for the equation: Ax = B I am currently doing: x = pinv(A) * B However, i...
4년 초과 전 | 답변 수: 1 | 0
1
답변질문
Find unique values in a pseudo inverse based on SVD
For the equation Ax = B, I can use the pseudo inverse of A * B to get the best estimate for x Now A is not full rank and there'...
4년 초과 전 | 답변 수: 2 | 0

