Set of vectors with each subset forming a basis

  • Context: Graduate 
  • Thread starter Thread starter Constantinos
  • Start date Start date
  • Tags Tags
    Basis Set Vectors
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Constantinos
Messages
80
Reaction score
1
Hey!

Let M and N be two natural numbers and N>M. I want to build a set A with N vectors of size M such that each subset S of A, where |S| = M, contains linearly independent vectors.

Another way to put it is that every S should be a basis for R^M.

Any ideas? Thanks!
 
on Phys.org
Do you want an explicit construction or a proof that such a set exists?
 
For example, if M= 2, you can take i= <1, 0>, j= <0, 1>, and k= i+ j= <1, 1>. Then any subset of order 2, {i, j}, {i, k}, and {j, k}, is a basis.

For M= 3, start with i= <1, 0, 0>, j=<0, 1, 0>, and k= <0, 0, 1> and add l= i+ j+ k.

Can you continue that?