Matrices – Data Systems

Matrices – Data Systems Video

A matrix is commonly defined as a rectangular array of numbers, symbols, or expressions arranged in rows and columns. Matrices can be added, subtracted and multiplied and they can be manipulated in order to discern certain characteristics. However, they can also be representative of data and used in linear algebra applications.

A common representation of matrices is that of data tables. Suppose the owner of a burger chain wants to see cumulative data from three locations. Matrices could be used like this:

Matrix

Since the dimensions of all three matrices are equal and the data in each corresponding entry represents the same quantity, i.e., the data in the row 1 column 1 entry is always June burgers, etc., these matrices can be added or subtracted as needed.

Matrices can also be used to solve systems of linear equations. This method is parallel to the classic elimination method. Using that method, we can add equations together and multiply equations by scalars in order to isolate and solve for the different variables. If this sounds familiar, it should, because those are also the legal row operations when working with matrices.

Let’s look at the steps involved, then we’ll look at a system in action.

  1. For all equations in the system, put the terms in the same variable order (for example x, y, z)
  2. Create a matrix using just the coefficients of the terms in the equations in the system. Put a 0 placeholder where variables don’t exist in an equation.
  3. Augment the matrix with a constant matrix comprised of the solutions to the equations in the system.
  4. Use row operations to get the matrix into reduced row echelon form.
  5. Read off the solutions.

Matrix

The vertical line inside the matrix is often used to show augmentation. When augmenting with a vector composed of the solutions to the equations in the system, it’s also a nice equal sign placeholder. It’s time to row reduce.

Matrix

Now that our matrix is fully row reduced, all we need to do is read off the numbers. The matrix now tells us that:

The solution to the system might be written as (3,7,8).

Note that you don’t necessarily need to do the full row reduction in order to solve the system. For example, in the second to last step, the matrix says that:
{x89z=379y23z=53z=8
Knowing the value of z lets you substitute it into the other equations to figure out the values of x and y.

The example system is an independent system because there is only one solution. Matrices can show dependent systems (infinite solutions, i.e. the same line) and inconsistent systems (no solution) as well.

If you are row reducing a matrix representing a system and create a zero row, then you have a dependent matrix. This is comparable to using substitution or elimination and ending up with 0=0.

If you are row reducing a matrix representing a system and you create a zero row that has a nonzero number as the last entry, then you have an inconsistent matrix. This is comparable to using substitution or elimination and ending up with 0=some number.

Thanks for watching, and happy studying!

Matrix Practice Questions

Question #1:

 
A matrix is an array of numbers organized into _______ and _______.

matrices and columns
zeros and ones
rows and columns
systems and quadratics
Question #2:

 
Which item below shows the system of linear equations as a coefficient matrix?
{3x+2yz=1x2y+z=02x+y32z=1

[3411212232|901]
[3231212132|132]
[4216210132|101]
[3211212132|101]
Question #3:

 
Which of the following matrices are in row echelon form?

[100001010|241]
[100010001|452]
[100010000001|3405]
Question #4:

 
Write the matrix in row echelon form.
[124227368|131]

[1240112001|1121]
[1240312021|0121]
[124018001|3122]
[0241012110|0121]
Question #5:

 
Find the solutions for the system of equations. The row echelon form of the matrix is provided.

System of equations:
{4x2y5z=514xy2z=364x2y+4z=24

Reduced row echelon form:
[100010001|663]

x=0,y=6,z=1
x=5,y=6,z=3
x=6,y=6,z=3
x=6,y=6,z=2

 

Return to Algebra II Videos

579763503079

 

by Mometrix Test Preparation | Last Updated: March 20, 2025