Proving Zero Vectors for A, B, and C

  • Thread starter Thread starter HKP
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on proving that the vectors A = [1, 1, -1], B = [0, 1, 2], and C = [3, 0, 1] are linearly independent by demonstrating that the equation rA + sB + tC = 0 has only the trivial solution r = s = t = 0. Participants emphasize the need to represent the vectors as columns in a matrix and perform row reduction to ascertain the number of nonzero rows. If the row-reduced form yields three nonzero rows, it confirms the linear independence of the vectors.

PREREQUISITES
  • Understanding of linear independence and vector spaces
  • Familiarity with matrix representation of vectors
  • Knowledge of row reduction techniques in linear algebra
  • Basic concepts of augmented matrices
NEXT STEPS
  • Learn how to perform row reduction on matrices
  • Study the concept of linear independence in vector spaces
  • Explore the implications of the rank of a matrix
  • Investigate the relationship between solutions of linear equations and vector spaces
USEFUL FOR

Students of linear algebra, educators teaching vector spaces, and anyone interested in understanding linear independence and matrix operations.

HKP
Messages
4
Reaction score
0

Homework Statement


A= [1 1 -1], B=[0 1 2], C=[3 0 1]

Show that r=s=t=0



Homework Equations





The Attempt at a Solution


I said r=s=t=0
so

0[ 1 1 -1] + 0[0 1 2] + 0[3 0 1] so
0 + 0 + 0= 0
so rA + sB + tC = 0 and r=s=t=0

Is that right way to do it?
 
Physics news on Phys.org
Is that the right way to do what? You title is misleading; it is apparently not a matrix (there is no such word as "matrice" in English) problem, but a problem about vectors.

Are you trying to show that the vectors are linearly independent? If so, you have to show that the equation rA + sB + tC = 0 has only one solution for the constants r, s, and t. The equation rA + sB + tC = 0 always has what is sometimes called the trivial solution (namely r = s = t = 0). Your job is to show that there are no other solutions for these constants.
 
Could you please help me on how to start the problem because I don't know how to prove it only has one solution etc..
 
Write the vectors as columns in a matrix, and then row-reduce the matrix. If you end up with three nonzero rows (three rows, each with a nonzero leading entry), then that means that the only solution is r = 0, s = 0, t = 0, and there are no other solutions.

If you end up with one or more rows that have all zeros, then there are multiple solutions.

To help you understand what is going on here, think back to we're trying to do, namely find all solutions of the equation rA + sB + tC = 0. Try to picture this equation with the vectors A, B, and C written in vertical form.

The preceding equation can be written as matrix equation that looks like this:
[A B C][r s t]^T = [0] (Note: [r s t]^T is a column vector)

This matrix equation can be written as an augmented matrix like so:
[1 0 3 | 0]
[1 1 0 | 0]
[-1 2 1 | 0]

Row reduce this matrix as described at the beginning of this post.

Is that enough for you to start in on?
 
Mark44 said:
Is that the right way to do what? You title is misleading; it is apparently not a matrix (there is no such word as "matrice" in English) problem, but a problem about vectors.

Err. . . vectors are an 1 x n (row) or n x 1 (column) matrix. . .
 
descendency said:
Err. . . vectors are an 1 x n (row) or n x 1 (column) matrix. . .
True enough.
 

Similar threads

Replies
6
Views
2K
Replies
9
Views
2K
Replies
4
Views
2K
  • · Replies 24 ·
Replies
24
Views
4K
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
1
Views
1K
Replies
6
Views
1K