Intro to Matrices

The Organic Chemistry Tutor
16 Feb 201811:23

Summary

TLDRThis video tutorial introduces the concept of matrices as arrays of numbers arranged in rows and columns. It explains how to determine a matrix's order, identify specific elements, and distinguish square matrices. The script also covers basic matrix operations, including addition and multiplication by a scalar, as well as subtraction, providing examples to illustrate the processes clearly.

Takeaways

  • πŸ“Š A matrix is an array of numbers organized into rows and columns.
  • πŸ”’ The order of a matrix is defined by the number of rows followed by the number of columns, e.g., a 2x3 matrix has two rows and three columns.
  • πŸ“ Elements in a matrix are identified by their row and column, like 'a23' for the element in the second row and third column.
  • πŸ”‘ To find the value of a specific matrix element, identify its position by row and column numbers.
  • 🧩 Matrix order must match when performing addition or subtraction of matrices; they must have the same dimensions.
  • βž• Adding matrices involves summing corresponding elements from each matrix.
  • πŸ” Multiplying a matrix by a scalar (e.g., 4 times matrix A) means multiplying every element of the matrix by that scalar.
  • βž– Subtracting one matrix from another (A - B) is done by subtracting the corresponding elements of matrix B from A.
  • πŸ”„ The process of identifying matrix elements and performing operations like addition, subtraction, and scalar multiplication is fundamental in matrix algebra.
  • πŸ” Square matrices have an equal number of rows and columns, making them distinct from other matrix shapes.
  • πŸ“š Understanding matrix operations is crucial for further studies in pre-calculus and linear algebra.

Q & A

  • What is a matrix?

    -A matrix is an array of numbers organized into rows and columns.

  • How is the order of a matrix defined?

    -The order of a matrix is defined by the number of rows followed by the number of columns it contains, such as a 'two by three' matrix for a 2x3 matrix.

  • What does the term 'element' in a matrix refer to?

    -An 'element' in a matrix refers to a specific number within the matrix, identified by its row and column indices, like 'a23' for the element in the second row and third column.

  • How do you identify the value of element a12 in a matrix?

    -To identify the value of element a12, locate the number in the first row and second column of the matrix.

  • What is a square matrix?

    -A square matrix is a matrix where the number of rows is equal to the number of columns, such as a 2x2 or 3x3 matrix.

  • How do you determine the order of matrix B with the given elements?

    -Matrix B with the given elements has three rows and four columns, making it a 'three by four' matrix.

  • What is the value of element b23 in the described matrix B?

    -The value of element b23 in matrix B is -4, as it is located in the second row and third column.

  • How do you add two matrices together?

    -To add two matrices, add the corresponding elements of the same row and column. The matrices must have the same order to be added together.

  • What is the result of multiplying every element in matrix A by 4?

    -Multiplying every element in matrix A by 4 results in a new matrix with elements that are four times the original elements, such as 8, 12, 20, and -16 for the given matrix A.

  • How do you subtract one matrix from another?

    -To subtract one matrix from another, subtract the corresponding elements of the same row and column. The matrices must have the same order to be subtracted.

  • What is the difference between matrix A and B if matrix A is [2, 3, 5, -4] and matrix B is [7, 4, -3, 5]?

    -The difference between matrix A and B is a new matrix with elements calculated as A - B, which results in [-5, -1, 8, -9].

Outlines

00:00

πŸ“Š Understanding Matrices and Their Elements

This paragraph introduces the concept of matrices as arrays of numbers arranged in rows and columns. It explains the order of a matrix by using 'matrix A' with the example of a 2x3 matrix, detailing how to identify its specific elements like a23 and a12. The paragraph also covers identifying the order of 'matrix B', a 3x4 matrix, and finding the values of its elements such as b11, b23, b14, and b34. The task for the viewer is to identify the order of additional matrices C, D, E, F, and G, and to recognize square matrices among them.

05:01

πŸ”’ Determining Matrix Orders and Performing Basic Operations

This section continues the discussion on matrices by identifying the orders of matrices C through H, which are 2x2, 3x2, 1x1, 1x4, and 3x3 respectively. It emphasizes that a square matrix has an equal number of rows and columns, like matrix C and G. The paragraph then explains how to add two matrices of the same order, using matrices A and B as examples, by adding corresponding elements to get the sum. It also demonstrates matrix multiplication by a scalar, specifically multiplying every element of matrix A by four, resulting in 4A with new values.

10:02

βž– Subtracting Matrices and Additional Resources

The final paragraph covers the process of subtracting one matrix from another, using matrices A and B to illustrate. It shows the step-by-step subtraction of corresponding elements to find the difference, resulting in a new matrix with values such as -5, -1, 8, and -9. The paragraph concludes by directing viewers to the description section for more pre-calculus videos and expresses gratitude for watching the video.

Mindmap

Keywords

πŸ’‘Matrix

A matrix is a fundamental concept in mathematics, particularly in linear algebra, defined as an array of numbers arranged in rows and columns. In the context of the video, the matrix serves as the primary subject, with the script explaining how to identify and manipulate matrices. For example, the script describes a matrix with the numbers '2 7, -4 6, 3 5' and explains that it is a 'two by three matrix'.

πŸ’‘Order of a Matrix

The 'order' of a matrix refers to its dimensions, specifically the number of rows and columns it contains. This is a key concept in the video, as understanding the order is essential for matrix operations. The script uses the term when explaining that a matrix with 'two rows and three columns' is a 'two by three matrix'.

πŸ’‘Element

In the context of matrices, an 'element' refers to an individual number within the matrix, located at a specific row and column. The script introduces this term by asking viewers to identify elements like 'element 2,3' or 'a23', demonstrating how to locate and refer to specific numbers within a matrix.

πŸ’‘Row

A 'row' in a matrix is a horizontal set of elements. The script explains that rows are used to determine the order of a matrix, with the first row being the topmost and subsequent rows below it. For instance, the script mentions 'this is the first row, and this is the second row' when describing the matrix.

πŸ’‘Column

A 'column' in a matrix is a vertical set of elements. The script discusses columns in the context of determining the order of a matrix and identifying elements. It states 'the columns are vertical, this is the first column, second, third', illustrating how columns are organized.

πŸ’‘Square Matrix

A 'square matrix' is a special type of matrix where the number of rows equals the number of columns. The script identifies square matrices by stating that they have the same number of rows and columns, like the '2 by 2 matrix' and the 'three by three matrix'.

πŸ’‘Addition of Matrices

The 'addition of matrices' is an operation where corresponding elements of two matrices are summed. The video script explains this by providing an example of adding two matrices, 'matrix a' and 'matrix b', by adding their corresponding elements, resulting in a new matrix with the summed values.

πŸ’‘Multiplication of a Matrix

The 'multiplication of a matrix' can refer to different operations, but in the video, it specifically refers to scaling a matrix by a scalar, where each element of the matrix is multiplied by a given number. The script demonstrates this with '4 times a', resulting in each element of matrix 'a' being multiplied by 4.

πŸ’‘Subtraction of Matrices

The 'subtraction of matrices' is similar to addition but involves subtracting corresponding elements of one matrix from another. The script explains this process by showing the subtraction of 'matrix b' from 'matrix a', resulting in a new matrix with the differences of the corresponding elements.

πŸ’‘Pre-Calculus

Although not explicitly defined in the script, 'pre-calculus' is the broader mathematical context in which the video's content is situated. It is a course of study that typically precedes calculus and includes topics such as matrices, which are discussed in the video. The script mentions 'pre-calc' in the closing remarks, suggesting further resources for learning.

Highlights

A matrix is defined as an array of numbers organized into rows and columns.

The order of a matrix is described by the number of rows followed by the number of columns.

Identifying a specific element in a matrix is done using row and column indices, such as element a23.

Matrix A is a 2x3 matrix with the given example elements.

Element a12 is identified as the value in the first row, second column, which is 7.

Element a21 is in the second row, first column, with a value of 6.

Matrix B is a 3x4 matrix with its elements provided as an example.

Elements b11, b23, b14, and b34 are identified with their respective values in Matrix B.

Matrix C is a 2x2 square matrix with equal numbers of rows and columns.

Matrix D is a 3x2 matrix with three rows and two columns.

Matrix E is a 1x1 matrix containing a single element.

Matrix H is a 2x4 matrix with two rows and four columns.

Matrix F is a 1x4 matrix with one row and four columns.

Matrix G is a 3x3 square matrix, another example of equal rows and columns.

To add two matrices, corresponding elements must be added together, and the matrices must have the same dimensions.

The sum of Matrix A and B is calculated by adding their corresponding elements.

Multiplying a matrix by a scalar, such as 4 times Matrix A, involves multiplying each element by the scalar.

Subtracting one matrix from another, such as A minus B, is done by subtracting corresponding elements.

The video concludes with resources for further learning on pre-calculus in the description section.

Transcripts

play00:00

in this video we're going to focus on

play00:02

matrices

play00:05

now what exactly is a matrix

play00:07

a matrix is simply an array of numbers

play00:10

organized into

play00:11

rows and columns

play00:13

and first let's talk about the order of

play00:15

a matrix

play00:16

so consider matrix a

play00:19

and let's say

play00:20

it has the numbers

play00:22

2 7

play00:24

negative 4 6

play00:27

3 and 5.

play00:29

what is the order of this matrix

play00:35

now this matrix has

play00:37

two rows

play00:40

and three columns

play00:47

now the rows are horizontal so this is

play00:49

the first row

play00:51

and this is the second row

play00:53

the columns are vertical

play00:55

this is the first column second

play00:58

third

play01:00

so there's two rows and three columns

play01:03

so this is considered

play01:04

a two by three matrix

play01:08

the order of the matrix

play01:11

list the rows first and then the number

play01:13

of columns

play01:16

now you need to be able to identify a

play01:19

specific element

play01:20

in a matrix for example

play01:23

what is

play01:24

element

play01:26

2 comma 3

play01:28

or sometimes it can be written as just

play01:30

element a23

play01:33

so this is in matrix a

play01:36

and

play01:37

the first letter represents the row the

play01:40

second letter is the column

play01:44

so this is the first row this is the

play01:46

second row

play01:47

this is the first column second column

play01:49

third column

play01:51

so this element number five is in the

play01:54

second row third column

play01:56

so element a two three has a value of

play01:58

five

play02:02

now here's another one for you

play02:04

what's element

play02:05

a one two

play02:07

and also element

play02:09

a two one

play02:12

go ahead and identify the value of these

play02:13

elements

play02:15

so element a one two that's in the first

play02:18

row second column

play02:20

so that has a value of seven element a21

play02:23

is in the second row first column

play02:26

and so that has a value of six

play02:30

let's consider another matrix so let's

play02:32

say if we have matrix b

play02:34

and it has the numbers

play02:36

four three

play02:37

seven negative two

play02:40

five six negative four

play02:42

nine

play02:43

negative three

play02:45

eight

play02:46

one

play02:47

and negative seven

play02:49

what is the order of the matrix

play02:53

so let's start with the rows this is row

play02:55

one

play02:56

row two row three

play02:58

and then the columns column one

play03:00

two

play03:01

three four

play03:04

so the order of matrix b

play03:06

it's a three

play03:09

by four matrix

play03:11

it has three rows and four columns

play03:18

now identify

play03:20

elements

play03:22

b11

play03:26

b

play03:28

2 3

play03:31

b14

play03:34

and b

play03:37

three four go ahead and identify these

play03:40

four elements

play03:42

so this one is in the first row first

play03:44

column

play03:45

so that has a value of four

play03:47

element b two three

play03:50

that is in the second row

play03:53

third column

play03:55

so that has a value of negative four

play03:59

and then element b14 is in the first row

play04:03

fourth column

play04:05

so that's equal to negative two

play04:08

and element b34 is in the third row

play04:11

fourth column

play04:12

so it has a value of negative seven

play04:15

so you need to be able to determine

play04:18

the order of the matrix

play04:20

and the value of every or any element in

play04:23

the matrix

play04:25

so what i'm going to do at this point is

play04:26

i'm going to give you a list of matrices

play04:28

and i want you to identify the order of

play04:31

each matrix

play04:33

so let's say if we have matrix c

play04:35

and it has the numbers 3

play04:37

negative 5

play04:38

2

play04:39

negative 1

play04:41

and then we have matrix d

play04:44

which contains the elements

play04:46

four

play04:48

five

play04:49

negative two

play04:50

seven

play04:51

three and negative

play04:54

six then we have matrix e

play04:57

which contains one number which is eight

play05:01

matrix f

play05:03

it's going to have seven

play05:05

four

play05:07

negative five

play05:08

and

play05:10

11.

play05:13

and let's say

play05:15

matrix g

play05:19

has the numbers 3 1 7

play05:22

2 six negative four

play05:25

nine zero three

play05:29

so identify

play05:30

the order

play05:32

of each matrix

play05:35

go ahead and try that

play05:37

let me just give you one more matrix h

play05:42

which is going to be 2 1

play05:44

7

play05:45

negative 3

play05:46

6 negative 2 5

play05:48

and 4.

play05:51

and also determine which of these

play05:52

matrices

play05:54

represents a square matrix

play05:56

so let's start with matrix c

play06:00

it has two rows and it has two columns

play06:03

so therefore

play06:05

it's a 2 by 2 matrix

play06:09

now

play06:10

this is a square matrix because

play06:12

the number of rows and columns are the

play06:14

same

play06:16

in the square all sides are the same

play06:19

now for matrix d

play06:21

we have three rows

play06:23

and two columns

play06:26

so this is going to be considered a

play06:29

three by two

play06:30

matrix

play06:34

so the order of the matrix is always

play06:35

going to be

play06:36

the number of rows times the number of

play06:38

columns

play06:41

now for matrix e it has one row

play06:45

and one column

play06:47

so because it only has one number it's a

play06:49

one by one

play06:51

matrix

play06:53

now for h

play06:55

there are two rows

play06:58

and there's

play07:00

four columns

play07:02

so this is a two by four

play07:05

matrix

play07:08

and then for f

play07:09

we have one row

play07:11

and

play07:13

there's four columns so that's a one by

play07:14

four matrix

play07:17

and finally the last one g that's

play07:19

another square matrix

play07:21

as we can see there's three rows

play07:23

and it has three columns

play07:26

so that's a three by three

play07:28

matrix so now you know how to determine

play07:31

the order of the matrix and you also

play07:33

know how to

play07:34

identify the elements within a matrix

play07:38

now let's focus on adding

play07:40

matrices

play07:42

so let's say if we have matrix a

play07:44

and it has the numbers 2 3

play07:47

5 negative 4

play07:49

and we have matrix b

play07:52

which is uh

play07:53

7

play07:55

4

play07:56

negative 3 and

play07:59

5.

play08:00

what is the sum

play08:02

of matrix a and b

play08:05

so if we add in those two matrices

play08:08

all we need to do

play08:10

is

play08:11

add the corresponding elements

play08:13

and by the way

play08:14

if you have a two by two matrix

play08:17

you can only add it to another two by

play08:19

two matrix

play08:20

the number of rows and columns must be

play08:22

the same when adding matrices or

play08:24

subtract the matrices as well

play08:27

so the first element

play08:29

the one in the first row first column

play08:32

we need to add it

play08:33

with uh

play08:34

element b11 in the first row in the

play08:36

first column they have to match

play08:39

so this is going to be 2 plus 7

play08:42

and then we need to add

play08:44

these two

play08:46

so in the first row second column is

play08:48

going to be 3 plus 4

play08:50

and then we're going to add those two

play08:51

numbers

play08:54

so that's going to be five

play08:56

plus negative three

play08:59

and these two numbers which are in the

play09:00

second row second column

play09:02

the result will remain in that position

play09:05

second row second column

play09:08

now two plus seven

play09:10

is nine

play09:11

three plus four

play09:13

is seven

play09:14

five plus negative three is two

play09:17

negative four plus five is one

play09:20

so this is the sum of matrix a and b

play09:24

and that's a simple way to add two

play09:26

matrices together

play09:27

it's not very complicated

play09:34

now let's say if you want to multiply

play09:37

matrix a by four

play09:39

what will you get

play09:41

four times a all you need to do is

play09:43

multiply every element by four

play09:46

so it's going to be four times two

play09:48

four times three

play09:51

four times five

play09:53

and four times negative four

play09:57

so then 4a

play09:58

is going to equal

play10:01

8

play10:02

12

play10:03

20

play10:04

and negative 16.

play10:11

so what about subtracting two matrices

play10:14

let's subtract matrix a and b

play10:18

so we're going to start with a and then

play10:20

subtract it by b so it's going to be 2

play10:21

minus 7

play10:23

3 minus 4

play10:25

5 minus

play10:26

negative 3

play10:28

and then negative 4 minus 5.

play10:32

so a minus b that's going to be two

play10:34

minus seven which is negative five

play10:36

three minus four is negative one

play10:39

five minus negative three or five plus

play10:41

three that's eight

play10:42

negative four minus five is negative

play10:44

nine

play10:46

and so that's the difference

play10:47

between

play10:48

the two matrices

play10:51

and that's it for this video if you want

play10:53

to find more videos on pre-cal

play10:55

feel free to check the description

play10:56

section of this video i'm gonna post

play10:58

some links there so thanks again for

play11:00

watching

play11:22

you

Rate This
β˜…
β˜…
β˜…
β˜…
β˜…

5.0 / 5 (0 votes)

Related Tags
MatricesOrderAdditionMultiplicationMathematicsEducationalLinear AlgebraElement IdentificationMatrix OperationsPre-Calculus