document.write( "Question 3698: 1. Find bases for the following subspaces of F5:
\n" );
document.write( "W1 = {(a1, a2, a3, a4, a5) Î F5: a1 – a3 – a4 = 0} and
\n" );
document.write( "W2 = {(a1, a2, a3, a4, a5) Î F5: a2 = a3 = a4 and a1 + a5 = 0}.
\n" );
document.write( "What are the dimensions of W1 and W2?
\n" );
document.write( "2. The set of all upper triangular n x n matrices is a subspace W of
\n" );
document.write( "M n x n (F). Find a basis for W and determine its dimension.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #1640 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! 1. Sol: \n" ); document.write( " About W1, since a1 – a3 – a4 = 0, or a1 = a3 + a4. \n" ); document.write( " We see that {(s+t,r,s,t,u)|r,s,t,u in F} is a general \n" ); document.write( " form of vectors in W1.\r \n" ); document.write( "\n" ); document.write( " Choose a1=1, a3=-a4 = 1 and then a4=0, a1=a3=1 \n" ); document.write( " we see that (1,a2,1,-1,a5), (1,a2,1,0,a5) are linear independent \n" ); document.write( " of W1 for all scalars a2,a5 in F. \n" ); document.write( " Thus, {(1,1,1,-1,0), (1,0,1,-1,1),(1,1,1,0,0),(1,0,1,0,1)} \n" ); document.write( " is a set of 4 independent vectors. \n" ); document.write( " Also, note W1 is a proper subspace of F5 and hence dimW1 <=4. \n" ); document.write( " We claim that {(1,1,1,-1,0), (1,0,1,-1,1),(1,1,1,0,0),(1,0,1,0,1)} \n" ); document.write( " a basis of W4 and hence Dim W1 = 4. \n" ); document.write( " \n" ); document.write( " For W2, since a2 = a3, a3 = a4 and a1 + a5 = 0. \n" ); document.write( " We see that {(s,t,t,t,-s)|s,t in F} is a general \n" ); document.write( " form of vectors in W2. \n" ); document.write( " Clearly, dim W2 = 2 from this general form. \n" ); document.write( " By choosing a2=a3 = 1, a3=a4=1, and a1=a5 = 0. \n" ); document.write( " And, choose a2=a3=a4 =0, and a1= -a5=1. \n" ); document.write( " We obtain two independent vectors (1,1,1,0,0) and \n" ); document.write( " (1,0,0,0,-1) in W2. \n" ); document.write( " Thus, {(1,1,1,0,0),(1,0,0,0,-1)} is a basis of W2 and \n" ); document.write( " dim W2 = 2.\r \n" ); document.write( "\n" ); document.write( " 2. Note the dimension of M n x n (F) isn nxn = n^2. \n" ); document.write( " There are (1+2+3+..+n) = n(n+1)/2 free entries in \n" ); document.write( " an upper upper triangular of M n x n (F). \n" ); document.write( " Hence, dim W = n(n+1)/2.\r \n" ); document.write( "\n" ); document.write( " [Discussion of question 1: \n" ); document.write( " First of all , try to find the dimensions of W1 and W2. \n" ); document.write( " Since the restraint of W1 is the linear equation \n" ); document.write( " a1 – a3 – a4 = 0, so dim W1 = 5 -1 = 4. \n" ); document.write( " For W2, there are three linear restraints, namely, \n" ); document.write( " a2 = a3, a3 = a4 and a1 + a5 = 0 \n" ); document.write( " if they are independent,then dim W2 = 5 -3 = 2. \n" ); document.write( " Since, clearly,two of the 3 equations are independent, \n" ); document.write( " we see that dim W2 = 2 or 3. ]\r \n" ); document.write( "\n" ); document.write( " Kenny \n" ); document.write( " \n" ); document.write( " |