Homework 2 collaboration area

MA527, Fall 2013


Here is the Homework 2 collaboration area. Since HWK 2 is due the Wednesday after Labor Day, I won't have a chance to answer questions on Monday like usual. I will answer any and all questions here on the Rhea on Tuesday with help from Eun Young Park. - Steve Bell



Questions from a student:

When finding a basis, does it always have to be fully reduced? For example, if you have a basis [4 -2 6] does it need to be reduced to [2 -1 3] or is either answer acceptable? Jones947

Answer from Eun Young :

No, it doesn't need to be reduced. If { [4 -2 6] } is a basis for some vector space V, then { [2 -1 3] } is also a basis for V and vice versa. If v belongs to span{[4 -2 6 ]}, v = c[4 -2 6] = 2c [2 -1 3 ] for some c. Hence, v belongs to span{[2 -1 3]}. The opposite direction is same. So, span{[4 -2 6]}= span{[2 -1 3]}. A basis for a vector space is not unique but a dimension of a vector space is unique.


Questions from a student:

From what I understand, a basis is a set of vectors that can be used to create any vector in the span. So for example, if the basis is [1 0] [0 1], then the span could be [1 0] [0 1] [2 2] [2 0]. Is that correct?

Answer from Steve Bell:

The span is ALL vectors you get by taking linear combinations. Hence, the span is x*[1,0] + y*[0,1] = [x,y] as x and y range over all possible values, i.e., the span is R^2.


Questions from a student:

I also have a question about how to find the basis. Should I be reducing the matrix to RREF? Or leave it when I get it to REF? I do not think it should matter either way, as the basis can still make up any vector in the set even if I use RREF. My answer is different from the back of the book but I think that is typical for linear algebra problems.

Answer from Steve Bell:

I tried to explain in class why the RREF matrix is better. It is easier to read off information from it and it has the virtue of being unique. But the plain old RE form does give you the answers with a little extra work sometimes(like when you need to do back substitution to get the general solution to a system). You are right that it is not uniquely determined, so you might get the right answer, even if it looks different than the one given in the back of the book.


Questions from a student:

is my logic correct here.... to find the row space basis of a vector space you REF the matrix A and any non zero rows of the REF form the basis vectors for the row space. The column space is the corresponding columns of the matrix A that have pivots in the REF. Is this correct?

Remark from Steve Bell:

Yes, that's how you get a basis for the row space. The book expects you to put the columns of the matrix in as rows -- i.e., take the transpose, and repeat the process, being sure to change the row vectors you get as the non-zero rows of the row echelon matrix back into column vectors.

However, you are correct that another way to find a basis for the column space is to row reduce the matrix to row echelon form. The original columns of the matrix corresponding to the first non-zero entry in each of the non-zero rows in the row echelon matrix form a basis for the column space. This fact does not appear to be mentioned in the text.


Questions from a student:

Is there any reason the above should not be accomplished with RREF rather than REF? Other that RREF is more work, I think the answers would be the same.


Questions from a student:

Re: Pg 300 #4 - It doesn't appear to me that N! multiplications are required to evaluate determinates of Nth order. 2x2 requires 2 multiplications, ok. 3x3 is 3 scalars multiplied by 3 (2x2)'s, so that is 9 multiplications. A 4x4 is 4 scalars mult by 4 (3x3)'s, which would be 40 multiplications. I must be missing something.....

Remark from Steve Bell:

Let's change this problem to read: Show that computing an nxn determinant by iterated expansion along row 1 takes at least n! multiplications. I just want you to think about this problem and come up with something reasonable. Use induction and define the determinant by expanding along the first row as in class. The purpose of the problem is to make you realize how nasty determinants are when computed via brute force.

I'm still getting questions about problems 32 and 34 on p. 287, so I am putting a little additional blurb about them here. Steve Bell 17:57, 1 September 2013 (UTC)

File:Probs32and34.pdf


Question from the Aussie student who does not have a long weekend...:

Re Pg 318 Q6 All functions y(x)=acos2x+bsin2x with arbitrary constants a and b. Steve I think that I have proved that this is indeed a vector space by showing that all the axioms for vector addition and multiplication hold true. I did this by considering two functions f(x)=acos2x+bsin2x and g(x)=ccos2x+dsin2x. The problem that I am having is finding the dimension and basis for this space. I think that the problem is definitely me because the function space is a bit abstract for me but I considered the zero function acos2x+bsin2x = 0; if it is indeed a space it must contain the zero function. If I can prove that this is only zero when a and b equal zero then the basis for the function space must be cos2x and sin2x; and dimension is then 2? Or am I on the wrong track?

Answer from Steve Bell 21:44, 1 September 2013 (UTC):

G'Day James. You are definitely on the right track. In my lecture on Friday, I dealt with the two functions exp(x) and exp(−x)>. You can do exactly the same thing with cos(2x) and sin(2x). Keep in mind that sine over cosine is equal to tangent, and the tangent function is not a constant function. You can find my lecture notes from Friday at

[Friday's lecture]

G'Day Steve - thanks for that I just wanted to make sure that I was on the right track. Cheers James.

Jim Fink again here on pg 300 #4. Makes much more sense saying "greater than N! ... " multiplications, thanks. I figured out the number of mults req'd (say, Y) is a recursive formula;  Y = n (Yn-1+1), where n = order of the matrix, which does make Y proportional to, but greater than n!. Recognizing that this may be getting a bit off topic, and I am obsessing about this problem a bit, but is there a way to write this recursive formula entirely in terms of n?

Remark from Steve Bell:

Jim, I don't know if that recursive function can be expressed in a clean way. It is traditional to say that the number of multiplications needed to compute a determinant by brute force is ON THE ORDER OF n!. That means that there are constants A and B so that

$ A n!\le\text{(number multiplications)}\le B n! $


Question: I am having trouble proving whether a skew-symmetric 3x3 matrix is a vector space. I know that A^T = A and det(A) = 0 but how does that correlate? Jones947

Answer from Steve Bell:

Skew symmetric matrices are square matrices that satisfy

AT = -A.

For example,

0 -a -b
a  0 -c
b  c  0

is a skew symmetric 3x3 matrix. (Note that the diagonal entries must be zero.)

Since skew symmetric nxn matrices are a subset of the nxn matrices, which form a vector space, it is only necessary to check the two conditions of the Subspace Test: 1) Closed under addition, 2) Closed under scalar multiplication.


Questions from a student:

If a question asks "is the given set of vectors a vector space?" Does this always mean "Does the given set of vectors form a subspace in R3"? I am wondering when I see a question about a vector space, what should trigger me to look at the subspace test. In other words what is the relationship between a set of vectors in a vector space and a subspace in R3?

Answer from Steve Bell:

It doesn't have to be R^3. For example, functions of the form

a cos(2x) + b sin(2x)

are in the space of continuous functions on the real line, which is a well known vector space. That means you don't have to check all the rules of arithmetic for these vectors. They automatically hold. The only thing you need to check are the two conditions of the Subspace Test.

If you don't recognize an obvious larger vector space that your vectors belong to, then you will need to check ALL of those conditions in the big box.


Back to MA527, Fall 2013

Alumni Liaison

ECE462 Survivor

Seraj Dosenbach