Can a 3x5 Matrix with 3 Free Variables Ever Have No Solution for Any Vector b?

sami23
Messages
69
Reaction score
1

Homework Statement


Suppose a non-homogeneous system, Ax = b, of 3 linear equations in 5 unknowns (3x5 matrix) and 3 free variables, prove there is no solution for any vector b.


Homework Equations


Using the rank theroem:
n = rank A + dim Nul(A) where n = # of columns; dim Nul(A) = # free variables


The Attempt at a Solution


rank A = n - dim Nul(A) = 5-3 = 2 (which represents the pivot columns)

How do I know there are no solutions for any vector b knowing there can be at most 3 pivot columns?
 
Physics news on Phys.org
This doesn't make sense. Most systems of 3 equations in 5 unknowns have many solutions.
 
sami23 said:

Homework Statement


Suppose a non-homogeneous system, Ax = b, of 3 linear equations in 5 unknowns (3x5 matrix) and 3 free variables, prove there is no solution for any vector b.


Homework Equations


Using the rank theroem:
n = rank A + dim Nul(A) where n = # of columns; dim Nul(A) = # free variables


The Attempt at a Solution


rank A = n - dim Nul(A) = 5-3 = 2 (which represents the pivot columns)

How do I know there are no solutions for any vector b knowing there can be at most 3 pivot columns?


If the matrix has rank 3 there are infinitely many solutions.

RGV
 
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