0% found this document useful (0 votes)
14 views16 pages

Matrix MCQs and Solutions

Uploaded by

john constine
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views16 pages

Matrix MCQs and Solutions

Uploaded by

john constine
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Section 5.4 and 5.

k Here
Clic

Student Learning
© Veronica Afonso Ph.D.
NEED MORE SUPPORT?
BOOK AN APPOINTMENT

15 MINUTE 60 MINUTE
Appointment Appointment
in the next Skill Development
24 hours. Wait times vary.

Student Learning 2
& Transitions
Visit: [Link]/slt © Veronica Afonso Ph.D.
Matrix
• Matrix Notation
• Augmenting Matrix
• Adding/Subtracting
• Solving Variables
• Multiplying/Dividing
• Transpose

k Here
Clic

Student Learning
© Veronica Afonso Ph.D.
& Transitions
Reading Matrix Notation

Row X Column = size of Matrix


This one is a 2 row X 3 column, thus we say a 2 X 3 Matrix

row column

k Here
Clic

Student Learning
© Veronica Afonso Ph.D.
& Transitions
Augmenting a System of Equations into a Matrix

Augment the system of equations

k Here
Clic

Student Learning
© Veronica Afonso Ph.D.
& Transitions
Adding/Subtracting

To add or subtract matrices, the matrices need to be the same shape and size.

Both are 2 X 2, thus you can add

2X3 2X2
Not the same size, thus you cannot add
k Here
Clic

Student Learning
© Veronica Afonso Ph.D.
& Transitions
Adding/Subtracting

A11 A12
A11 A12

A22 A21 A22


A21

Example 1

Example 2

k Here
Clic

Student Learning
© Veronica Afonso Ph.D.
& Transitions
Solving Variables in Matrix
STEP 1: Put together the equation
Solve for the variable in the following matrices
x + -2 = 4

STEP 2: Solve for the variable

x + -2 = 4
-2 + z = -2
x + -2 +2 = 4 + 2
-2 + 2 + z = -2 + 2
x+0 =4+2
z=0
x=6

3 + -1 = 2u
2 = 2u y+2= 4
2/2 = 2u/2 y=2
k Here
Clic 1=u

Student Learning
© Veronica Afonso Ph.D.
& Transitions
Solving Variables in Matrix

Do the Addition first

k Here
Clic

Student Learning
© Veronica Afonso Ph.D.
& Transitions
Multiply/Divide by a Constant

k Here
Clic

Student Learning
© Veronica Afonso Ph.D.
& Transitions
Multiply/Divide by a Constant
Find A/2

k Here
Clic

Student Learning
© Veronica Afonso Ph.D.
& Transitions
Multiply by ANOTHER Matrix

Matrices can be multiplied only if, Matrix 1 columns = Matrix 2 rows

Matrix 1 columns = Matrix 2 rows Matrix 1 columns ≠ Matrix 2 rows


Inner numbers DO NOT match =no cannot multiply
Inner numbers match= yes can multiply
3X2 2X4 2X3
2X2

In other words can Matrix C be


In other words can Matrix A be multiplied to Matrix D?....NO
multiplied to Matrix B?....YES

k Here
Clic

Student Learning
© Veronica Afonso Ph.D.
& Transitions
Multiply by ANOTHER Matrix

inner
If inner numbers match,
outside numbers will
outer
determine the final size
of the matrices.
Inner numbers must be
the same value to be able
to multiple the matrices.

k Here
Clic

Student Learning
© Veronica Afonso Ph.D.
& Transitions
Multiply by ANOTHER Matrix

k Here
Clic

Student Learning
© Veronica Afonso Ph.D.
& Transitions
Multiply by ANOTHER Matrix
Inner numbers match
Result matrix = 2 X 2
2X3 3X2
Row1 X Column1 then add-up

Row1X Column2 then add up

Row2 X Column1 then add-up

Row2 X Column2 then add-up

k Here
Clic

Student Learning
© Veronica Afonso Ph.D.
& Transitions
Transposing Matrix

k Here
Clic

Student Learning
© Veronica Afonso Ph.D.
& Transitions

Common questions

Powered by AI

To solve a system of linear equations using matrices, one can augment the system of equations into a matrix. Then, through a series of algebraic steps such as addition and subtraction, scalar multiplication or division, and ultimately Gaussian elimination, these operations transform the matrix into a simpler form, often the reduced row echelon form, which directly gives the solutions to the system of equations .

Transposing a matrix involves swapping its rows and columns. For instance, if a matrix has elements a located in i-th row and j-th column, then in the transposed matrix, they will be located in j-th row and i-th column. Transposition changes the orientation of the matrix, which can be particularly useful in various applications such as solving linear equations, vector calculus, and in simplifying matrix multiplications .

Augmenting a system of equations into a matrix involves converting the coefficients and constant terms of a linear system into a single matrix form. The steps include organizing the coefficients of each variable into the columns of a matrix, with the constant terms forming the final column. This conversion is useful because it streamlines the process of applying matrix operations like row reduction to solve the system, thereby leveraging computational techniques for efficiency .

For two matrices to be multiplied together, the number of columns in the first matrix must equal the number of rows in the second matrix. If these "inner" numbers match, the product of the matrices is valid, and the size of the resulting matrix is determined by the "outer" numbers, i.e., the number of rows of the first matrix and the number of columns of the second matrix .

Matrix operations can simplify solving for variables when dealing with large systems of linear equations, as they allow for simultaneous handling of all equations through compact and systematic operations like Gaussian elimination or LU decomposition. This is more efficient and less error-prone than traditional algebraic manipulation methods, especially with the aid of computational tools, as it can reduce the need for repetitious operations and accommodate higher-dimensional data effortlessly .

Matrix addition and subtraction require the matrices to be of the same shape and size, meaning they must have the same number of rows and columns. In contrast, matrix multiplication requires only that the number of columns in the first matrix is equal to the number of rows in the second matrix. Thus, addition and subtraction have stricter requirements regarding matrix dimensions than multiplication .

Understanding matrix notation is fundamental because it provides a standardized way to describe the structure and dimensions of matrices. Matrix notation helps to quickly communicate properties like size and the arrangement of elements, which are critical for ensuring matrices can undergo operations such as multiplication, transposition, or solving systems of equations .

The transpose of a matrix plays a critical role in various linear algebra problems as it is often used to simplify expressions in matrix calculations, especially in formulating symmetric and Hermitian matrices. It is fundamental in processes like finding the covariance matrix in statistics, computing the least squares solution in regression, and in obtaining orthogonal matrices, which are central to simplifying computations and understanding geometric transformations .

Scalar multiplication affects a matrix by multiplying every entry of the matrix by the scalar value. This operation can scale the matrix's magnitude without altering its direction, making it useful in applications like adjusting the scale of transformations in graphics, scaling mathematical models proportionally, and in operations that involve adjusting units or dimensions in scientific computations .

Matrix operations facilitate solving variables in complex equations by allowing for streamlined, structured processes that handle multiple equations at once. This is superior to other algebraic methods due to the ability to perform operations such as Gaussian elimination, matrix inversion, and LU decomposition with computational efficiency, reducing the overhead of handling each equation independently. These operations, supported by matrix properties, provide a powerful toolkit for resolving systems that can be cumbersome when approached through traditional algebraic manipulation .

You might also like