Solving Linear Equations with Matrices: Help Needed

  • Thread starter Thread starter lukesta10123
  • Start date Start date
  • Tags Tags
    Matrices
lukesta10123
Messages
1
Reaction score
0
A set of m linear equations in n unknowns has the m × n matrix A of coefficients
and the m × 1 (column) vector hT of right-hand sides. (Later we shall write this as AxT=hT). T = transpose
In each of cases (a) to (d) below, answer as many as possible of the following questions.
Can the situation occur?
If so, is the set of equations consistent?
If so, how many parameters has the solution?
(a) m = 6, n = 8, r(A) = r(A : hT) = 3 .
(b) m = 7, n = r(A) = r(A : hT) = 3 .
(c) m = 4, n = 5, r(A) = 3, r(A : hT) = 4 .
(d) m = 4, n = 5, r(A) = r(A : hT) = 20 .

Any help on how to approach answering these would be of much help!

very stuck on this.
 
Physics news on Phys.org
lukesta10123 said:
A set of m linear equations in n unknowns has the m × n matrix A of coefficients
and the m × 1 (column) vector hT of right-hand sides. (Later we shall write this as AxT=hT). T = transpose
In each of cases (a) to (d) below, answer as many as possible of the following questions.
Can the situation occur?
If so, is the set of equations consistent?
If so, how many parameters has the solution?
(a) m = 6, n = 8, r(A) = r(A : hT) = 3 .
(b) m = 7, n = r(A) = r(A : hT) = 3 .
(c) m = 4, n = 5, r(A) = 3, r(A : hT) = 4 .
(d) m = 4, n = 5, r(A) = r(A : hT) = 20 .

Any help on how to approach answering these would be of much help!

very stuck on this.

Your notation might be confusing to some - it would be better to write hT and AxT as h^T and (Ax)^T to better get across the idea that T represents "transpose" and isn't some other matrix.

What does the notation r(A) = r(A : h^T) = 3 mean to you?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top