Solving Linear Equations with Matrices: Help Needed

  • Thread starter Thread starter lukesta10123
  • Start date Start date
  • Tags Tags
    Matrices
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 1K views
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?