Augmented Matrix Algebra Problem

Algebra Level 3

The linear system which is in the form A X = b AX=b is called the augmented matrix for the system, is this true or false ?

True False

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Ellen Sassani
Nov 28, 2017

It is f a l s e \color{#CEBB00}{\boxed{false}} .

A x = b \color{#D61F06}{Ax = b} represents a linear system where the vector x x is being operated on by matrix A A and then is equal to vector b b .

When you have a system of equations you can represent it in this form where A A contains the coefficients, x x contains your variables and b b contains the values on the other side of the equal sign.

When we solve a system of equations via Gauss-Jordan elimination we are doing row operations to both sides of the linear system. If I add 3 3 times row 2 2 to row 4 4 for example it is happening to both the A x Ax and the b b .

Let E i \color{#3D99F6}{E_i} be elementary row operation matrices

A x = b E 1 A x = E 1 b E 2 E 1 A x = E 2 E 1 b . . . \color{#3D99F6}{Ax = b \Rightarrow E_1 Ax = E_1 b \Rightarrow E_2 E_1 Ax = E_2 E_1 b \Rightarrow ... }

We just continue doing these operations until we have a reduced row echelon form, or some other easy to work with form.

An augmented matrix is what we get when we attach the vector b b to the righthand side of A A , typically with a dividing vertical line. The x x being implicit in our problem. This way we are free to do row operations on only one object instead of 2 2 .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...