Find the value of the sum in the expression

Amelia

New Member
Joined
Sep 12, 2014
Messages
5
Consider the matrix below. Calculate the expression using Excel. What is the value of the sum of the diagonal elements? a11 + a22.


16736sw.jpg



Could somebody help me with this question please?
 
I would have interpreted the problem as Aladin did; it asks for the sum of the diagonal of the product of the two matrices. You could do that in two steps (calculate the product then the sum), or all at once:

A​
B​
C​
D​
E​
F​
G​
H​
I​
1​
7​
4​
0​
-2​
12​
-10​
G1:H2: {=MMULT(A1:B2, D1:E2)}
2​
1​
1​
3​
1​
3​
-1​
3​
4​
11​
H4: =G1+H2
5​
6​
11​
H6: =SUMPRODUCT(MMULT(A1:B2, D1:E2), {1,0;0,1})

I interpret a11 and a12 as the diagonal elements of the matrix {a11, a12; a21, a22}
 
Last edited:
Upvote 0

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).

Forum statistics

Threads
1,214,875
Messages
6,122,039
Members
449,063
Latest member
ak94

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top