Question Details

Options

A

B

C

D

Show Answer

Correct Answer :

Option B

Solution :

The correct option is:
[ -2 4 2 4 -8 -4 -1 2 1 ]

Step-by-Step Explanation:

We are given two matrices, P and Q, visible in the question image:
Matrix P is a column matrix of size 3 × 1:
P = [ -1 2 1 ]
Matrix Q is a row matrix of size 1 × 3:
Q = [ 2 -4 1 ]

We need to determine the transpose of their product, which is represented as (PQ)'. There are two ways to solve this:

Method 1: Find the product PQ first, and then take its transpose
Since matrix P is of size 3 × 1 and matrix Q is of size 1 × 3, their product PQ will be a matrix of size 3 × 3.
Let us compute the product by multiplying each row of P with each column of Q:
P Q = [ -1 2 1 ] [ 2 -4 1 ]
Multiplying the elements:
- Row 1 of PQ:
[-1 × 2, -1 × (-4), -1 × 1] = [-2, 4, -1]
- Row 2 of PQ:
[2 × 2, 2 × (-4), 2 × 1] = [4, -8, 2]
- Row 3 of PQ:
[1 × 2, 1 × (-4), 1 × 1] = [2, -4, 1]
Thus, the product matrix PQ is:
P Q = [ -2 4 -1 4 -8 2 2 -4 1 ]

Now, we find the transpose (PQ)' by exchanging rows and columns (the elements at row i, column j swap with row j, column i):
- First row of PQ [-2, 4, -1] becomes the first column of (PQ)'.
- Second row of PQ [4, -8, 2] becomes the second column of (PQ)'.
- Third row of PQ [2, -4, 1] becomes the third column of (PQ)'.
Applying this:
( P Q ) ' = [ -2 4 2 4 -8 -4 -1 2 1 ]

Method 2: Use the matrix transpose property (PQ)' = Q' P'
Let us first find the individual transposes of Q and P:
Since Q is a 1 × 3 row matrix, its transpose Q' is a 3 × 1 column matrix:
Q ' = [ 2 -4 1 ]
Since P is a 3 × 1 column matrix, its transpose P' is a 1 × 3 row matrix:
P ' = [ -1 2 1 ]

Now we compute the product Q' P':
Q ' P ' = [ 2 -4 1 ] [ -1 2 1 ]
Multiplying the terms:
- Row 1: [2 × (-1), 2 × 2, 2 × 1] = [-2, 4, 2]
- Row 2: [-4 × (-1), -4 × 2, -4 × 1] = [4, -8, -4]
- Row 3: [1 × (-1), 1 × 2, 1 × 1] = [-1, 2, 1]
This yields the exact same matrix:
( P Q ) ' = [ -2 4 2 4 -8 -4 -1 2 1 ]

Unlock Our Free Library

Access expert-curated educational resources and study materials—completely free.

Discover more resources

You may also like

Mock Tests

View All
  • CTET
  • intermediate
  • No time limit
  • child development and pedagogy, mathematics, social science

  • SSC
  • intermediate
  • 2 hours and 30 mins
  • child development and pedagogy, mathematics, social science

Ask AI Tutor
5 left
Q1 View Question & Options
AI Tutor is solving this question...
Reading question context & options...