MATH 100 - FUNDAMENTALS OF
MATHEMATICS - Linear Algebra Question
Bank - Set 1
Question 1
Question 1: Let A=2 4
1 3and B=3 1
2 2. Compute the following:
a) A+B
b) 3A−2B
c) A·B
Step-by-step solutions: a) To find A+B, we add the corresponding elements
of matrices A and B:
A+B=2 4
1 3+3 1
2 2=5 5
3 5
b) To find 3A−2B, we first multiply matrices A and B by their respective
scalars:
3A= 3 ×2 4
1 3=6 12
3 9
2B= 2 ×3 1
2 2=6 2
4 4
Now, we subtract 2B from 3A:
3A−2B=6 12
3 9 −6 2
4 4=0 10
−1 5
c) To find A·B, we multiply matrix A by matrix B:
A·B=2 4
1 3×3 1
2 2=14 10
9 5
Sure, here is a question on Linear Algebra for Liberty University in
LateX code.
Question 1: Let A=2 4
1 3and B=3 1
2 2. Compute the following:
a) A+B
1
b) 3A−2B
c) A·B
Step-by-step solutions: a) To find A+B, we add the corresponding
elements of matrices A and B:
A+B=2 4
1 3+3 1
2 2=5 5
3 5
b) To find 3A−2B, we first multiply matrices A and B by their
respective scalars:
3A= 3 ×2 4
1 3=6 12
3 9
2B= 2 ×3 1
2 2=6 2
4 4
Now, we subtract 2B from 3A:
3A−2B=6 12
3 9 −6 2
4 4=0 10
−1 5
c) To find A·B, we multiply matrix A by matrix B:
A·B=2 4
1 3×3 1
2 2=14 10
9 5
Question 2
Question 2:
Let A=3 1
2 4and B=−1 0
3 2.
Find the product of matrices Aand B, i.e., find AB.
Solution:
To find the product of matrices Aand B, we multiply the rows of
matrix Aby the columns of matrix B.
Let’s calculate:
AB =3 1
2 4−1 0
3 2
Multiplying the elements:
AB =(3 ∗(−1) + 1 ∗3) (3 ∗0+1∗2)
(2 ∗(−1) + 4 ∗3) (2 ∗0+4∗2)
Simplify the calculations:
AB =(−3 + 3) (0 + 2)
(−2 + 12) (0 + 8)=0 2
10 8
2
Therefore, the product of matrices Aand Bis AB =0 2
10 8.Sure,
here is the question and its solution in LateX code:
Question 2:
Let A=3 1
2 4and B=−1 0
3 2.
Find the product of matrices Aand B, i.e., find AB.
Solution:
To find the product of matrices Aand B, we multiply the rows of
matrix Aby the columns of matrix B.
Let’s calculate:
AB =3 1
2 4−1 0
3 2
Multiplying the elements:
AB =(3 ∗(−1) + 1 ∗3) (3 ∗0+1∗2)
(2 ∗(−1) + 4 ∗3) (2 ∗0+4∗2)
Simplify the calculations:
AB =(−3 + 3) (0 + 2)
(−2 + 12) (0 + 8)=0 2
10 8
Therefore, the product of matrices Aand Bis AB =0 2
10 8.
Question 3
Consider the following system of linear equations:
2x−3y= 4
3x+ 2y= 5
(a) Write the system in matrix form as Ax=b.
(b) Find the determinant of matrix A.
(c) Solve the system using Cramer’s Rule.
Solution:
(a) Writing the system in matrix form Ax=b, we have:
A=2−3
3 2 ,x=x
y,b=4
5
(b) The determinant of matrix Ais given by:
det(A) =
2−3
3 2
= (2)(2) −(−3)(3) = 4 + 9 = 13
(c) Using Cramer’s Rule to solve the system:
3
1. Calculate the determinants:
∆ =
2−3
3 2
= 13
∆x=
4−3
5 2
= (4)(2) −(−3)(5) = 8 + 15 = 23
∆y=
2 4
3 5
= (2)(5) −(4)(3) = 10 −12 = −2
2. Solve for xand y:
x=∆x
∆=23
13 =23
13
y=∆y
∆=−2
13 =−2
13
Therefore, the solution to the system of equations is x=23
13 and
y=−2
13 .Question 3:
Consider the following system of linear equations:
2x−3y= 4
3x+ 2y= 5
(a) Write the system in matrix form as Ax=b.
(b) Find the determinant of matrix A.
(c) Solve the system using Cramer’s Rule.
Solution:
(a) Writing the system in matrix form Ax=b, we have:
A=2−3
3 2 ,x=x
y,b=4
5
(b) The determinant of matrix Ais given by:
det(A) =
2−3
3 2
= (2)(2) −(−3)(3) = 4 + 9 = 13
(c) Using Cramer’s Rule to solve the system:
1. Calculate the determinants:
∆ =
2−3
3 2
= 13
∆x=
4−3
5 2
= (4)(2) −(−3)(5) = 8 + 15 = 23
∆y=
2 4
3 5
= (2)(5) −(4)(3) = 10 −12 = −2
4
2. Solve for xand y:
x=∆x
∆=23
13 =23
13
y=∆y
∆=−2
13 =−2
13
Therefore, the solution to the system of equations is x=23
13 and
y=−2
13 .
Question 4
Question 4:
Let A=2−1
4 3 and B=1 0
2 5. Find the following:
1. A+B2. A−B3. 2A−3B
Solution:
1. Finding A+B:
A+B=2−1
4 3 +1 0
2 5=2+1 −1+0
4 + 2 3 + 5 =3−1
6 8
2. Finding A−B:
A−B=2−1
4 3 −1 0
2 5=2−1−1−0
4−2 3 −5=1−1
2−2
3. Finding 2A−3B:
2A−3B= 2 ·2−1
4 3 −3·1 0
2 5=4−2
8 6 −3 0
6 15=1−2
2−9
This is the solution with step-by-step explanations presented in
LateX code for the given question. Feel free to ask if you have any
more questions or need further assistance!Certainly! Here is a ques-
tion on linear algebra along with a step-by-step solution in LateX
code:
Question 4:
Let A=2−1
4 3 and B=1 0
2 5. Find the following:
1. A+B2. A−B3. 2A−3B
Solution:
1. Finding A+B:
A+B=2−1
4 3 +1 0
2 5=2+1 −1+0
4 + 2 3 + 5 =3−1
6 8
2. Finding A−B:
5
A−B=2−1
4 3 −1 0
2 5=2−1−1−0
4−2 3 −5=1−1
2−2
3. Finding 2A−3B:
2A−3B= 2 ·2−1
4 3 −3·1 0
2 5=4−2
8 6 −3 0
6 15=1−2
2−9
This is the solution with step-by-step explanations presented in
LateX code for the given question. Feel free to ask if you have any
more questions or need further assistance!
Question 5
Question 5: Let A=2 1
3 4and B=5 7
6 8. Compute the following:
A+B
Step-by-step Solution: Given matrices:
A=2 1
3 4
B=5 7
6 8
To compute the sum A+B, we add the corresponding elements of
the matrices:
A+B=2 1
3 4+5 7
6 8
Now, add the matrices element-wise:
A+B=2 + 5 1 + 7
3 + 6 4 + 8
A+B=7 8
9 12
Therefore, the sum of matrices A+Bis:
A+B=7 8
9 12
This is the final answer for the sum of matrices A+B.Sure! Here
is a question on Linear Algebra along with the step-by-step solution
in LateX code:
6
Question 5: Let A=2 1
3 4and B=5 7
6 8. Compute the following:
A+B
Step-by-step Solution: Given matrices:
A=2 1
3 4
B=5 7
6 8
To compute the sum A+B, we add the corresponding elements of
the matrices:
A+B=2 1
3 4+5 7
6 8
Now, add the matrices element-wise:
A+B=2 + 5 1 + 7
3 + 6 4 + 8
A+B=7 8
9 12
Therefore, the sum of matrices A+Bis:
A+B=7 8
9 12
This is the final answer for the sum of matrices A+B.
Question 6
Let A=2−1
4 3 and B=1 0
−2 1.
Find the following:
a) A+B
b) 3A−2B
c) A·B
d) B·A
Solution:
a) To find A+B, we add the corresponding elements of matrices
Aand B:
A+B=2−1
4 3 +1 0
−2 1=2+1 −1+0
4−2 3 + 1 =3−1
2 4
b) To find 3A−2B, we multiply each element of matrix Aby 3
and each element of matrix Bby -2, then subtract the corresponding
elements:
7
3A−2B= 3 2−1
4 3 −21 0
−2 1=6−3
12 9 −2 0
4−2=4−3
8 11
c) To find A·B, we multiply matrices Aand Bin the given order
(matrix Acomes first):
A·B=2−1
4 3 1 0
−2 1=2(1) + (−1)(−2) 2(0) + (−1)(1)
4(1) + 3(−2) 4(0) + 3(1) =4−1
−2 3
d) To find B·A, we multiply matrices Band Ain the given order
(matrix Bcomes first):
B·A=1 0
−2 12−1
4 3 =1(2) + 0(4) 1(−1) + 0(3)
−2(2) + 1(4) −2(−1) + 1(3)=2−1
0 5 Question
6:
Let A=2−1
4 3 and B=1 0
−2 1.
Find the following:
a) A+B
b) 3A−2B
c) A·B
d) B·A
Solution:
a) To find A+B, we add the corresponding elements of matrices
Aand B:
A+B=2−1
4 3 +1 0
−2 1=2+1 −1+0
4−2 3 + 1 =3−1
2 4
b) To find 3A−2B, we multiply each element of matrix Aby 3
and each element of matrix Bby -2, then subtract the corresponding
elements:
3A−2B= 3 2−1
4 3 −21 0
−2 1=6−3
12 9 −2 0
4−2=4−3
8 11
c) To find A·B, we multiply matrices Aand Bin the given order
(matrix Acomes first):
A·B=2−1
4 3 1 0
−2 1=2(1) + (−1)(−2) 2(0) + (−1)(1)
4(1) + 3(−2) 4(0) + 3(1) =4−1
−2 3
d) To find B·A, we multiply matrices Band Ain the given order
(matrix Bcomes first):
B·A=1 0
−2 12−1
4 3 =1(2) + 0(4) 1(−1) + 0(3)
−2(2) + 1(4) −2(−1) + 1(3)=2−1
0 5
Question 7
Question 7:
Let u=
2
−1
3
and v=
1
4
−2
. Compute u·v,u×v, and ∥u∥·∥v∥.
Step-by-step Solution:
8
Given:
u=
2
−1
3
, v =
1
4
−2
1. Calculate the dot product u·vusing the formula:
u·v= (2)(1) + (−1)(4) + (3)(−2)
u·v= 2 −4−6 = −8
2. Determine the cross product u×vby computing the determinant
of the following matrix:
u×v=
i j k
2−1 3
1 4 −2
u×v=i
−1 3
4−2
−j
2 3
1−2
+k
2−1
1 4
u×v=i((−1)(−2) −(3)(4)) −j((2)(−2) −(3)(1)) + k((2)(4) −(−1)(1))
u×v=i(2) + j(−4) + k(9)
u×v=
2
−4
9
3. Calculate the magnitudes of uand vto find ∥u∥and ∥v∥:
∥u∥=p22+ (−1)2+ 32=√4 + 1 + 9 = √14
∥v∥=p12+ 42+ (−2)2=√1 + 16 + 4 = √21
4. Compute ∥u∥·∥v∥:
∥u∥·∥v∥=√14 ·√21 = √14 ·21 = √294 = 2√73
Therefore, u·v=−8,u×v=
2
−4
9
, and ∥u∥ · ∥v∥= 2√73.Certainly!
Here is a question along with its step-by-step solution on Linear Al-
gebra for Liberty University in LaTeX code as requested:
Question 7:
Let u=
2
−1
3
and v=
1
4
−2
. Compute u·v,u×v, and ∥u∥·∥v∥.
Step-by-step Solution:
Given:
u=
2
−1
3
, v =
1
4
−2
9
1. Calculate the dot product u·vusing the formula:
u·v= (2)(1) + (−1)(4) + (3)(−2)
u·v= 2 −4−6 = −8
2. Determine the cross product u×vby computing the determinant
of the following matrix:
u×v=
i j k
2−1 3
1 4 −2
u×v=i
−1 3
4−2
−j
2 3
1−2
+k
2−1
1 4
u×v=i((−1)(−2) −(3)(4)) −j((2)(−2) −(3)(1)) + k((2)(4) −(−1)(1))
u×v=i(2) + j(−4) + k(9)
u×v=
2
−4
9
3. Calculate the magnitudes of uand vto find ∥u∥and ∥v∥:
∥u∥=p22+ (−1)2+ 32=√4 + 1 + 9 = √14
∥v∥=p12+ 42+ (−2)2=√1 + 16 + 4 = √21
4. Compute ∥u∥·∥v∥:
∥u∥·∥v∥=√14 ·√21 = √14 ·21 = √294 = 2√73
Therefore, u·v=−8,u×v=
2
−4
9
, and ∥u∥·∥v∥= 2√73.
Question 8
Question 8:
Let v1=
1
2
0
,v2=
0
1
−1
, and v3=
1
0
2
. Determine if the vectors
v1,v2, and v3form a linearly independent set in R3.
Solution:
To determine if the vectors v1,v2, and v3form a linearly indepen-
dent set in R3, we need to check if the only solution to the equation
c1v1+c2v2+c3v3= 0 is c1=c2=c3= 0.
Substitute the given vectors:
10
c1
1
2
0
+c2
0
1
−1
+c3
1
0
2
=
0
0
0
This leads to the system of equations:
c1+c3= 0
2c1+c2= 0
−c2+ 2c3= 0
Solving these equations, we find that the only solution is c1=c2=
c3= 0.
Therefore, the vectors v1,v2, and v3form a linearly independent
set in R3.
—
Feel free to reach out if you need further assistance or more ques-
tions!Certainly! Here is a question with step-by-step solutions on
Linear Algebra for Liberty University, presented in LateX code:
Question 8:
Let v1=
1
2
0
,v2=
0
1
−1
, and v3=
1
0
2
. Determine if the vectors
v1,v2, and v3form a linearly independent set in R3.
Solution:
To determine if the vectors v1,v2, and v3form a linearly indepen-
dent set in R3, we need to check if the only solution to the equation
c1v1+c2v2+c3v3= 0 is c1=c2=c3= 0.
Substitute the given vectors:
c1
1
2
0
+c2
0
1
−1
+c3
1
0
2
=
0
0
0
This leads to the system of equations:
c1+c3= 0
2c1+c2= 0
−c2+ 2c3= 0
Solving these equations, we find that the only solution is c1=c2=
c3= 0.
Therefore, the vectors v1,v2, and v3form a linearly independent
set in R3.
—
Feel free to reach out if you need further assistance or more ques-
tions!
11
Question 9
Question 9:
Find the determinant of the matrix A=
321
0−1 4
230
.
Step-by-step solution:
To find the determinant of a 3x3 matrix, we can use the formula:
det(A) = a(ei −fh)−b(di −fg) + c(dh −eg)
where A=
a b c
d e f
g h i
.
Given matrix A=
321
0−1 4
230
, we have:
det(A) = 3((−1)(0) −(4)(3)) −2((0)(0) −(4)(2)) + 1((3)(3) −(2)(−1))
det(A) = 3(−4−12) −2(0 −8) + 1(9 − −2)
det(A) = 3(−16) −2(−8) + 1(11)
det(A) = −48 + 16 + 11
det(A) = −21
Therefore, the determinant of matrix Ais −21.Certainly! Here is
the LateX code for question 9 on Linear Algebra for Liberty Univer-
sity:
Question 9:
Find the determinant of the matrix A=
321
0−1 4
230
.
Step-by-step solution:
To find the determinant of a 3x3 matrix, we can use the formula:
det(A) = a(ei −fh)−b(di −fg) + c(dh −eg)
where A=
a b c
d e f
g h i
.
Given matrix A=
321
0−1 4
230
, we have:
12
det(A) = 3((−1)(0) −(4)(3)) −2((0)(0) −(4)(2)) + 1((3)(3) −(2)(−1))
det(A) = 3(−4−12) −2(0 −8) + 1(9 − −2)
det(A) = 3(−16) −2(−8) + 1(11)
det(A) = −48 + 16 + 11
det(A) = −21
Therefore, the determinant of matrix Ais −21.
Question 10
Question 10: Consider the following system of linear equations:
2x+y= 5
3x−2y= 8
(a) Solve the system of equations by the method of substitution.
(b) Check your solution by using the method of elimination.
Step-by-step solutions:
(a) Given system of equations:
2x+y= 5
3x−2y= 8
From the first equation, we can express yin terms of x:
y= 5 −2x
Now substitute this expression for yinto the second equation:
3x−2(5 −2x) = 8
Solve for x:
3x−10 + 4x= 8
7x−10 = 8
7x= 18
x=18
7
13
Now substitute the value of xback into the first equation to find
y:
218
7+y= 5
y= 5 −36
7
y=5
7
Therefore, the solution to the system of equations is x=18
7and
y=5
7.
(b) Now, let’s check this solution using the elimination method.
Add the two equations:
2x+y= 5
3x−2y= 8
2x+y+ 3x−2y= 5 + 8
5x−y= 13
Now substitute the solution x=18
7and y=5
7:
518
7−5
7=90
7−5
7=85
7= 13
Since the solution does not satisfy the equation obtained by adding
the two original equations, this solution is incorrect.Sure, here is a
question on Linear Algebra for Liberty University:
Question 10: Consider the following system of linear equations:
2x+y= 5
3x−2y= 8
(a) Solve the system of equations by the method of substitution.
(b) Check your solution by using the method of elimination.
Step-by-step solutions:
(a) Given system of equations:
2x+y= 5
3x−2y= 8
From the first equation, we can express yin terms of x:
y= 5 −2x
Now substitute this expression for yinto the second equation:
3x−2(5 −2x) = 8
14
Solve for x:
3x−10 + 4x= 8
7x−10 = 8
7x= 18
x=18
7
Now substitute the value of xback into the first equation to find
y:
218
7+y= 5
y= 5 −36
7
y=5
7
Therefore, the solution to the system of equations is x=18
7and
y=5
7.
(b) Now, let’s check this solution using the elimination method.
Add the two equations:
2x+y= 5
3x−2y= 8
2x+y+ 3x−2y= 5 + 8
5x−y= 13
Now substitute the solution x=18
7and y=5
7:
518
7−5
7=90
7−5
7=85
7= 13
Since the solution does not satisfy the equation obtained by adding
the two original equations, this solution is incorrect.
Question 11
Step-by-step solution: Given v1=1
2and v2=−3
4.
We want to find x such that
3v1−2v2= 4x
15
Substitute the given vectors v1and v2into the equation:
31
2−2−3
4= 4x
Simplify the equation:
3
6−−6
8= 4x
3+6
6−8= 4x
9
−2= 4x
Now, divide both sides by 4 to solve for x:
x=1
49
−2
x=9
4
−1
2
Therefore, the vector x =9
4
−1
2satisfies the equation 3v1−2v2=
4x.Question 11: Let v1=1
2and v2=−3
4. Find the vector x that
satisfies 3v1−2v2= 4x.
Step-by-step solution: Given v1=1
2and v2=−3
4.
We want to find x such that
3v1−2v2= 4x
Substitute the given vectors v1and v2into the equation:
31
2−2−3
4= 4x
Simplify the equation:
3
6−−6
8= 4x
3+6
6−8= 4x
9
−2= 4x
16
Now, divide both sides by 4 to solve for x:
x=1
49
−2
x=9
4
−1
2
Therefore, the vector x =9
4
−1
2satisfies the equation 3v1−2v2= 4x.
Question 12
Question 12: Let A=3 1
2 4and B=5 2
1 3. Find 3A−2B.
Step-by-step Solution: First, multiply the matrices by their re-
spective scalars:
3A= 3 3 1
2 4=9 3
6 12
2B= 2 5 2
1 3=10 4
2 6
Next, subtract the two matrices:
3A−2B=9 3
6 12−10 4
2 6=−1−1
4 6
Therefore, 3A−2B=−1−1
4 6 .Sure, here is the question along
with the step-by-step solution in LateX code:
Question 12: Let A=3 1
2 4and B=5 2
1 3. Find 3A−2B.
Step-by-step Solution: First, multiply the matrices by their re-
spective scalars:
3A= 3 3 1
2 4=9 3
6 12
2B= 2 5 2
1 3=10 4
2 6
Next, subtract the two matrices:
3A−2B=9 3
6 12−10 4
2 6=−1−1
4 6
Therefore, 3A−2B=−1−1
4 6 .
17
Question 13
Find the determinant of matrix A=3 1
4−2.
Step-by-step solution: The determinant of a 2×2matrix A=
a b
c dis calculated as follows:
det(A) = ad −bc
Given matrix A=3 1
4−2, the determinant is:
det(A) = 3(−2) −1(4)
det(A) = −6−4
det(A) = −10
Therefore, the determinant of matrix Ais −10.Question 13:
Find the determinant of matrix A=3 1
4−2.
Step-by-step solution: The determinant of a 2×2matrix A=
a b
c dis calculated as follows:
det(A) = ad −bc
Given matrix A=3 1
4−2, the determinant is:
det(A) = 3(−2) −1(4)
det(A) = −6−4
det(A) = −10
Therefore, the determinant of matrix Ais −10.
Question 14
a) Calculate the product AB.
b) Find the inverse of matrix A.
c) Solve the system of equations represented by the matrix equa-
tion AX =B, where X=x
yand B=2
−1.
Step-by-step Solutions:
a) To calculate the product AB, we multiply the matrices Aand
B:
AB =3 1
2−1−2 0
4 2
18
AB =(3 · −2+1·4) (3 ·0+1·2)
(2 · −2 + −1·4) (2 ·0 + −1·2)
AB =(−6 + 4) (0 + 2)
(−4−4) (0 −2)
AB =−2 2
−8−2
b) To find the inverse of matrix A, we first calculate the determi-
nant of A:
det(A)=3·(−1) −1·2 = −3−2 = −5
Next, we find the inverse using the formula A−1=1
det(A)·adj(A), where
adj(A)is the adjugate of matrix A.
adj(A) = −1−1
−2 3
Finally, we can calculate the inverse matrix A−1:
A−1=1
−5−1−1
−2 3 =1
5
1
5
2
5−3
5
c) To solve the system of equations represented by the matrix
equation AX =B, we can multiply both sides by the inverse of matrix
A:
X=A−1B
X=1
5
1
5
2
5−3
5 2
−1
X=1
5·2 + 1
5·(−1)
2
5·2+(−3
5)·(−1)
X=2
5−1
5
4
5+3
5
X=1
5
7
5
Therefore, the solution to the system of equations is x=1
5and
y=7
5.Question 14: Let A=3 1
2−1and B=−2 0
4 2.
a) Calculate the product AB.
b) Find the inverse of matrix A.
c) Solve the system of equations represented by the matrix equa-
tion AX =B, where X=x
yand B=2
−1.
Step-by-step Solutions:
19
a) To calculate the product AB, we multiply the matrices Aand
B:
AB =3 1
2−1−2 0
4 2
AB =(3 · −2+1·4) (3 ·0+1·2)
(2 · −2 + −1·4) (2 ·0 + −1·2)
AB =(−6 + 4) (0 + 2)
(−4−4) (0 −2)
AB =−2 2
−8−2
b) To find the inverse of matrix A, we first calculate the determi-
nant of A:
det(A) = 3 ·(−1) −1·2 = −3−2 = −5
Next, we find the inverse using the formula A−1=1
det(A)·adj(A), where
adj(A)is the adjugate of matrix A.
adj(A) = −1−1
−2 3
Finally, we can calculate the inverse matrix A−1:
A−1=1
−5−1−1
−2 3 =1
5
1
5
2
5−3
5
c) To solve the system of equations represented by the matrix
equation AX =B, we can multiply both sides by the inverse of matrix
A:
X=A−1B
X=1
5
1
5
2
5−3
5 2
−1
X=1
5·2 + 1
5·(−1)
2
5·2+(−3
5)·(−1)
X=2
5−1
5
4
5+3
5
X=1
5
7
5
Therefore, the solution to the system of equations is x=1
5and
y=7
5.
20
Question 15
“‘latex Question 15: Find the determinant of the matrix A=
3 2
−1 4.
Solution: To find the determinant of a 2×2matrix a b
c d, we use
the formula:
det(A) = ad −bc.
Given matrix A=3 2
−1 4, we have:
det(A) = (3)(4) −(2)(−1) = 12 + 2 = 14.
Therefore, the determinant of matrix Ais 14 . “‘
You can use this code to include question 15 on Linear Algebra
for Liberty University in your materials. Let me know if you need
any more questions or solutions!Sure! Here is the LateX code for
question 15 on Linear Algebra for Liberty University:
“‘latex Question 15: Find the determinant of the matrix A=
3 2
−1 4.
Solution: To find the determinant of a 2×2matrix a b
c d, we use
the formula:
det(A) = ad −bc.
Given matrix A=3 2
−1 4, we have:
det(A) = (3)(4) −(2)(−1) = 12 + 2 = 14.
Therefore, the determinant of matrix Ais 14 . “‘
You can use this code to include question 15 on Linear Algebra
for Liberty University in your materials. Let me know if you need
any more questions or solutions!
Question 16
Question 16: Let A=2 1
−1 3and B=4−2
3 1 . Find the follow-
ing:
a) A+B
b) A−B
c) A·B
d) B·A
21
Solution:
a) To find A+B, we add the corresponding elements of matrices
Aand B.
A+B=2 1
−1 3+4−2
3 1 =2 + 4 1 + (−2)
−1 + 3 3 + 1 =6−1
2 4
b) To find A−B, we subtract the corresponding elements of ma-
trices Aand B.
A−B=2 1
−1 3−4−2
3 1 =2−4 1 −(−2)
−1−3 3 −1=−2 3
−4 2
c) To find the matrix product A·B, we multiply matrices Aand
B.
A·B=2 1
−1 3·4−2
3 1 =2(4) + 1(3) 2(−2) + 1(1)
−1(4) + 3(3) −1(−2) + 3(1)=11 0
5 5
d) To find the matrix product B·A, we multiply matrices Band
A.
B·A=4−2
3 1 ·2 1
−1 3=4(2) −2(−1) 4(1) −2(3)
3(2) + 1(−1) 3(1) + 1(3)=10 −2
5 2
This completes the operations requested.Sure, here is a linear al-
gebra question along with its step-by-step solution in LaTeX code:
Question 16: Let A=2 1
−1 3and B=4−2
3 1 . Find the follow-
ing:
a) A+B
b) A−B
c) A·B
d) B·A
Solution:
a) To find A+B, we add the corresponding elements of matrices
Aand B.
A+B=2 1
−1 3+4−2
3 1 =2 + 4 1 + (−2)
−1 + 3 3 + 1 =6−1
2 4
b) To find A−B, we subtract the corresponding elements of ma-
trices Aand B.
22
A−B=2 1
−1 3−4−2
3 1 =2−4 1 −(−2)
−1−3 3 −1=−2 3
−4 2
c) To find the matrix product A·B, we multiply matrices Aand
B.
A·B=2 1
−1 3·4−2
3 1 =2(4) + 1(3) 2(−2) + 1(1)
−1(4) + 3(3) −1(−2) + 3(1)=11 0
5 5
d) To find the matrix product B·A, we multiply matrices Band
A.
B·A=4−2
3 1 ·2 1
−1 3=4(2) −2(−1) 4(1) −2(3)
3(2) + 1(−1) 3(1) + 1(3)=10 −2
5 2
This completes the operations requested.
Question 17
Question 17:
Let A=1 2
3 4and B=2 1
0−1. Find 3A−2B.
Solution:
Given matrices:
A=1 2
3 4
B=2 1
0−1
First, compute 3A:
3A= 3 1 2
3 4=3 6
9 12
Next, compute 2B:
2B= 2 2 1
0−1=4 2
0−2
Finally, find 3A−2B:
3A−2B=3 6
9 12−4 2
0−2=−1 4
9 14
23
Therefore, 3A−2B=−1 4
9 14.Sure! Here is a question and step-
by-step solution on Linear Algebra for Liberty University as LateX
Code:
Question 17:
Let A=1 2
3 4and B=2 1
0−1. Find 3A−2B.
Solution:
Given matrices:
A=1 2
3 4
B=2 1
0−1
First, compute 3A:
3A= 3 1 2
3 4=3 6
9 12
Next, compute 2B:
2B= 2 2 1
0−1=4 2
0−2
Finally, find 3A−2B:
3A−2B=3 6
9 12−4 2
0−2=−1 4
9 14
Therefore, 3A−2B=−1 4
9 14.
Question 18
Question 18: Let A=1 2
0 3and B=4 1
−2 0. Compute the
following:
1. A+B2. A−B3. AB
Solution:
1. A+Bis calculated as follows:
A+B=1 2
0 3+4 1
−2 0=1 + 4 2 + 1
0−2 3 + 0=5 3
−2 3
2. A−Bis calculated as follows:
A−B=1 2
0 3−4 1
−2 0=1−4 2 −1
0 + 2 3 −0=−3 1
2 3
24
3. AB is calculated as follows:
AB =1 2
0 3 4 1
−2 0=1∗4+2∗(−2) 1 ∗1+2∗0
0∗4+3∗(−2) 0 ∗1+3∗0=0 1
−6 0
Sure! Here is a question along with its step-by-step solution in LateX
code:
Question 18: Let A=1 2
0 3and B=4 1
−2 0. Compute the
following:
1. A+B2. A−B3. AB
Solution:
1. A+Bis calculated as follows:
A+B=1 2
0 3+4 1
−2 0=1 + 4 2 + 1
0−2 3 + 0=5 3
−2 3
2. A−Bis calculated as follows:
A−B=1 2
0 3−4 1
−2 0=1−4 2 −1
0 + 2 3 −0=−3 1
2 3
3. AB is calculated as follows:
AB =1 2
0 3 4 1
−2 0=1∗4+2∗(−2) 1 ∗1+2∗0
0∗4+3∗(−2) 0 ∗1+3∗0=0 1
−6 0
Question 19
Question 19: Let A=3−1
−2 5 and B=1 4
−3 2. Compute AB
and BA.
Solution:
Step 1: Compute matrix AB:
AB =3−1
−2 5 1 4
−3 2
=(3)(1) + (−1)(−3) (3)(4) + (−1)(2)
(−2)(1) + (5)(−3) (−2)(4) + (5)(2)
=3 + 3 12 −2
−2−15 −8 + 10
=6 10
−17 2
Step 2: Compute matrix BA:
BA =1 4
−3 2 3−1
−2 5
25
=(1)(3) + (4)(−2) (1)(−1) + (4)(5)
(−3)(3) + (2)(−2) (−3)(−1) + (2)(5)
=3−8−1 + 20
−9−4 3 + 10
=−5 19
−13 13
Therefore,
AB =6 10
−17 2
and
BA =−5 19
−13 13
Certainly! Here is a question along with its step-by-step solution in
LateX code for Linear Algebra:
Question 19: Let A=3−1
−2 5 and B=1 4
−3 2. Compute AB
and BA.
Solution:
Step 1: Compute matrix AB:
AB =3−1
−2 5 1 4
−3 2
=(3)(1) + (−1)(−3) (3)(4) + (−1)(2)
(−2)(1) + (5)(−3) (−2)(4) + (5)(2)
=3 + 3 12 −2
−2−15 −8 + 10
=6 10
−17 2
Step 2: Compute matrix BA:
BA =1 4
−3 2 3−1
−2 5
=(1)(3) + (4)(−2) (1)(−1) + (4)(5)
(−3)(3) + (2)(−2) (−3)(−1) + (2)(5)
=3−8−1 + 20
−9−4 3 + 10
=−5 19
−13 13
26
Therefore,
AB =6 10
−17 2
and
BA =−5 19
−13 13
Question 20
Question 20: Let A=3−1
2 0 . Find the inverse of matrix A, if it
exists.
Solution: To find the inverse of matrix A, we need to determine if
the determinant of Ais non-zero.
A=3−1
2 0
Determinant of matrix Ais calculated as:
det(A) = (3 ×0) −(−1×2) = 0 −(−2) = 2
Since the determinant is non-zero, the matrix Ais invertible. To
find the inverse of matrix A, we can use the formula:
A−1=1
det(A)d−b
−c a
Substitute a= 3, b =−1, c = 2, d = 0 into the formula, we get:
A−1=1
20 1
−2 3
Therefore, the inverse of matrix Ais:
A−1=0 0.5
−1 1.5
Certainly! Here is a question along with its step-by-step solution on
Linear Algebra for Liberty University in LateX code:
Question 20: Let A=3−1
2 0 . Find the inverse of matrix A, if it
exists.
Solution: To find the inverse of matrix A, we need to determine if
the determinant of Ais non-zero.
A=3−1
2 0
27
Determinant of matrix Ais calculated as:
det(A) = (3 ×0) −(−1×2) = 0 −(−2) = 2
Since the determinant is non-zero, the matrix Ais invertible. To
find the inverse of matrix A, we can use the formula:
A−1=1
det(A)d−b
−c a
Substitute a= 3, b =−1, c = 2, d = 0 into the formula, we get:
A−1=1
20 1
−2 3
Therefore, the inverse of matrix Ais:
A−1=0 0.5
−1 1.5
Question 21
Question 21: Let v=
4
−1
3
. Find the unit vector in the direction
of v.
Solution: To find the unit vector in the direction of v, we need to
normalize v:
The magnitude of vis
∥v∥=p42+ (−1)2+ 32=√16 + 1 + 9 = √26
The unit vector uin the direction of vis then given by
u=v
∥v∥=1
√26
4
−1
3
=
4
√26
−1
√26
3
√26
Therefore, the unit vector in the direction of vis
4
√26
−1
√26
3
√26
.Certainly!
Here is a question along with step-by-step solutions on Linear Algebra
for Liberty University in LateX code:
Question 21: Let v=
4
−1
3
. Find the unit vector in the direction
of v.
28
Solution: To find the unit vector in the direction of v, we need to
normalize v:
The magnitude of vis
∥v∥=p42+ (−1)2+ 32=√16 + 1 + 9 = √26
The unit vector uin the direction of vis then given by
u=v
∥v∥=1
√26
4
−1
3
=
4
√26
−1
√26
3
√26
Therefore, the unit vector in the direction of vis
4
√26
−1
√26
3
√26
.
Question 22
Question 22: Let v =3
−2and w =−1
4. Compute the dot
product v ·w.
Solution: To compute the dot product of vectors v and w, we use
the formula v ·w=v1·w1+v2·w2, where v1and v2are the components
of vector v, and w1and w2are the components of vector w.
Given v =3
−2and w =−1
4, we have: v1= 3,v2=−2,w1=−1,
and w2= 4.
Thus, the dot product v ·w is:
v·w= 3 ·(−1) + (−2) ·4 = −3−8 = −11
Therefore, v ·w=−11.Sure! Here is a question on Linear Algebra
for Liberty University along with the step-by-step solution presented
in LaTeX code.
Question 22: Let v =3
−2and w =−1
4. Compute the dot
product v ·w.
Solution: To compute the dot product of vectors v and w, we use
the formula v ·w=v1·w1+v2·w2, where v1and v2are the components
of vector v, and w1and w2are the components of vector w.
Given v =3
−2and w =−1
4, we have: v1= 3,v2=−2,w1=−1,
and w2= 4.
Thus, the dot product v ·w is:
v·w= 3 ·(−1) + (−2) ·4 = −3−8 = −11
Therefore, v ·w=−11.
29
Question 23
Let A=2 1
−1 3,B=4−2
1 1 , and C=3 0
2−1.
a) Find A+B.
b) Find B−C.
c) Find 2A−3B+C.
d) Find AB and determine if it is equal to BA.
e) Find AC and CA and determine if they are equal.
—
Step-by-step solutions:
a) To find A+B, add the corresponding elements of matrices A
and B:
A+B=2 1
−1 3+4−2
1 1
A+B=2 + 4 1 + (−2)
−1 + 1 3 + 1
A+B=6−1
0 4
Therefore, A+B=6−1
0 4 .
b) To find B−C, subtract matrix Cfrom matrix B:
B−C=4−2
1 1 −3 0
2−1
B−C=4−3−2−0
1−2 1 −(−1)
B−C=1−2
−1 2
Therefore, B−C=1−2
−1 2 .
c) To find 2A−3B+C, calculate the scalar multiplication and
addition:
2A−3B+C= 2 2 1
−1 3−34−2
1 1 +3 0
2−1
2A−3B+C=4 2
−2 6−12 −6
3 3 +3 0
2−1
2A−3B+C=−5 8
−3 3
30
Therefore, 2A−3B+C=−5 8
−3 3.
d) To find AB, multiply matrix Aby matrix B:
AB =2 1
−1 34−2
1 1
AB =2(4) + 1(1) 2(−2) + 1(1)
−1(4) + 3(1) −1(−2) + 3(1)
AB =9−3
1 5
Since AB =9−3
1 5 and BA is not the same as AB (commutQues-
tion 23:
Let A=2 1
−1 3,B=4−2
1 1 , and C=3 0
2−1.
a) Find A+B.
b) Find B−C.
c) Find 2A−3B+C.
d) Find AB and determine if it is equal to BA.
e) Find AC and CA and determine if they are equal.
—
Step-by-step solutions:
a) To find A+B, add the corresponding elements of matrices A
and B:
A+B=2 1
−1 3+4−2
1 1
A+B=2 + 4 1 + (−2)
−1 + 1 3 + 1
A+B=6−1
0 4
Therefore, A+B=6−1
0 4 .
b) To find B−C, subtract matrix Cfrom matrix B:
B−C=4−2
1 1 −3 0
2−1
B−C=4−3−2−0
1−2 1 −(−1)
B−C=1−2
−1 2
31
Therefore, B−C=1−2
−1 2 .
c) To find 2A−3B+C, calculate the scalar multiplication and
addition:
2A−3B+C= 2 2 1
−1 3−34−2
1 1 +3 0
2−1
2A−3B+C=4 2
−2 6−12 −6
3 3 +3 0
2−1
2A−3B+C=−5 8
−3 3
Therefore, 2A−3B+C=−5 8
−3 3.
d) To find AB, multiply matrix Aby matrix B:
AB =2 1
−1 34−2
1 1
AB =2(4) + 1(1) 2(−2) + 1(1)
−1(4) + 3(1) −1(−2) + 3(1)
AB =9−3
1 5
Since AB =9−3
1 5 and BA is not the same as AB (commut
Question 24
Question 24: Let A=2 1
−3 4and B=5−2
1 2 be 2x2 matrices.
Calculate AB and BA.
Solution: To calculate the product of matrices Aand B(i.e., AB),
we need to multiply the rows of matrix Aby the columns of matrix
B:
AB =2 1
−3 45−2
1 2
AB =(2)(5) + (1)(1) (2)(−2) + (1)(2)
(−3)(5) + (4)(1) (−3)(−2) + (4)(2)
AB =11 0
−7 8
32
Now, to calculate the product of matrices Band A(i.e., BA), we
need to multiply the rows of matrix Bby the columns of matrix A:
BA =5−2
1 2 2 1
−3 4
BA =(5)(2) + (−2)(−3) (5)(1) + (−2)(4)
(1)(2) + (2)(−3) (1)(1) + (2)(4)
BA =16 −3
−4 9
Therefore, the product of matrices AB is 11 0
−7 8and the product
of matrices BA is 16 −3
−4 9 .Certainly! Here is a question on Linear
Algebra for Liberty University along with its step-by-step solution in
LateX code:
Question 24: Let A=2 1
−3 4and B=5−2
1 2 be 2x2 matrices.
Calculate AB and BA.
Solution: To calculate the product of matrices Aand B(i.e., AB),
we need to multiply the rows of matrix Aby the columns of matrix
B:
AB =2 1
−3 45−2
1 2
AB =(2)(5) + (1)(1) (2)(−2) + (1)(2)
(−3)(5) + (4)(1) (−3)(−2) + (4)(2)
AB =11 0
−7 8
Now, to calculate the product of matrices Band A(i.e., BA), we
need to multiply the rows of matrix Bby the columns of matrix A:
BA =5−2
1 2 2 1
−3 4
BA =(5)(2) + (−2)(−3) (5)(1) + (−2)(4)
(1)(2) + (2)(−3) (1)(1) + (2)(4)
BA =16 −3
−4 9
Therefore, the product of matrices AB is 11 0
−7 8and the product
of matrices BA is 16 −3
−4 9 .
33
Question 25
Let A=2 4
1 3and B=−1 3
2 0.
Find the product AB.
Solution:
To find the product of matrices Aand B, we multiply the rows of
matrix Aby the columns of matrix Bas follows:
AB =2 4
1 3−1 3
2 0
AB =(2)(−1) + (4)(2) (2)(3) + (4)(0)
(1)(−1) + (3)(2) (1)(3) + (3)(0)
AB =−2 + 8 6 + 0
−1 + 6 3 + 0
AB =6 6
5 3
Therefore, the product AB is equal to 6 6
5 3.Question 25:
Let A=2 4
1 3and B=−1 3
2 0.
Find the product AB.
Solution:
To find the product of matrices Aand B, we multiply the rows of
matrix Aby the columns of matrix Bas follows:
AB =2 4
1 3−1 3
2 0
AB =(2)(−1) + (4)(2) (2)(3) + (4)(0)
(1)(−1) + (3)(2) (1)(3) + (3)(0)
AB =−2 + 8 6 + 0
−1 + 6 3 + 0
AB =6 6
5 3
Therefore, the product AB is equal to 6 6
5 3.
34
Question 26
Question 26: Let A=1 2
3 4and B=−1 0
2 5. Find the product
matrices AB.
Solution: To find the product of matrices Aand B, we need to
multiply the rows of matrix Aby the columns of matrix B.
Given matrices:
A=1 2
3 4, B =−1 0
2 5
The product matrix AB is calculated as follows:
AB =1 2
3 4−1 0
2 5
Calculating the product:
AB =(1)(−1) + (2)(2) (1)(0) + (2)(5)
(3)(−1) + (4)(2) (3)(0) + (4)(5)
AB =−1 + 4 0 + 10
−3 + 8 0 + 20
AB =3 10
5 20
Therefore, the product matrix AB is:
AB =3 10
5 20
Sure, here is a question on Linear Algebra for Liberty University:
Question 26: Let A=1 2
3 4and B=−1 0
2 5. Find the product
matrices AB.
Solution: To find the product of matrices Aand B, we need to
multiply the rows of matrix Aby the columns of matrix B.
Given matrices:
A=1 2
3 4, B =−1 0
2 5
The product matrix AB is calculated as follows:
AB =1 2
3 4−1 0
2 5
Calculating the product:
AB =(1)(−1) + (2)(2) (1)(0) + (2)(5)
(3)(−1) + (4)(2) (3)(0) + (4)(5)
35
AB =−1 + 4 0 + 10
−3 + 8 0 + 20
AB =3 10
5 20
Therefore, the product matrix AB is:
AB =3 10
5 20
Question 27
“‘latex Question 27:
Let v =2
−1and w =−3
4.
(a) Find the dot product of v and w.
(b) Determine if v and w are orthogonal. “‘
For the step-by-step solution in LateX code, here it is:
“‘latex Step-by-Step Solution:
(a) The dot product of vectors v and w is given by:
v·w= 2(−3) + (−1)(4) = −6−4 = −10
Hence, the dot product of v and w is -10.
(b) Two vectors are orthogonal if their dot product is zero.
The dot product of v and w is -10 which is not zero.
Therefore, vectors v and w are not orthogonal. “‘Sure, here is a
question on Linear Algebra for Liberty University as LateX code:
“‘latex Question 27:
Let v =2
−1and w =−3
4.
(a) Find the dot product of v and w.
(b) Determine if v and w are orthogonal. “‘
For the step-by-step solution in LateX code, here it is:
“‘latex Step-by-Step Solution:
(a) The dot product of vectors v and w is given by:
v·w= 2(−3) + (−1)(4) = −6−4 = −10
Hence, the dot product of v and w is -10.
(b) Two vectors are orthogonal if their dot product is zero.
The dot product of v and w is -10 which is not zero.
Therefore, vectors v and w are not orthogonal. “‘
36
Question 28
Question 28:
Let A=−2 3
4−1and B=1 2
3 4. Compute the following expres-
sions:
a) 2A−B
b) AB
Solution:
a) To calculate 2A−B, we first need to find the scalar multiplication
of Awith 2:
2A= 2 −2 3
4−1=−4 6
8−2
Now, we subtract matrix Bfrom the scalar multiplication of A
with 2:
2A−B=−4 6
8−2−1 2
3 4=−5 4
5−6
Therefore, 2A−B=−5 4
5−6.
b) To compute the matrix product AB, we multiply matrix Awith
matrix B:
AB =−2 3
4−11 2
3 4=−2(1) + 3(3) −2(2) + 3(4)
4(1) + (−1)(3) 4(2) + (−1)(4)=7 10
1 6
Therefore, AB =7 10
1 6 .
This completes the solution.Certainly! Here is a question on Lin-
ear Algebra for Liberty University along with its step-by-step solution
in LateX code:
Question 28:
Let A=−2 3
4−1and B=1 2
3 4. Compute the following expres-
sions:
a) 2A−B
b) AB
Solution:
a) To calculate 2A−B, we first need to find the scalar multiplication
of Awith 2:
2A= 2 −2 3
4−1=−4 6
8−2
37
Now, we subtract matrix Bfrom the scalar multiplication of A
with 2:
2A−B=−4 6
8−2−1 2
3 4=−5 4
5−6
Therefore, 2A−B=−5 4
5−6.
b) To compute the matrix product AB, we multiply matrix Awith
matrix B:
AB =−2 3
4−11 2
3 4=−2(1) + 3(3) −2(2) + 3(4)
4(1) + (−1)(3) 4(2) + (−1)(4)=7 10
1 6
Therefore, AB =7 10
1 6 .
This completes the solution.
Question 29
Question 29: Find the inverse, if it exists, of the matrix
A=2−1
3 2
Solution: To find the inverse of matrix A, we need to determine if
the matrix is invertible by calculating its determinant.
1. Calculate the determinant of matrix A:
det(A) =
2−1
3 2
det(A) = (2)(2) −(−1)(3) = 4 + 3 = 7
2. Since the determinant det(A)=7= 0, the matrix Ais invertible.
3. Find the inverse of matrix Ausing the formula for a 2×2matrix:
A−1=1
det(A)d−b
−c a
Where a= 2,b=−1,c= 3,d= 2.
4. Substitute these values into the formula:
A−1=1
72−(−1)
−3 2
A−1=1
72 1
−3 2
38
A−1=2
7
1
7
−3
7
2
7
Therefore, the inverse of matrix Ais
A−1=2
7
1
7
−3
7
2
7
Sure! Here is a Linear Algebra question along with its step-by-step
solution in LateX code:
Question 29: Find the inverse, if it exists, of the matrix
A=2−1
3 2
Solution: To find the inverse of matrix A, we need to determine if
the matrix is invertible by calculating its determinant.
1. Calculate the determinant of matrix A:
det(A) =
2−1
3 2
det(A) = (2)(2) −(−1)(3) = 4 + 3 = 7
2. Since the determinant det(A)=7= 0, the matrix Ais invertible.
3. Find the inverse of matrix Ausing the formula for a 2×2matrix:
A−1=1
det(A)d−b
−c a
Where a= 2,b=−1,c= 3,d= 2.
4. Substitute these values into the formula:
A−1=1
72−(−1)
−3 2
A−1=1
72 1
−3 2
A−1=2
7
1
7
−3
7
2
7
Therefore, the inverse of matrix Ais
A−1=2
7
1
7
−3
7
2
7
39
2. Solve for xand y:
x=∆x
∆=23
13 =23
13
y=∆y
∆=−2
13 =−2
13
Therefore, the solution to the system of equations is x=23
13 and
y=−2
13 .
Question 4
Question 4:
Let A=2−1
4 3 and B=1 0
2 5. Find the following:
1. A+B2. A−B3. 2A−3B
Solution:
1. Finding A+B:
A+B=2−1
4 3 +1 0
2 5=2+1 −1+0
4 + 2 3 + 5 =3−1
6 8
2. Finding A−B:
A−B=2−1
4 3 −1 0
2 5=2−1−1−0
4−2 3 −5=1−1
2−2
3. Finding 2A−3B:
2A−3B= 2 ·2−1
4 3 −3·1 0
2 5=4−2
8 6 −3 0
6 15=1−2
2−9
This is the solution with step-by-step explanations presented in
LateX code for the given question. Feel free to ask if you have any
more questions or need further assistance!Certainly! Here is a ques-
tion on linear algebra along with a step-by-step solution in LateX
code:
Question 4:
Let A=2−1
4 3 and B=1 0
2 5. Find the following:
1. A+B2. A−B3. 2A−3B
Solution:
1. Finding A+B:
A+B=2−1
4 3 +1 0
2 5=2+1 −1+0
4 + 2 3 + 5 =3−1
6 8
2. Finding A−B:
5
A−B=2−1
4 3 −1 0
2 5=2−1−1−0
4−2 3 −5=1−1
2−2
3. Finding 2A−3B:
2A−3B= 2 ·2−1
4 3 −3·1 0
2 5=4−2
8 6 −3 0
6 15=1−2
2−9
This is the solution with step-by-step explanations presented in
LateX code for the given question. Feel free to ask if you have any
more questions or need further assistance!
Question 5
Question 5: Let A=2 1
3 4and B=5 7
6 8. Compute the following:
A+B
Step-by-step Solution: Given matrices:
A=2 1
3 4
B=5 7
6 8
To compute the sum A+B, we add the corresponding elements of
the matrices:
A+B=2 1
3 4+5 7
6 8
Now, add the matrices element-wise:
A+B=2 + 5 1 + 7
3 + 6 4 + 8
A+B=7 8
9 12
Therefore, the sum of matrices A+Bis:
A+B=7 8
9 12
This is the final answer for the sum of matrices A+B.Sure! Here
is a question on Linear Algebra along with the step-by-step solution
in LateX code:
6
Question 5: Let A=2 1
3 4and B=5 7
6 8. Compute the following:
A+B
Step-by-step Solution: Given matrices:
A=2 1
3 4
B=5 7
6 8
To compute the sum A+B, we add the corresponding elements of
the matrices:
A+B=2 1
3 4+5 7
6 8
Now, add the matrices element-wise:
A+B=2 + 5 1 + 7
3 + 6 4 + 8
A+B=7 8
9 12
Therefore, the sum of matrices A+Bis:
A+B=7 8
9 12
This is the final answer for the sum of matrices A+B.
Question 6
Let A=2−1
4 3 and B=1 0
−2 1.
Find the following:
a) A+B
b) 3A−2B
c) A·B
d) B·A
Solution:
a) To find A+B, we add the corresponding elements of matrices
Aand B:
A+B=2−1
4 3 +1 0
−2 1=2+1 −1+0
4−2 3 + 1 =3−1
2 4
b) To find 3A−2B, we multiply each element of matrix Aby 3
and each element of matrix Bby -2, then subtract the corresponding
elements:
7
3A−2B= 3 2−1
4 3 −21 0
−2 1=6−3
12 9 −2 0
4−2=4−3
8 11
c) To find A·B, we multiply matrices Aand Bin the given order
(matrix Acomes first):
A·B=2−1
4 3 1 0
−2 1=2(1) + (−1)(−2) 2(0) + (−1)(1)
4(1) + 3(−2) 4(0) + 3(1) =4−1
−2 3
d) To find B·A, we multiply matrices Band Ain the given order
(matrix Bcomes first):
B·A=1 0
−2 12−1
4 3 =1(2) + 0(4) 1(−1) + 0(3)
−2(2) + 1(4) −2(−1) + 1(3)=2−1
0 5 Question
6:
Let A=2−1
4 3 and B=1 0
−2 1.
Find the following:
a) A+B
b) 3A−2B
c) A·B
d) B·A
Solution:
a) To find A+B, we add the corresponding elements of matrices
Aand B:
A+B=2−1
4 3 +1 0
−2 1=2+1 −1+0
4−2 3 + 1 =3−1
2 4
b) To find 3A−2B, we multiply each element of matrix Aby 3
and each element of matrix Bby -2, then subtract the corresponding
elements:
3A−2B= 3 2−1
4 3 −21 0
−2 1=6−3
12 9 −2 0
4−2=4−3
8 11
c) To find A·B, we multiply matrices Aand Bin the given order
(matrix Acomes first):
A·B=2−1
4 3 1 0
−2 1=2(1) + (−1)(−2) 2(0) + (−1)(1)
4(1) + 3(−2) 4(0) + 3(1) =4−1
−2 3
d) To find B·A, we multiply matrices Band Ain the given order
(matrix Bcomes first):
B·A=1 0
−2 12−1
4 3 =1(2) + 0(4) 1(−1) + 0(3)
−2(2) + 1(4) −2(−1) + 1(3)=2−1
0 5
Question 7
Question 7:
Let u=
2
−1
3
and v=
1
4
−2
. Compute u·v,u×v, and ∥u∥·∥v∥.
Step-by-step Solution:
8
Given:
u=
2
−1
3
, v =
1
4
−2
1. Calculate the dot product u·vusing the formula:
u·v= (2)(1) + (−1)(4) + (3)(−2)
u·v= 2 −4−6 = −8
2. Determine the cross product u×vby computing the determinant
of the following matrix:
u×v=
i j k
2−1 3
1 4 −2
u×v=i
−1 3
4−2
−j
2 3
1−2
+k
2−1
1 4
u×v=i((−1)(−2) −(3)(4)) −j((2)(−2) −(3)(1)) + k((2)(4) −(−1)(1))
u×v=i(2) + j(−4) + k(9)
u×v=
2
−4
9
3. Calculate the magnitudes of uand vto find ∥u∥and ∥v∥:
∥u∥=p22+ (−1)2+ 32=√4 + 1 + 9 = √14
∥v∥=p12+ 42+ (−2)2=√1 + 16 + 4 = √21
4. Compute ∥u∥·∥v∥:
∥u∥·∥v∥=√14 ·√21 = √14 ·21 = √294 = 2√73
Therefore, u·v=−8,u×v=
2
−4
9
, and ∥u∥ · ∥v∥= 2√73.Certainly!
Here is a question along with its step-by-step solution on Linear Al-
gebra for Liberty University in LaTeX code as requested:
Question 7:
Let u=
2
−1
3
and v=
1
4
−2
. Compute u·v,u×v, and ∥u∥·∥v∥.
Step-by-step Solution:
Given:
u=
2
−1
3
, v =
1
4
−2
9
1. Calculate the dot product u·vusing the formula:
u·v= (2)(1) + (−1)(4) + (3)(−2)
u·v= 2 −4−6 = −8
2. Determine the cross product u×vby computing the determinant
of the following matrix:
u×v=
i j k
2−1 3
1 4 −2
u×v=i
−1 3
4−2
−j
2 3
1−2
+k
2−1
1 4
u×v=i((−1)(−2) −(3)(4)) −j((2)(−2) −(3)(1)) + k((2)(4) −(−1)(1))
u×v=i(2) + j(−4) + k(9)
u×v=
2
−4
9
3. Calculate the magnitudes of uand vto find ∥u∥and ∥v∥:
∥u∥=p22+ (−1)2+ 32=√4 + 1 + 9 = √14
∥v∥=p12+ 42+ (−2)2=√1 + 16 + 4 = √21
4. Compute ∥u∥·∥v∥:
∥u∥·∥v∥=√14 ·√21 = √14 ·21 = √294 = 2√73
Therefore, u·v=−8,u×v=
2
−4
9
, and ∥u∥·∥v∥= 2√73.
Question 8
Question 8:
Let v1=
1
2
0
,v2=
0
1
−1
, and v3=
1
0
2
. Determine if the vectors
v1,v2, and v3form a linearly independent set in R3.
Solution:
To determine if the vectors v1,v2, and v3form a linearly indepen-
dent set in R3, we need to check if the only solution to the equation
c1v1+c2v2+c3v3= 0 is c1=c2=c3= 0.
Substitute the given vectors:
10
c1
1
2
0
+c2
0
1
−1
+c3
1
0
2
=
0
0
0
This leads to the system of equations:
c1+c3= 0
2c1+c2= 0
−c2+ 2c3= 0
Solving these equations, we find that the only solution is c1=c2=
c3= 0.
Therefore, the vectors v1,v2, and v3form a linearly independent
set in R3.
—
Feel free to reach out if you need further assistance or more ques-
tions!Certainly! Here is a question with step-by-step solutions on
Linear Algebra for Liberty University, presented in LateX code:
Question 8:
Let v1=
1
2
0
,v2=
0
1
−1
, and v3=
1
0
2
. Determine if the vectors
v1,v2, and v3form a linearly independent set in R3.
Solution:
To determine if the vectors v1,v2, and v3form a linearly indepen-
dent set in R3, we need to check if the only solution to the equation
c1v1+c2v2+c3v3= 0 is c1=c2=c3= 0.
Substitute the given vectors:
c1
1
2
0
+c2
0
1
−1
+c3
1
0
2
=
0
0
0
This leads to the system of equations:
c1+c3= 0
2c1+c2= 0
−c2+ 2c3= 0
Solving these equations, we find that the only solution is c1=c2=
c3= 0.
Therefore, the vectors v1,v2, and v3form a linearly independent
set in R3.
—
Feel free to reach out if you need further assistance or more ques-
tions!
11
Question 9
Question 9:
Find the determinant of the matrix A=
321
0−1 4
230
.
Step-by-step solution:
To find the determinant of a 3x3 matrix, we can use the formula:
det(A) = a(ei −fh)−b(di −fg) + c(dh −eg)
where A=
a b c
d e f
g h i
.
Given matrix A=
321
0−1 4
230
, we have:
det(A) = 3((−1)(0) −(4)(3)) −2((0)(0) −(4)(2)) + 1((3)(3) −(2)(−1))
det(A) = 3(−4−12) −2(0 −8) + 1(9 − −2)
det(A) = 3(−16) −2(−8) + 1(11)
det(A) = −48 + 16 + 11
det(A) = −21
Therefore, the determinant of matrix Ais −21.Certainly! Here is
the LateX code for question 9 on Linear Algebra for Liberty Univer-
sity:
Question 9:
Find the determinant of the matrix A=
321
0−1 4
230
.
Step-by-step solution:
To find the determinant of a 3x3 matrix, we can use the formula:
det(A) = a(ei −fh)−b(di −fg) + c(dh −eg)
where A=
a b c
d e f
g h i
.
Given matrix A=
321
0−1 4
230
, we have:
12
det(A) = 3((−1)(0) −(4)(3)) −2((0)(0) −(4)(2)) + 1((3)(3) −(2)(−1))
det(A) = 3(−4−12) −2(0 −8) + 1(9 − −2)
det(A) = 3(−16) −2(−8) + 1(11)
det(A) = −48 + 16 + 11
det(A) = −21
Therefore, the determinant of matrix Ais −21.
Question 10
Question 10: Consider the following system of linear equations:
2x+y= 5
3x−2y= 8
(a) Solve the system of equations by the method of substitution.
(b) Check your solution by using the method of elimination.
Step-by-step solutions:
(a) Given system of equations:
2x+y= 5
3x−2y= 8
From the first equation, we can express yin terms of x:
y= 5 −2x
Now substitute this expression for yinto the second equation:
3x−2(5 −2x) = 8
Solve for x:
3x−10 + 4x= 8
7x−10 = 8
7x= 18
x=18
7
13
Now substitute the value of xback into the first equation to find
y:
218
7+y= 5
y= 5 −36
7
y=5
7
Therefore, the solution to the system of equations is x=18
7and
y=5
7.
(b) Now, let’s check this solution using the elimination method.
Add the two equations:
2x+y= 5
3x−2y= 8
2x+y+ 3x−2y= 5 + 8
5x−y= 13
Now substitute the solution x=18
7and y=5
7:
518
7−5
7=90
7−5
7=85
7= 13
Since the solution does not satisfy the equation obtained by adding
the two original equations, this solution is incorrect.Sure, here is a
question on Linear Algebra for Liberty University:
Question 10: Consider the following system of linear equations:
2x+y= 5
3x−2y= 8
(a) Solve the system of equations by the method of substitution.
(b) Check your solution by using the method of elimination.
Step-by-step solutions:
(a) Given system of equations:
2x+y= 5
3x−2y= 8
From the first equation, we can express yin terms of x:
y= 5 −2x
Now substitute this expression for yinto the second equation:
3x−2(5 −2x) = 8
14
Solve for x:
3x−10 + 4x= 8
7x−10 = 8
7x= 18
x=18
7
Now substitute the value of xback into the first equation to find
y:
218
7+y= 5
y= 5 −36
7
y=5
7
Therefore, the solution to the system of equations is x=18
7and
y=5
7.
(b) Now, let’s check this solution using the elimination method.
Add the two equations:
2x+y= 5
3x−2y= 8
2x+y+ 3x−2y= 5 + 8
5x−y= 13
Now substitute the solution x=18
7and y=5
7:
518
7−5
7=90
7−5
7=85
7= 13
Since the solution does not satisfy the equation obtained by adding
the two original equations, this solution is incorrect.
Question 11
Step-by-step solution: Given v1=1
2and v2=−3
4.
We want to find x such that
3v1−2v2= 4x
15
Substitute the given vectors v1and v2into the equation:
31
2−2−3
4= 4x
Simplify the equation:
3
6−−6
8= 4x
3+6
6−8= 4x
9
−2= 4x
Now, divide both sides by 4 to solve for x:
x=1
49
−2
x=9
4
−1
2
Therefore, the vector x =9
4
−1
2satisfies the equation 3v1−2v2=
4x.Question 11: Let v1=1
2and v2=−3
4. Find the vector x that
satisfies 3v1−2v2= 4x.
Step-by-step solution: Given v1=1
2and v2=−3
4.
We want to find x such that
3v1−2v2= 4x
Substitute the given vectors v1and v2into the equation:
31
2−2−3
4= 4x
Simplify the equation:
3
6−−6
8= 4x
3+6
6−8= 4x
9
−2= 4x
16
Now, divide both sides by 4 to solve for x:
x=1
49
−2
x=9
4
−1
2
Therefore, the vector x =9
4
−1
2satisfies the equation 3v1−2v2= 4x.
Question 12
Question 12: Let A=3 1
2 4and B=5 2
1 3. Find 3A−2B.
Step-by-step Solution: First, multiply the matrices by their re-
spective scalars:
3A= 3 3 1
2 4=9 3
6 12
2B= 2 5 2
1 3=10 4
2 6
Next, subtract the two matrices:
3A−2B=9 3
6 12−10 4
2 6=−1−1
4 6
Therefore, 3A−2B=−1−1
4 6 .Sure, here is the question along
with the step-by-step solution in LateX code:
Question 12: Let A=3 1
2 4and B=5 2
1 3. Find 3A−2B.
Step-by-step Solution: First, multiply the matrices by their re-
spective scalars:
3A= 3 3 1
2 4=9 3
6 12
2B= 2 5 2
1 3=10 4
2 6
Next, subtract the two matrices:
3A−2B=9 3
6 12−10 4
2 6=−1−1
4 6
Therefore, 3A−2B=−1−1
4 6 .
17
Question 13
Find the determinant of matrix A=3 1
4−2.
Step-by-step solution: The determinant of a 2×2matrix A=
a b
c dis calculated as follows:
det(A) = ad −bc
Given matrix A=3 1
4−2, the determinant is:
det(A) = 3(−2) −1(4)
det(A) = −6−4
det(A) = −10
Therefore, the determinant of matrix Ais −10.Question 13:
Find the determinant of matrix A=3 1
4−2.
Step-by-step solution: The determinant of a 2×2matrix A=
a b
c dis calculated as follows:
det(A) = ad −bc
Given matrix A=3 1
4−2, the determinant is:
det(A) = 3(−2) −1(4)
det(A) = −6−4
det(A) = −10
Therefore, the determinant of matrix Ais −10.
Question 14
a) Calculate the product AB.
b) Find the inverse of matrix A.
c) Solve the system of equations represented by the matrix equa-
tion AX =B, where X=x
yand B=2
−1.
Step-by-step Solutions:
a) To calculate the product AB, we multiply the matrices Aand
B:
AB =3 1
2−1−2 0
4 2
18
AB =(3 · −2+1·4) (3 ·0+1·2)
(2 · −2 + −1·4) (2 ·0 + −1·2)
AB =(−6 + 4) (0 + 2)
(−4−4) (0 −2)
AB =−2 2
−8−2
b) To find the inverse of matrix A, we first calculate the determi-
nant of A:
det(A)=3·(−1) −1·2 = −3−2 = −5
Next, we find the inverse using the formula A−1=1
det(A)·adj(A), where
adj(A)is the adjugate of matrix A.
adj(A) = −1−1
−2 3
Finally, we can calculate the inverse matrix A−1:
A−1=1
−5−1−1
−2 3 =1
5
1
5
2
5−3
5
c) To solve the system of equations represented by the matrix
equation AX =B, we can multiply both sides by the inverse of matrix
A:
X=A−1B
X=1
5
1
5
2
5−3
5 2
−1
X=1
5·2 + 1
5·(−1)
2
5·2+(−3
5)·(−1)
X=2
5−1
5
4
5+3
5
X=1
5
7
5
Therefore, the solution to the system of equations is x=1
5and
y=7
5.Question 14: Let A=3 1
2−1and B=−2 0
4 2.
a) Calculate the product AB.
b) Find the inverse of matrix A.
c) Solve the system of equations represented by the matrix equa-
tion AX =B, where X=x
yand B=2
−1.
Step-by-step Solutions:
19
a) To calculate the product AB, we multiply the matrices Aand
B:
AB =3 1
2−1−2 0
4 2
AB =(3 · −2+1·4) (3 ·0+1·2)
(2 · −2 + −1·4) (2 ·0 + −1·2)
AB =(−6 + 4) (0 + 2)
(−4−4) (0 −2)
AB =−2 2
−8−2
b) To find the inverse of matrix A, we first calculate the determi-
nant of A:
det(A) = 3 ·(−1) −1·2 = −3−2 = −5
Next, we find the inverse using the formula A−1=1
det(A)·adj(A), where
adj(A)is the adjugate of matrix A.
adj(A) = −1−1
−2 3
Finally, we can calculate the inverse matrix A−1:
A−1=1
−5−1−1
−2 3 =1
5
1
5
2
5−3
5
c) To solve the system of equations represented by the matrix
equation AX =B, we can multiply both sides by the inverse of matrix
A:
X=A−1B
X=1
5
1
5
2
5−3
5 2
−1
X=1
5·2 + 1
5·(−1)
2
5·2+(−3
5)·(−1)
X=2
5−1
5
4
5+3
5
X=1
5
7
5
Therefore, the solution to the system of equations is x=1
5and
y=7
5.
20
Question 15
“‘latex Question 15: Find the determinant of the matrix A=
3 2
−1 4.
Solution: To find the determinant of a 2×2matrix a b
c d, we use
the formula:
det(A) = ad −bc.
Given matrix A=3 2
−1 4, we have:
det(A) = (3)(4) −(2)(−1) = 12 + 2 = 14.
Therefore, the determinant of matrix Ais 14 . “‘
You can use this code to include question 15 on Linear Algebra
for Liberty University in your materials. Let me know if you need
any more questions or solutions!Sure! Here is the LateX code for
question 15 on Linear Algebra for Liberty University:
“‘latex Question 15: Find the determinant of the matrix A=
3 2
−1 4.
Solution: To find the determinant of a 2×2matrix a b
c d, we use
the formula:
det(A) = ad −bc.
Given matrix A=3 2
−1 4, we have:
det(A) = (3)(4) −(2)(−1) = 12 + 2 = 14.
Therefore, the determinant of matrix Ais 14 . “‘
You can use this code to include question 15 on Linear Algebra
for Liberty University in your materials. Let me know if you need
any more questions or solutions!
Question 16
Question 16: Let A=2 1
−1 3and B=4−2
3 1 . Find the follow-
ing:
a) A+B
b) A−B
c) A·B
d) B·A
21
Solution:
a) To find A+B, we add the corresponding elements of matrices
Aand B.
A+B=2 1
−1 3+4−2
3 1 =2 + 4 1 + (−2)
−1 + 3 3 + 1 =6−1
2 4
b) To find A−B, we subtract the corresponding elements of ma-
trices Aand B.
A−B=2 1
−1 3−4−2
3 1 =2−4 1 −(−2)
−1−3 3 −1=−2 3
−4 2
c) To find the matrix product A·B, we multiply matrices Aand
B.
A·B=2 1
−1 3·4−2
3 1 =2(4) + 1(3) 2(−2) + 1(1)
−1(4) + 3(3) −1(−2) + 3(1)=11 0
5 5
d) To find the matrix product B·A, we multiply matrices Band
A.
B·A=4−2
3 1 ·2 1
−1 3=4(2) −2(−1) 4(1) −2(3)
3(2) + 1(−1) 3(1) + 1(3)=10 −2
5 2
This completes the operations requested.Sure, here is a linear al-
gebra question along with its step-by-step solution in LaTeX code:
Question 16: Let A=2 1
−1 3and B=4−2
3 1 . Find the follow-
ing:
a) A+B
b) A−B
c) A·B
d) B·A
Solution:
a) To find A+B, we add the corresponding elements of matrices
Aand B.
A+B=2 1
−1 3+4−2
3 1 =2 + 4 1 + (−2)
−1 + 3 3 + 1 =6−1
2 4
b) To find A−B, we subtract the corresponding elements of ma-
trices Aand B.
22
A−B=2 1
−1 3−4−2
3 1 =2−4 1 −(−2)
−1−3 3 −1=−2 3
−4 2
c) To find the matrix product A·B, we multiply matrices Aand
B.
A·B=2 1
−1 3·4−2
3 1 =2(4) + 1(3) 2(−2) + 1(1)
−1(4) + 3(3) −1(−2) + 3(1)=11 0
5 5
d) To find the matrix product B·A, we multiply matrices Band
A.
B·A=4−2
3 1 ·2 1
−1 3=4(2) −2(−1) 4(1) −2(3)
3(2) + 1(−1) 3(1) + 1(3)=10 −2
5 2
This completes the operations requested.
Question 17
Question 17:
Let A=1 2
3 4and B=2 1
0−1. Find 3A−2B.
Solution:
Given matrices:
A=1 2
3 4
B=2 1
0−1
First, compute 3A:
3A= 3 1 2
3 4=3 6
9 12
Next, compute 2B:
2B= 2 2 1
0−1=4 2
0−2
Finally, find 3A−2B:
3A−2B=3 6
9 12−4 2
0−2=−1 4
9 14
23
Therefore, 3A−2B=−1 4
9 14.Sure! Here is a question and step-
by-step solution on Linear Algebra for Liberty University as LateX
Code:
Question 17:
Let A=1 2
3 4and B=2 1
0−1. Find 3A−2B.
Solution:
Given matrices:
A=1 2
3 4
B=2 1
0−1
First, compute 3A:
3A= 3 1 2
3 4=3 6
9 12
Next, compute 2B:
2B= 2 2 1
0−1=4 2
0−2
Finally, find 3A−2B:
3A−2B=3 6
9 12−4 2
0−2=−1 4
9 14
Therefore, 3A−2B=−1 4
9 14.
Question 18
Question 18: Let A=1 2
0 3and B=4 1
−2 0. Compute the
following:
1. A+B2. A−B3. AB
Solution:
1. A+Bis calculated as follows:
A+B=1 2
0 3+4 1
−2 0=1 + 4 2 + 1
0−2 3 + 0=5 3
−2 3
2. A−Bis calculated as follows:
A−B=1 2
0 3−4 1
−2 0=1−4 2 −1
0 + 2 3 −0=−3 1
2 3
24
3. AB is calculated as follows:
AB =1 2
0 3 4 1
−2 0=1∗4+2∗(−2) 1 ∗1+2∗0
0∗4+3∗(−2) 0 ∗1+3∗0=0 1
−6 0
Sure! Here is a question along with its step-by-step solution in LateX
code:
Question 18: Let A=1 2
0 3and B=4 1
−2 0. Compute the
following:
1. A+B2. A−B3. AB
Solution:
1. A+Bis calculated as follows:
A+B=1 2
0 3+4 1
−2 0=1 + 4 2 + 1
0−2 3 + 0=5 3
−2 3
2. A−Bis calculated as follows:
A−B=1 2
0 3−4 1
−2 0=1−4 2 −1
0 + 2 3 −0=−3 1
2 3
3. AB is calculated as follows:
AB =1 2
0 3 4 1
−2 0=1∗4+2∗(−2) 1 ∗1+2∗0
0∗4+3∗(−2) 0 ∗1+3∗0=0 1
−6 0
Question 19
Question 19: Let A=3−1
−2 5 and B=1 4
−3 2. Compute AB
and BA.
Solution:
Step 1: Compute matrix AB:
AB =3−1
−2 5 1 4
−3 2
=(3)(1) + (−1)(−3) (3)(4) + (−1)(2)
(−2)(1) + (5)(−3) (−2)(4) + (5)(2)
=3 + 3 12 −2
−2−15 −8 + 10
=6 10
−17 2
Step 2: Compute matrix BA:
BA =1 4
−3 2 3−1
−2 5
25
=(1)(3) + (4)(−2) (1)(−1) + (4)(5)
(−3)(3) + (2)(−2) (−3)(−1) + (2)(5)
=3−8−1 + 20
−9−4 3 + 10
=−5 19
−13 13
Therefore,
AB =6 10
−17 2
and
BA =−5 19
−13 13
Certainly! Here is a question along with its step-by-step solution in
LateX code for Linear Algebra:
Question 19: Let A=3−1
−2 5 and B=1 4
−3 2. Compute AB
and BA.
Solution:
Step 1: Compute matrix AB:
AB =3−1
−2 5 1 4
−3 2
=(3)(1) + (−1)(−3) (3)(4) + (−1)(2)
(−2)(1) + (5)(−3) (−2)(4) + (5)(2)
=3 + 3 12 −2
−2−15 −8 + 10
=6 10
−17 2
Step 2: Compute matrix BA:
BA =1 4
−3 2 3−1
−2 5
=(1)(3) + (4)(−2) (1)(−1) + (4)(5)
(−3)(3) + (2)(−2) (−3)(−1) + (2)(5)
=3−8−1 + 20
−9−4 3 + 10
=−5 19
−13 13
26
Therefore,
AB =6 10
−17 2
and
BA =−5 19
−13 13
Question 20
Question 20: Let A=3−1
2 0 . Find the inverse of matrix A, if it
exists.
Solution: To find the inverse of matrix A, we need to determine if
the determinant of Ais non-zero.
A=3−1
2 0
Determinant of matrix Ais calculated as:
det(A) = (3 ×0) −(−1×2) = 0 −(−2) = 2
Since the determinant is non-zero, the matrix Ais invertible. To
find the inverse of matrix A, we can use the formula:
A−1=1
det(A)d−b
−c a
Substitute a= 3, b =−1, c = 2, d = 0 into the formula, we get:
A−1=1
20 1
−2 3
Therefore, the inverse of matrix Ais:
A−1=0 0.5
−1 1.5
Certainly! Here is a question along with its step-by-step solution on
Linear Algebra for Liberty University in LateX code:
Question 20: Let A=3−1
2 0 . Find the inverse of matrix A, if it
exists.
Solution: To find the inverse of matrix A, we need to determine if
the determinant of Ais non-zero.
A=3−1
2 0
27
Determinant of matrix Ais calculated as:
det(A) = (3 ×0) −(−1×2) = 0 −(−2) = 2
Since the determinant is non-zero, the matrix Ais invertible. To
find the inverse of matrix A, we can use the formula:
A−1=1
det(A)d−b
−c a
Substitute a= 3, b =−1, c = 2, d = 0 into the formula, we get:
A−1=1
20 1
−2 3
Therefore, the inverse of matrix Ais:
A−1=0 0.5
−1 1.5
Question 21
Question 21: Let v=
4
−1
3
. Find the unit vector in the direction
of v.
Solution: To find the unit vector in the direction of v, we need to
normalize v:
The magnitude of vis
∥v∥=p42+ (−1)2+ 32=√16 + 1 + 9 = √26
The unit vector uin the direction of vis then given by
u=v
∥v∥=1
√26
4
−1
3
=
4
√26
−1
√26
3
√26
Therefore, the unit vector in the direction of vis
4
√26
−1
√26
3
√26
.Certainly!
Here is a question along with step-by-step solutions on Linear Algebra
for Liberty University in LateX code:
Question 21: Let v=
4
−1
3
. Find the unit vector in the direction
of v.
28
Solution: To find the unit vector in the direction of v, we need to
normalize v:
The magnitude of vis
∥v∥=p42+ (−1)2+ 32=√16 + 1 + 9 = √26
The unit vector uin the direction of vis then given by
u=v
∥v∥=1
√26
4
−1
3
=
4
√26
−1
√26
3
√26
Therefore, the unit vector in the direction of vis
4
√26
−1
√26
3
√26
.
Question 22
Question 22: Let v =3
−2and w =−1
4. Compute the dot
product v ·w.
Solution: To compute the dot product of vectors v and w, we use
the formula v ·w=v1·w1+v2·w2, where v1and v2are the components
of vector v, and w1and w2are the components of vector w.
Given v =3
−2and w =−1
4, we have: v1= 3,v2=−2,w1=−1,
and w2= 4.
Thus, the dot product v ·w is:
v·w= 3 ·(−1) + (−2) ·4 = −3−8 = −11
Therefore, v ·w=−11.Sure! Here is a question on Linear Algebra
for Liberty University along with the step-by-step solution presented
in LaTeX code.
Question 22: Let v =3
−2and w =−1
4. Compute the dot
product v ·w.
Solution: To compute the dot product of vectors v and w, we use
the formula v ·w=v1·w1+v2·w2, where v1and v2are the components
of vector v, and w1and w2are the components of vector w.
Given v =3
−2and w =−1
4, we have: v1= 3,v2=−2,w1=−1,
and w2= 4.
Thus, the dot product v ·w is:
v·w= 3 ·(−1) + (−2) ·4 = −3−8 = −11
Therefore, v ·w=−11.
29
Question 23
Let A=2 1
−1 3,B=4−2
1 1 , and C=3 0
2−1.
a) Find A+B.
b) Find B−C.
c) Find 2A−3B+C.
d) Find AB and determine if it is equal to BA.
e) Find AC and CA and determine if they are equal.
—
Step-by-step solutions:
a) To find A+B, add the corresponding elements of matrices A
and B:
A+B=2 1
−1 3+4−2
1 1
A+B=2 + 4 1 + (−2)
−1 + 1 3 + 1
A+B=6−1
0 4
Therefore, A+B=6−1
0 4 .
b) To find B−C, subtract matrix Cfrom matrix B:
B−C=4−2
1 1 −3 0
2−1
B−C=4−3−2−0
1−2 1 −(−1)
B−C=1−2
−1 2
Therefore, B−C=1−2
−1 2 .
c) To find 2A−3B+C, calculate the scalar multiplication and
addition:
2A−3B+C= 2 2 1
−1 3−34−2
1 1 +3 0
2−1
2A−3B+C=4 2
−2 6−12 −6
3 3 +3 0
2−1
2A−3B+C=−5 8
−3 3
30
Therefore, 2A−3B+C=−5 8
−3 3.
d) To find AB, multiply matrix Aby matrix B:
AB =2 1
−1 34−2
1 1
AB =2(4) + 1(1) 2(−2) + 1(1)
−1(4) + 3(1) −1(−2) + 3(1)
AB =9−3
1 5
Since AB =9−3
1 5 and BA is not the same as AB (commutQues-
tion 23:
Let A=2 1
−1 3,B=4−2
1 1 , and C=3 0
2−1.
a) Find A+B.
b) Find B−C.
c) Find 2A−3B+C.
d) Find AB and determine if it is equal to BA.
e) Find AC and CA and determine if they are equal.
—
Step-by-step solutions:
a) To find A+B, add the corresponding elements of matrices A
and B:
A+B=2 1
−1 3+4−2
1 1
A+B=2 + 4 1 + (−2)
−1 + 1 3 + 1
A+B=6−1
0 4
Therefore, A+B=6−1
0 4 .
b) To find B−C, subtract matrix Cfrom matrix B:
B−C=4−2
1 1 −3 0
2−1
B−C=4−3−2−0
1−2 1 −(−1)
B−C=1−2
−1 2
31
Therefore, B−C=1−2
−1 2 .
c) To find 2A−3B+C, calculate the scalar multiplication and
addition:
2A−3B+C= 2 2 1
−1 3−34−2
1 1 +3 0
2−1
2A−3B+C=4 2
−2 6−12 −6
3 3 +3 0
2−1
2A−3B+C=−5 8
−3 3
Therefore, 2A−3B+C=−5 8
−3 3.
d) To find AB, multiply matrix Aby matrix B:
AB =2 1
−1 34−2
1 1
AB =2(4) + 1(1) 2(−2) + 1(1)
−1(4) + 3(1) −1(−2) + 3(1)
AB =9−3
1 5
Since AB =9−3
1 5 and BA is not the same as AB (commut
Question 24
Question 24: Let A=2 1
−3 4and B=5−2
1 2 be 2x2 matrices.
Calculate AB and BA.
Solution: To calculate the product of matrices Aand B(i.e., AB),
we need to multiply the rows of matrix Aby the columns of matrix
B:
AB =2 1
−3 45−2
1 2
AB =(2)(5) + (1)(1) (2)(−2) + (1)(2)
(−3)(5) + (4)(1) (−3)(−2) + (4)(2)
AB =11 0
−7 8
32
Now, to calculate the product of matrices Band A(i.e., BA), we
need to multiply the rows of matrix Bby the columns of matrix A:
BA =5−2
1 2 2 1
−3 4
BA =(5)(2) + (−2)(−3) (5)(1) + (−2)(4)
(1)(2) + (2)(−3) (1)(1) + (2)(4)
BA =16 −3
−4 9
Therefore, the product of matrices AB is 11 0
−7 8and the product
of matrices BA is 16 −3
−4 9 .Certainly! Here is a question on Linear
Algebra for Liberty University along with its step-by-step solution in
LateX code:
Question 24: Let A=2 1
−3 4and B=5−2
1 2 be 2x2 matrices.
Calculate AB and BA.
Solution: To calculate the product of matrices Aand B(i.e., AB),
we need to multiply the rows of matrix Aby the columns of matrix
B:
AB =2 1
−3 45−2
1 2
AB =(2)(5) + (1)(1) (2)(−2) + (1)(2)
(−3)(5) + (4)(1) (−3)(−2) + (4)(2)
AB =11 0
−7 8
Now, to calculate the product of matrices Band A(i.e., BA), we
need to multiply the rows of matrix Bby the columns of matrix A:
BA =5−2
1 2 2 1
−3 4
BA =(5)(2) + (−2)(−3) (5)(1) + (−2)(4)
(1)(2) + (2)(−3) (1)(1) + (2)(4)
BA =16 −3
−4 9
Therefore, the product of matrices AB is 11 0
−7 8and the product
of matrices BA is 16 −3
−4 9 .
33
Question 25
Let A=2 4
1 3and B=−1 3
2 0.
Find the product AB.
Solution:
To find the product of matrices Aand B, we multiply the rows of
matrix Aby the columns of matrix Bas follows:
AB =2 4
1 3−1 3
2 0
AB =(2)(−1) + (4)(2) (2)(3) + (4)(0)
(1)(−1) + (3)(2) (1)(3) + (3)(0)
AB =−2 + 8 6 + 0
−1 + 6 3 + 0
AB =6 6
5 3
Therefore, the product AB is equal to 6 6
5 3.Question 25:
Let A=2 4
1 3and B=−1 3
2 0.
Find the product AB.
Solution:
To find the product of matrices Aand B, we multiply the rows of
matrix Aby the columns of matrix Bas follows:
AB =2 4
1 3−1 3
2 0
AB =(2)(−1) + (4)(2) (2)(3) + (4)(0)
(1)(−1) + (3)(2) (1)(3) + (3)(0)
AB =−2 + 8 6 + 0
−1 + 6 3 + 0
AB =6 6
5 3
Therefore, the product AB is equal to 6 6
5 3.
34
Question 26
Question 26: Let A=1 2
3 4and B=−1 0
2 5. Find the product
matrices AB.
Solution: To find the product of matrices Aand B, we need to
multiply the rows of matrix Aby the columns of matrix B.
Given matrices:
A=1 2
3 4, B =−1 0
2 5
The product matrix AB is calculated as follows:
AB =1 2
3 4−1 0
2 5
Calculating the product:
AB =(1)(−1) + (2)(2) (1)(0) + (2)(5)
(3)(−1) + (4)(2) (3)(0) + (4)(5)
AB =−1 + 4 0 + 10
−3 + 8 0 + 20
AB =3 10
5 20
Therefore, the product matrix AB is:
AB =3 10
5 20
Sure, here is a question on Linear Algebra for Liberty University:
Question 26: Let A=1 2
3 4and B=−1 0
2 5. Find the product
matrices AB.
Solution: To find the product of matrices Aand B, we need to
multiply the rows of matrix Aby the columns of matrix B.
Given matrices:
A=1 2
3 4, B =−1 0
2 5
The product matrix AB is calculated as follows:
AB =1 2
3 4−1 0
2 5
Calculating the product:
AB =(1)(−1) + (2)(2) (1)(0) + (2)(5)
(3)(−1) + (4)(2) (3)(0) + (4)(5)
35
AB =−1 + 4 0 + 10
−3 + 8 0 + 20
AB =3 10
5 20
Therefore, the product matrix AB is:
AB =3 10
5 20
Question 27
“‘latex Question 27:
Let v =2
−1and w =−3
4.
(a) Find the dot product of v and w.
(b) Determine if v and w are orthogonal. “‘
For the step-by-step solution in LateX code, here it is:
“‘latex Step-by-Step Solution:
(a) The dot product of vectors v and w is given by:
v·w= 2(−3) + (−1)(4) = −6−4 = −10
Hence, the dot product of v and w is -10.
(b) Two vectors are orthogonal if their dot product is zero.
The dot product of v and w is -10 which is not zero.
Therefore, vectors v and w are not orthogonal. “‘Sure, here is a
question on Linear Algebra for Liberty University as LateX code:
“‘latex Question 27:
Let v =2
−1and w =−3
4.
(a) Find the dot product of v and w.
(b) Determine if v and w are orthogonal. “‘
For the step-by-step solution in LateX code, here it is:
“‘latex Step-by-Step Solution:
(a) The dot product of vectors v and w is given by:
v·w= 2(−3) + (−1)(4) = −6−4 = −10
Hence, the dot product of v and w is -10.
(b) Two vectors are orthogonal if their dot product is zero.
The dot product of v and w is -10 which is not zero.
Therefore, vectors v and w are not orthogonal. “‘
36
Question 28
Question 28:
Let A=−2 3
4−1and B=1 2
3 4. Compute the following expres-
sions:
a) 2A−B
b) AB
Solution:
a) To calculate 2A−B, we first need to find the scalar multiplication
of Awith 2:
2A= 2 −2 3
4−1=−4 6
8−2
Now, we subtract matrix Bfrom the scalar multiplication of A
with 2:
2A−B=−4 6
8−2−1 2
3 4=−5 4
5−6
Therefore, 2A−B=−5 4
5−6.
b) To compute the matrix product AB, we multiply matrix Awith
matrix B:
AB =−2 3
4−11 2
3 4=−2(1) + 3(3) −2(2) + 3(4)
4(1) + (−1)(3) 4(2) + (−1)(4)=7 10
1 6
Therefore, AB =7 10
1 6 .
This completes the solution.Certainly! Here is a question on Lin-
ear Algebra for Liberty University along with its step-by-step solution
in LateX code:
Question 28:
Let A=−2 3
4−1and B=1 2
3 4. Compute the following expres-
sions:
a) 2A−B
b) AB
Solution:
a) To calculate 2A−B, we first need to find the scalar multiplication
of Awith 2:
2A= 2 −2 3
4−1=−4 6
8−2
37
Now, we subtract matrix Bfrom the scalar multiplication of A
with 2:
2A−B=−4 6
8−2−1 2
3 4=−5 4
5−6
Therefore, 2A−B=−5 4
5−6.
b) To compute the matrix product AB, we multiply matrix Awith
matrix B:
AB =−2 3
4−11 2
3 4=−2(1) + 3(3) −2(2) + 3(4)
4(1) + (−1)(3) 4(2) + (−1)(4)=7 10
1 6
Therefore, AB =7 10
1 6 .
This completes the solution.
Question 29
Question 29: Find the inverse, if it exists, of the matrix
A=2−1
3 2
Solution: To find the inverse of matrix A, we need to determine if
the matrix is invertible by calculating its determinant.
1. Calculate the determinant of matrix A:
det(A) =
2−1
3 2
det(A) = (2)(2) −(−1)(3) = 4 + 3 = 7
2. Since the determinant det(A)=7= 0, the matrix Ais invertible.
3. Find the inverse of matrix Ausing the formula for a 2×2matrix:
A−1=1
det(A)d−b
−c a
Where a= 2,b=−1,c= 3,d= 2.
4. Substitute these values into the formula:
A−1=1
72−(−1)
−3 2
A−1=1
72 1
−3 2
38
A−1=2
7
1
7
−3
7
2
7
Therefore, the inverse of matrix Ais
A−1=2
7
1
7
−3
7
2
7
Sure! Here is a Linear Algebra question along with its step-by-step
solution in LateX code:
Question 29: Find the inverse, if it exists, of the matrix
A=2−1
3 2
Solution: To find the inverse of matrix A, we need to determine if
the matrix is invertible by calculating its determinant.
1. Calculate the determinant of matrix A:
det(A) =
2−1
3 2
det(A) = (2)(2) −(−1)(3) = 4 + 3 = 7
2. Since the determinant det(A)=7= 0, the matrix Ais invertible.
3. Find the inverse of matrix Ausing the formula for a 2×2matrix:
A−1=1
det(A)d−b
−c a
Where a= 2,b=−1,c= 3,d= 2.
4. Substitute these values into the formula:
A−1=1
72−(−1)
−3 2
A−1=1
72 1
−3 2
A−1=2
7
1
7
−3
7
2
7
Therefore, the inverse of matrix Ais
A−1=2
7
1
7
−3
7
2
7
39
Question 30
Question 30: For the vectors v =
2
−1
0
and w =
4
3
−2
, find the dot
product of v and w.
Step-by-step Solution: 1. The dot product of two vectors v and w
is given by v·w=v1w1+v2w2+v3w3, where v1, v2, v3are the components
of v and w1, w2, w3are the components of w.
2. Given v =
2
−1
0
and w =
4
3
−2
, we have: v ·w= 2 ×4+(−1) ×
3+0×(−2) v·w= 8 −3+0 v·w= 5
Therefore, the dot product of vectors v and w is 5.Sure, here is
a question along with step-by-step solutions on Linear Algebra for
Liberty University in LateX format:
Question 30: For the vectors v =
2
−1
0
and w =
4
3
−2
, find the dot
product of v and w.
Step-by-step Solution: 1. The dot product of two vectors v and w
is given by v·w=v1w1+v2w2+v3w3, where v1, v2, v3are the components
of v and w1, w2, w3are the components of w.
2. Given v =
2
−1
0
and w =
4
3
−2
, we have: v ·w= 2 ×4+(−1) ×
3+0×(−2) v·w= 8 −3+0 v·w= 5
Therefore, the dot product of vectors v and w is 5.
40