Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Matrix multiplication at power?

A and B are matrices. Is (A * B)^n = A^n * B^n ? (n is a power)

2 Answers

Relevance
  • Anonymous
    10 years ago
    Favorite Answer

    this is false.

    matrix multiplication is not necessarily commutative (http://en.wikipedia.org/wiki/Commutative_property)

    i.e A*B doesn't always equal to B*A

    this property is required to state (A * B)^n = A^n * B^n

    because it states that:

    A*B*A*B*A*B*A*B..... = A*A*A*A*B*B*B*B

  • 10 years ago

    NO.

    (A*B)^n = B^n * A^n

Still have questions? Get your answers by asking now.