Archive for 二月, 2009

h1

Preparing for the Exam (2)

二月 28, 2009

Here are a collection of relatively easy problems:

1) Can you find a 4 by 4 matrix, that is NOT upper-triangular with charpoly being t^3(t - 3)?

2) When you have a matrix, always ask yourself the following questions: Read the rest of this entry ?

h1

Answer to Basic Linear Algebra Questions (1)

二月 26, 2009

The following is a list of basic questions you should know how to answer (by heart)

(1) Suppose v_1, v_2, \dots,v_n are linearly independent and
a_1v_1 + \dots + a_nv_n = 0. What do you know about the a_i?

Ans: a_i = 0 for all i.

(2) If x \in \ker{A}, what is Ax?

Ans: Ax = 0. Read the rest of this entry ?

h1

Hints to Selected Problems in HW 5

二月 17, 2009

For 3. Answer the following mini questions:
(a) Let A = B + I, what is rank(A)?
(b) What is \chi_{A}(t)?
(c) If \lambda \in \sigma(A), what should be in \sigma(B) = \sigma(A - I)? Read the rest of this entry ?

h1

Preparing for the Linear Algebra Final (1)

二月 17, 2009

The following is a list of basic questions you should know how to answer (by heart)

(1) Suppose v_1, v_2, \dots,v_n are linearly independent and
a_1v_1 + \dots + a_nv_n = 0. What do you know about the a_i?

(2) If x \in \ker{A}, what is Ax? Read the rest of this entry ?

h1

Magic Squares (Proof)

二月 11, 2009

In this post, we will prove two things:

Let Q_n be the space of n by n magic squares.

1) That if A \in Q_3 , then A^{2n + 1} \in Q_3 for n \ge 0.
2) I will find the dimension, as well as a basis for Q_3.

For 1, Let A \in Q_3, and we first assume tr(A) = 0. Read the rest of this entry ?

h1

Hints to Selected Problems in HW 4

二月 11, 2009

1b: Use part (a), Proposition 4.41 and rank-nullity.

2c: Use 2b, and HW problem 3a.

2e: what are the polynomials such that f’ = 0 ?
2f: Use rank-nullity.
2g: What is D^{n+1}(f) ?
2l: First find nullity(Int).

The problems are available at:
Click here

h1

Questions concerning Magic Squares and Matrices

二月 9, 2009

A magic square is such that all row sums, column sums, and diagonal sums are equal, and we call this common sum the “magic number” for the magic square.  Let’s look at the following well-known 3 by 3 magic square with magic number 15:

A = \begin{pmatrix} 2 & 7 & 6 \\ 9 & 5 & 1 \\ 4 & 3 & 8 \end{pmatrix}.

If we view this as a 3 by 3 matrix, what kind of properties does A possess?

Here is what I found out: Read the rest of this entry ?

h1

Hints to Selected Problems in HW 3

二月 5, 2009

Many of you were stuck in problem 1, and I think part of the reason is that you have trouble understanding the symbols.

For example, here is the definition of ker(A) = \{ v \in R^n \, | \, Av = 0 \}. This literally translate into:

ker(A) is the set of vectors in R^n such that Av = 0. Basically, it tells you a criterion to test whether a vector is in ker(A), and you can also interpret it as Read the rest of this entry ?