Linear algebra question, quadratic forms.

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
enfield
Messages
20
Reaction score
0
A is a square matrix. x, b are vectors.

I know for Ax=b, that given b, there are an infinite number of pairs (A, x) which satisfy the equation.

I'm wondering if the same is true for xAx=b.

in particular, what if (x, A, b) are all stochastic vectors/matrices (i.e the entries of b and x add to 1, and so do each column of A). Would that make it so there was a single solution (A,x) for a given b?

Thanks.
 
Physics news on Phys.org
First, b cannot be a vector: [itex]xAx[/itex] will be a number, not a vector. And it is easy to find examples showing there is not a unique solution: Let b= 1. Then
[tex]\begin{pmatrix}1 & 0\end{pmatrix}\begin{pmatrix}1 & 0 \\ 0 & 0 \end{pmatrix}\begin{pmatrix}1\\ 0\end{pmatrix}= 1[/tex]

Or
[tex]\begin{pmatrix}1 & 1\end{pmatrix}\begin{pmatrix}0 & 1 \\ 0 & 0 \end{pmatrix}\begin{pmatrix}1\\ 1\end{pmatrix}= 1[/tex]