Multiplying AT (1×3) and B (3×3) results in a 1×3 row vector.
The elements of the product (ATB) are the sums of the elements of each column of B.
Calculating the First Element
First element of ATB: 1(92)+1(122)+1(−152)
=92+122−152
Calculating the Second Element
Second element of ATB: 1(−102)+1(132)+1(162)
=−102+132+162
Calculating the Third Element
Third element of ATB: 1(112)+1(−142)+1(172)
=112−142+172
The Intermediate Row Vector
ATB=[(92+122−152)(−102+132+162)(112−142+172)]
Now, multiply by A=111
Final Scalar Summation
ATBA=(92+122−152)+(−102+132+162)+(112−142+172)
Evaluating the First Group
First part: 92+122−152=81+144−225
=225−225=0
Evaluating the Second Group
Second part: −102+132+162=−100+169+256
=69+256=325
Evaluating the Third Group
Third part: 112−142+172=121−196+289
=−75+289=214
Final Summation and Answer
Final Result: 0+325+214=539
The correct option is 539.
Key Takeaway
Key Takeaway: For A=[111]T, the product ATBA is simply the sum of all elements in matrix B.
Calculation Tip: Look for patterns like 92+122=152 to simplify arithmetic quickly.
00:00 / 00:00
The Sigma Insight: Algebraic Operations on Matrices
Analyzing the Setup
We are given a column vector A=111 and a 3×3 matrix B. Our objective is to evaluate the quadratic form represented by the expression ATBA.
The matrix B is defined by the squares of integers as follows:
B=92122−152−102132162112−142172
The Power of the Vector of Ones
Let us define our components. We have A=111 and its transpose, AT=[111].
When we compute ATBA, we are performing the product of a 1×3 row vector, a 3×3 matrix, and a 3×1 column vector. The beauty of this operation is that multiplying by a vector of ones acts as a summation operator.
Specifically, ATB results in a row vector where each element is the sum of the corresponding column of B. Multiplying this result by A then sums those column totals together. Thus, ATBA is equivalent to the sum of all elements in matrix B.
Executing the Summation
Let us calculate the sum of each column of B:
Column 1: 92+122−152=81+144−225=225−225=0.
Column 2: −102+132+162=−100+169+256=69+256=325.
Column 3: 112−142+172=121−196+289=−75+289=214.
Final Calculation
To find the final value of the expression, we sum the results obtained from the columns:
0+325+214=539
The value of the expression ATBA is 539.
Always remember that for any matrix B, if A is a vector of ones, ATBA is simply the sum of all elements in B. Recognizing this property transforms complex matrix multiplication into a simple arithmetic task.