Linearly dependent numbers over the rationals

  • Context: Graduate 
  • Thread starter Thread starter kyryk
  • Start date Start date
  • Tags Tags
    Linearly Numbers
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 · 3K views
kyryk
Messages
4
Reaction score
0
Hi,
Assume that the real positive numbers x_1,x_2,...,x_n are linearly dependent over the rational numbers, i.e. there are q_1,...,q_n in Q such that x_1*q_1+...+x_n*q_n=0. Is there an algorithm to calculate the coefficients q_i? Is there an algorithm to even check if the x_i's are linearly dependent over Q? In a finite dimensional space, we have the Gauss elimination algorithm, is there something similar?

For example, if we only have two numbers x and y, both >0, then we can start subtracting the smaller one from the larger one. This process terminates until one of them is zero, and that happens in a finite amount of steps if and only if their ratio is a rational number.
Is there anything similar to this for more than two numbers?
 
Physics news on Phys.org
kyryk said:
Hi,
Assume that the real positive numbers x_1,x_2,...,x_n are linearly dependent over the rational numbers, i.e. there are q_1,...,q_n in Q such that x_1*q_1+...+x_n*q_n=0.
This is incorrect. If the numbers x1, x2, ..., xn are linearly dependent, there are numbers q1, q2, ..., qn, not all of which are zero[/color], for which x1q1 + x2q2 + ... + xnqn = 0.
kyryk said:
Is there an algorithm to calculate the coefficients q_i? Is there an algorithm to even check if the x_i's are linearly dependent over Q? In a finite dimensional space, we have the Gauss elimination algorithm, is there something similar?

For example, if we only have two numbers x and y, both >0, then we can start subtracting the smaller one from the larger one. This process terminates until one of them is zero, and that happens in a finite amount of steps if and only if their ratio is a rational number.
Is there anything similar to this for more than two numbers?
 
Sure, it is part of the definition of linearly dependent, thanks for clarifying it though.

However, I still need an answer/suggestions to my actual question.