Let $x$ be an unknown real vector of size n.
Suppose we can find n vectors $v_i$, and are given the values $x^Tv_i$. Then we can simply solve for $x$ by Gauss or some other method and determine $x$ uniquely and precisely( iff $v_i$ are lin indep).
However, suppose now that we are only given the values $x^Tv_i$ up to some finite precision, then we might still find $x$, but also only up to a certain finite precision.
In the ideal infinite precision case, we would not gain anything by working with more than n vectors $v_i$, as we can already compute x uniquely. However, it seems that increasing n might help to determine $x$ with higher precision or maybe arbitrary precision even though the values $x^Tv_i$ have a fixed bounded precision. Of course this would be easy if we could freely choose the $v_i$, be just choosing very large values.
So suppose this is not possible. ie suppose that $v_i$ are given randomly and the norm of $v_i$ is bounded. What numerical methods are available, to determine x.
Assume that computation can be done with infinite precision