Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Given I have a matrix M, say 3x3, and invertible, and we want to determine the coefficients $[x,y,z]$ by the formula $$ M \cdot \begin{bmatrix} x\\y\\z \end{bmatrix} = \begin{bmatrix} x^2\\y^2\\z^2 \end{bmatrix} $$ If we write $X=diag(x,y,z) \qquad $ and $ U=[1,1,1]^t \qquad $ we have $$ M \cdot X \cdot U = X^2 \cdot U $$ and this reminded me remotely of the eigenvalue/eigenvector problem.

Q: Is there some nice procedure how to approach/solve this in general?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.