Main content
Precalculus
Course: Precalculus > Unit 7
Lesson 15: Solving linear systems with matricesMatrices: FAQ
Frequently asked questions about matrices
What is a matrix?
A matrix is a rectangular array of numbers arranged in rows and columns.
Matrices can be useful for organizing and manipulating data. They can also be used as a tool to help solve systems of equations.
How do we multiply a matrix by a scalar?
To multiply a matrix by a scalar, we multiply each entry in the matrix by the scalar. For example, if
and we want to multiply by , we can multiply each entry by to get:
How do we add or subtract two matrices?
To add or subtract two matrices, we add or subtract corresponding entries. So if
and
then
and
How do we multiply two matrices together?
This one's a bit trickier. To multiply two matrices together, we take the dot product of the rows from the first matrix with the columns from the second matrix. The result is a new matrix. For example, if
and
then
What can we do with the inverse of a matrix?
Finding the inverse of a matrix can be useful for solving linear systems of equations. If is the matrix representing the system of equations, and is the vector of solutions, then . If we can find the inverse of , we can multiply both sides of the equation by it to isolate :
Where are matrices used in the real world?
Matrices have tons of real-world applications! They can be used in computer graphics to perform transformations on images, in physics to model physical systems, and in statistics to analyze data, just to name a few.
Want to join the conversation?
- this unit broke me(18 votes)
- ChatGPT is good to communicate with, not get answers but talk about topics and theorems and such and reiterate it all in your own words and allow it to check your logic aswell.(2 votes)
- How is The Matrix, the movie relevent to matrices?(7 votes)
- Because in the video in Algebra on matrices Sal said that he thinks the robots in the movie used the formula for matrices.(12 votes)
- what is gaussian elimination?(1 vote)
- Gaussian elimination is a method of manipulating the rows of a matrix representing a system of linear equations, in order to solve the system.
Permissible row operations include adding a multiple of one row to another row, dividing a row by a nonzero number, and switching the order of the rows.
The goal is to get the matrix into a form called row reduced echelon form, so that the solution set can be easily read from the matrix.
Have a blessed, wonderful day!(7 votes)
- Because in the video in Algebra on matrices Sal said that he thinks the robots in the movie used the formula for matrices.(1 vote)
- How do you find the inverse for three variable systems?(1 vote)
- So Gauss-Jordan elimination can be used to find the inverse of an n x n matrix. However unfortunately it is not taught in Khan Academy. I would recommend you refer to a linear algebra textbook or even YouTube videos. There many playlist available regarding Linear Algebra so you can learn a lot.(1 vote)