Largest linear independent subset of n polynomials

In the format below n :

x(i)  
x(i)+1  
x(i)+x(k)  
x(i)+x(k)+1  
...  

      

We want to extract the largest possible linear independent subset of the above polynomials.
I tried to destroy Gassian, but it's too slow.
Any help is appreciated

+3


source to share


1 answer


When I was looking, the solution is to use SVD or QR Decomposition.
This is true. Relations



0


source







All Articles