Prove: A(BC)=(AB)C for matrix multiplication

Click For Summary

Homework Help Overview

The discussion revolves around proving the associative property of matrix multiplication, specifically the theorem A(BC)=(AB)C. Participants are exploring the mathematical reasoning behind this theorem in the context of matrix operations.

Discussion Character

  • Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • The original poster attempts to express the theorem using summation notation and is seeking guidance on how to manipulate the indices of summation. Other participants provide hints about moving summations and suggest ways to combine terms without detailing specific methods.

Discussion Status

The discussion includes attempts to derive the theorem through summation manipulation. Some participants have provided hints that may guide the original poster towards a solution, but there is no explicit consensus or resolution reached yet.

Contextual Notes

The original poster has provided specific dimensions for matrices A, B, and C, which may influence the discussion on the validity of the operations being performed. There is an emphasis on the proper handling of summation indices in the context of matrix multiplication.

adartsesirhc
Messages
54
Reaction score
0

Homework Statement


Prove the following theorem:
A(BC)=(AB)C.


Homework Equations


http://en.wikipedia.org/wiki/Matrix_multiplication#Ordinary_matrix_product"


The Attempt at a Solution


Let A be of order m by n, B be of order n by p, and C be of order p by q. Then
[tex](A(BC))_{ij}=\sum^{n}_{k=1} A_{ik}(BC)_{kj}=\sum^{n}_{k=1} (A_{ik}(\sum^{p}_{r=1} B_{kr}C_{rj}))[/tex]
After this, I'm stuck. How do I put the summations together, and how should I change the indices of summation?

Thanks!
 
Last edited by a moderator:
Physics news on Phys.org
adartsesirhc said:
Let A be of order m by n, B be of order n by p, and C be of order p by q. Then
[tex](A(BC))_{ij}=\sum^{n}_{k=1} A_{ik}(BC)_{kj}=\sum^{n}_{k=1} (A_{ik}(\sum^{p}_{r=1} B_{kr}C_{rj}))[/tex]
After this, I'm stuck. How do I put the summations together, and how should I change the indices of summation?

Hi adartsesirhc! :smile:

(nice LaTeX, btw!)

Hint: You can move the ∑s as far to the left as you like. :smile:
 
[tex](A(BC))_{ij}=\sum^{n}_{k=1} A_{ik}(BC)_{kj}=\sum^{n}_{k=1} (A_{ik}(\sum^{p}_{r=1} B_{kr}C_{rj}))=\sum^{n}_{k=1} \sum^{p}_{r=1} A_{ik}B_{kr}C_{rj}=\sum^{p}_{r=1} (\sum^{n}_{k=1} A_{ik}B_{kr})C_{rj}=\sum^{p}_{r=1} (AB)_{ir}C_{rj}=((AB)C)_{ij}[/tex].

How's that?
 
adartsesirhc said:
[tex](A(BC))_{ij}=\sum^{n}_{k=1} A_{ik}(BC)_{kj}=\sum^{n}_{k=1} (A_{ik}(\sum^{p}_{r=1} B_{kr}C_{rj}))=\sum^{n}_{k=1} \sum^{p}_{r=1} A_{ik}B_{kr}C_{rj}=\sum^{p}_{r=1} (\sum^{n}_{k=1} A_{ik}B_{kr})C_{rj}=\sum^{p}_{r=1} (AB)_{ir}C_{rj}=((AB)C)_{ij}[/tex].

How's that?

Perfect! :smile:
:biggrin: Woohoo! :biggrin:
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
Replies
5
Views
3K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 5 ·
Replies
5
Views
14K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K