Matrix Multiplication Explained: Why & What's the Pro?

In summary, the conversation discusses the product of matrices and explains that if A is a matrix with columns A1, A2, ..., An and C is a 1 column matrix with values C1, C2, ..., Cn, then the product AC is equal to C1A1 + C2A2 + ... + CnAn. It is also mentioned that if D is a diagonal matrix, then the product AD is equal to D11A1 + D22A2 + ... + DNnAn. The individual is asked to find the definition for the product of matrices A and D and post their findings. The conversation also suggests that this topic should be discussed in a homework forum.
  • #1
jugalyash
3
0
if A is [A1|A2|A3|...|An] and C is 1 column matrix given by [C1|C2|C3|...|Cn]T then AC=C1A1+C2A2+...+CnAn.. If D is a diagonal matrix then AD = [D11A1+D22A2+...+DNnAn]. please explain why it happens tht way and whts the prof?
 
Physics news on Phys.org
  • #2
The first rule you state is true but only tells you about the product of vectors. Do you know the definition for the product for [itex]A_{(p,r)}[/itex] and [itex]D_{(r,q)}[/itex]? Find the definition in your textbook and give it a try and post us what you did.

This should be in the homework forum!
 

What is matrix multiplication?

Matrix multiplication is a mathematical operation that involves multiplying two matrices together to create a new matrix. It is used in various fields such as physics, engineering, and computer science to solve problems involving multiple variables and equations.

Why is matrix multiplication important?

Matrix multiplication allows us to represent complex systems and relationships in a concise and efficient manner. It also enables us to perform calculations and solve problems that would be difficult or impossible to solve using other methods.

What are the properties of matrix multiplication?

There are several properties of matrix multiplication, including associativity, distributivity, and commutativity. These properties allow us to manipulate matrices and perform calculations in a consistent and predictable manner.

What is the purpose of the pro in matrix multiplication?

The pro in matrix multiplication refers to the product of the two matrices being multiplied. It represents the result of the multiplication and is essential in solving equations and performing calculations involving matrices.

How can I perform matrix multiplication?

To perform matrix multiplication, you first need to ensure that the number of columns in the first matrix is equal to the number of rows in the second matrix. Then, you multiply the corresponding elements of each matrix and add the products to get the elements of the resulting matrix. This process is repeated for each element in the resulting matrix until all elements are calculated.

Similar threads

  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Linear and Abstract Algebra
Replies
2
Views
3K
  • Linear and Abstract Algebra
Replies
1
Views
922
  • Programming and Computer Science
Replies
8
Views
2K
  • Linear and Abstract Algebra
Replies
5
Views
3K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
7K
  • Linear and Abstract Algebra
Replies
2
Views
1K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
8
Views
5K
Back
Top