Linear Combinations: Finding Vectors of (x,y)

  • Thread starter Thread starter hahatyshka
  • Start date Start date
  • Tags Tags
    Combination Linear
hahatyshka
Messages
5
Reaction score
0
how can i find out that all vectors of (x,y) are a linear combination of some vectors for example (3,4) and (6,8)?
 
Physics news on Phys.org
hahatyshka said:
how can i find out that all vectors of (x,y) are a linear combination of some vectors for example (3,4) and (6,8)?

This is more a linear algebra question that number theory so I am going to move it.

In any case, a "linear combination" of, for example, (3, 4) and (6, 8) is, by definition, a vector of the form a(3, 4)+ b(6, 8)= (3a+6b, 4a+ 8b).
Now, try to go the "other way". Suppose we want to write some vector (x, y) as a linear combination of (3, 4) and (6, 8): (x, y)= a(3, 4)+ b(6, 8)= (3a+ 6b, 4a+ 8b). Then we have the simultaneous equations 3a+ 6b= x, 4a+ 8b= y. Try to solve those for a and b in terms of x and y.

That is not a very good example because (6, 8)= 2(3,4) so any linear combination of the two is just a multiple of either. (3a+ 6b, 4a+ 8b)= (3(a+2b), 4(a+ 2b))= (a+2b)(3, 4) and (3a+ 6b, 4a+ 8b)= (6(a+ b/2), 8(a+ b/2))= (a+ b/2)(6, 8). In particular, it is NOT true that "all vectors are a linear combination of (3, 4) and (6, 8). They do NOT span R2. If you try to solve 3a+ 6b= x, 4a+ 8b= y for general x and y, it does not work. For example if I solve the first equation for a: a= (x- 6b)/3 and substitute into the second equation I get 4((x-6b)/3+ 8b= (4/3)x- 8b+ 8b= (4/3)x= y/ Both a and b have been eliminated. The equations cannot be solved for a and b.

More interesting would be two independent vectors like (3, 4) and (5, 7). Any linear combination of them would be a(3, 4)+ b(5, 7)= (3a+5b, 4a+ 7b). Now, given any (x, y), we want (x, y)= (3a+ 5b, 4a+ 7b) so 3a+ 5b= x and 4a+ 7b= y. Solve those two equations. We might say, multiply the first equation by 7 and the second equation by 5 and subtract: (21a+ 35b)- (20a+ 35b)= 7x- 5y eliminates b. a= 7x- 5y. Putting that back into the first equation, 4a+ 5b= 3(7x- 5y)+ 5b= 21x- 15y+ 5b= y. 5b= -21x+ 14y so b= -(21/5)x+ (14/5)y.
 
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...
Back
Top