<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.algonomia.com/index.php?action=history&amp;feed=atom&amp;title=Matrix_Product</id>
	<title>Matrix Product - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.algonomia.com/index.php?action=history&amp;feed=atom&amp;title=Matrix_Product"/>
	<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Matrix_Product&amp;action=history"/>
	<updated>2026-05-17T08:03:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://wiki.algonomia.com/index.php?title=Matrix_Product&amp;diff=218&amp;oldid=prev</id>
		<title>Walid ELJAAFARI: Created page with &quot;== Introduction == The matrix product, also known as matrix multiplication, is a fundamental operation in linear algebra. It involves multiplying two matrices by following a specific arithmetic and summation procedure. This operation is not only pivotal in mathematics but also in various applications like physics, computer science, and engineering.  == Basics of Matrix Multiplication ==  === Definition === Matrix multiplication of two matrices, A and B, results in a new...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.algonomia.com/index.php?title=Matrix_Product&amp;diff=218&amp;oldid=prev"/>
		<updated>2023-12-13T21:33:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Introduction == The matrix product, also known as matrix multiplication, is a fundamental operation in linear algebra. It involves multiplying two matrices by following a specific arithmetic and summation procedure. This operation is not only pivotal in mathematics but also in various applications like physics, computer science, and engineering.  == Basics of Matrix Multiplication ==  === Definition === Matrix multiplication of two matrices, A and B, results in a new...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Introduction ==&lt;br /&gt;
The matrix product, also known as matrix multiplication, is a fundamental operation in linear algebra. It involves multiplying two matrices by following a specific arithmetic and summation procedure. This operation is not only pivotal in mathematics but also in various applications like physics, computer science, and engineering.&lt;br /&gt;
&lt;br /&gt;
== Basics of Matrix Multiplication ==&lt;br /&gt;
&lt;br /&gt;
=== Definition ===&lt;br /&gt;
Matrix multiplication of two matrices, A and B, results in a new matrix C. The entry in the i-th row and j-th column of C, denoted as C[i, j], is calculated as the sum of the products of corresponding elements from the i-th row of A and the j-th column of B.&lt;br /&gt;
&lt;br /&gt;
he formula for a generic term &amp;#039;&amp;#039;cij&amp;#039;&amp;#039;​ in the matrix product C, which results from multiplying two matrices A and B, is as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;c&amp;lt;sub&amp;gt;ij&amp;lt;/sub&amp;gt;&amp;#039;&amp;#039;​=∑&amp;lt;sub&amp;gt;&amp;#039;&amp;#039;k&amp;#039;&amp;#039;=1-&amp;gt;&amp;#039;&amp;#039;n&amp;#039;&amp;#039;&amp;lt;/sub&amp;gt;​&amp;#039;&amp;#039;a&amp;lt;sub&amp;gt;ik&amp;lt;/sub&amp;gt;&amp;#039;&amp;#039;​×&amp;#039;&amp;#039;b&amp;lt;sub&amp;gt;kj&amp;lt;/sub&amp;gt;&amp;#039;&amp;#039;​&lt;br /&gt;
&lt;br /&gt;
In this formula:&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;cij&amp;#039;&amp;#039;​ is the element in the i-th row and j-th column of the resulting matrix C.&lt;br /&gt;
* &amp;#039;&amp;#039;aik&amp;#039;&amp;#039;​ is the element in the i-th row and k-th column of matrix A.&lt;br /&gt;
* &amp;#039;&amp;#039;bkj&amp;#039;&amp;#039;​ is the element in the k-th row and j-th column of matrix B.&lt;br /&gt;
* The summation runs over k from 1 to n, where n is the number of columns in A (which is also the number of rows in B, ensuring the matrices are compatible for multiplication).&lt;br /&gt;
&lt;br /&gt;
=== Conditions for Multiplicability ===&lt;br /&gt;
Two matrices A and B can be multiplied if and only if the number of columns in A is equal to the number of rows in B.&lt;br /&gt;
&lt;br /&gt;
== Step-by-Step Example ==&lt;br /&gt;
&lt;br /&gt;
=== Matrices to Multiply ===&lt;br /&gt;
Consider two 4x4 matrices A and B:&lt;br /&gt;
&lt;br /&gt;
==== Matrix A ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
!Col 1&lt;br /&gt;
!Col 2&lt;br /&gt;
!Col 3&lt;br /&gt;
!Col 4&lt;br /&gt;
|-&lt;br /&gt;
|Row 1&lt;br /&gt;
|&amp;#039;&amp;#039;a&amp;#039;&amp;#039;11​&lt;br /&gt;
|&amp;#039;&amp;#039;a&amp;#039;&amp;#039;12​&lt;br /&gt;
|&amp;#039;&amp;#039;a&amp;#039;&amp;#039;13​&lt;br /&gt;
|&amp;#039;&amp;#039;a&amp;#039;&amp;#039;14​&lt;br /&gt;
|-&lt;br /&gt;
|Row 2&lt;br /&gt;
|&amp;#039;&amp;#039;a&amp;#039;&amp;#039;21​&lt;br /&gt;
|&amp;#039;&amp;#039;a&amp;#039;&amp;#039;22​&lt;br /&gt;
|&amp;#039;&amp;#039;a&amp;#039;&amp;#039;23​&lt;br /&gt;
|&amp;#039;&amp;#039;a&amp;#039;&amp;#039;24​&lt;br /&gt;
|-&lt;br /&gt;
|Row 3&lt;br /&gt;
|&amp;#039;&amp;#039;a&amp;#039;&amp;#039;31​&lt;br /&gt;
|&amp;#039;&amp;#039;a&amp;#039;&amp;#039;32​&lt;br /&gt;
|&amp;#039;&amp;#039;a&amp;#039;&amp;#039;33​&lt;br /&gt;
|&amp;#039;&amp;#039;a&amp;#039;&amp;#039;34​&lt;br /&gt;
|-&lt;br /&gt;
|Row 4&lt;br /&gt;
|&amp;#039;&amp;#039;a&amp;#039;&amp;#039;41​&lt;br /&gt;
|&amp;#039;&amp;#039;a&amp;#039;&amp;#039;42​&lt;br /&gt;
|&amp;#039;&amp;#039;a&amp;#039;&amp;#039;43​&lt;br /&gt;
|&amp;#039;&amp;#039;a&amp;#039;&amp;#039;44​&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== Matrix B ====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
!Col 1&lt;br /&gt;
!Col 2&lt;br /&gt;
!Col 3&lt;br /&gt;
!Col 4&lt;br /&gt;
|-&lt;br /&gt;
|Row 1&lt;br /&gt;
|&amp;#039;&amp;#039;b&amp;#039;&amp;#039;11​&lt;br /&gt;
|&amp;#039;&amp;#039;b&amp;#039;&amp;#039;12​&lt;br /&gt;
|&amp;#039;&amp;#039;b&amp;#039;&amp;#039;13​&lt;br /&gt;
|&amp;#039;&amp;#039;b&amp;#039;&amp;#039;14​&lt;br /&gt;
|-&lt;br /&gt;
|Row 2&lt;br /&gt;
|&amp;#039;&amp;#039;b&amp;#039;&amp;#039;21​&lt;br /&gt;
|&amp;#039;&amp;#039;b&amp;#039;&amp;#039;22​&lt;br /&gt;
|&amp;#039;&amp;#039;b&amp;#039;&amp;#039;23​&lt;br /&gt;
|&amp;#039;&amp;#039;b&amp;#039;&amp;#039;24​&lt;br /&gt;
|-&lt;br /&gt;
|Row 3&lt;br /&gt;
|&amp;#039;&amp;#039;b&amp;#039;&amp;#039;31​&lt;br /&gt;
|&amp;#039;&amp;#039;b&amp;#039;&amp;#039;32​&lt;br /&gt;
|&amp;#039;&amp;#039;b&amp;#039;&amp;#039;33​&lt;br /&gt;
|&amp;#039;&amp;#039;b&amp;#039;&amp;#039;34​&lt;br /&gt;
|-&lt;br /&gt;
|Row 4&lt;br /&gt;
|&amp;#039;&amp;#039;b&amp;#039;&amp;#039;41​&lt;br /&gt;
|&amp;#039;&amp;#039;b&amp;#039;&amp;#039;42​&lt;br /&gt;
|&amp;#039;&amp;#039;b&amp;#039;&amp;#039;43​&lt;br /&gt;
|&amp;#039;&amp;#039;b&amp;#039;&amp;#039;44​&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Computation Steps ===&lt;br /&gt;
&lt;br /&gt;
===== Generic =====&lt;br /&gt;
For the specific case of 4x4 matrices:&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;cij&amp;#039;&amp;#039;​=&amp;#039;&amp;#039;ai&amp;#039;&amp;#039;1​×&amp;#039;&amp;#039;b&amp;#039;&amp;#039;1&amp;#039;&amp;#039;j&amp;#039;&amp;#039;​+&amp;#039;&amp;#039;ai&amp;#039;&amp;#039;2​×&amp;#039;&amp;#039;b&amp;#039;&amp;#039;2&amp;#039;&amp;#039;j&amp;#039;&amp;#039;​+&amp;#039;&amp;#039;ai&amp;#039;&amp;#039;3​×&amp;#039;&amp;#039;b&amp;#039;&amp;#039;3&amp;#039;&amp;#039;j&amp;#039;&amp;#039;​+&amp;#039;&amp;#039;ai&amp;#039;&amp;#039;4​×&amp;#039;&amp;#039;b&amp;#039;&amp;#039;4&amp;#039;&amp;#039;j&amp;#039;&amp;#039;​&lt;br /&gt;
&lt;br /&gt;
This equation calculates each element of the resulting matrix by summing the products of corresponding elements from the i-th row of A and the j-th column of B.&lt;br /&gt;
&lt;br /&gt;
===== Example =====&lt;br /&gt;
&lt;br /&gt;
# Calculate C[1, 1]: &amp;#039;&amp;#039;C&amp;#039;&amp;#039;[1,1]=&amp;#039;&amp;#039;a&amp;#039;&amp;#039;11​×&amp;#039;&amp;#039;b&amp;#039;&amp;#039;11​+&amp;#039;&amp;#039;a&amp;#039;&amp;#039;12​×&amp;#039;&amp;#039;b&amp;#039;&amp;#039;21​+&amp;#039;&amp;#039;a&amp;#039;&amp;#039;13​×&amp;#039;&amp;#039;b&amp;#039;&amp;#039;31​+&amp;#039;&amp;#039;a&amp;#039;&amp;#039;14​×&amp;#039;&amp;#039;b&amp;#039;&amp;#039;41​&lt;br /&gt;
# Calculate C[1, 2]: &amp;#039;&amp;#039;C&amp;#039;&amp;#039;[1,2]=&amp;#039;&amp;#039;a&amp;#039;&amp;#039;11​×&amp;#039;&amp;#039;b&amp;#039;&amp;#039;12​+&amp;#039;&amp;#039;a&amp;#039;&amp;#039;12​×&amp;#039;&amp;#039;b&amp;#039;&amp;#039;22​+&amp;#039;&amp;#039;a&amp;#039;&amp;#039;13​×&amp;#039;&amp;#039;b&amp;#039;&amp;#039;32​+&amp;#039;&amp;#039;a&amp;#039;&amp;#039;14​×&amp;#039;&amp;#039;b&amp;#039;&amp;#039;42​&lt;br /&gt;
#* Continue this pattern across the first row of A and the first column of B.&lt;br /&gt;
# Calculate C[2, 1]: &amp;#039;&amp;#039;C&amp;#039;&amp;#039;[2,1]=&amp;#039;&amp;#039;a&amp;#039;&amp;#039;21​×&amp;#039;&amp;#039;b&amp;#039;&amp;#039;11​+&amp;#039;&amp;#039;a&amp;#039;&amp;#039;22​×&amp;#039;&amp;#039;b&amp;#039;&amp;#039;21​+&amp;#039;&amp;#039;a&amp;#039;&amp;#039;23​×&amp;#039;&amp;#039;b&amp;#039;&amp;#039;31​+&amp;#039;&amp;#039;a&amp;#039;&amp;#039;24​×&amp;#039;&amp;#039;b&amp;#039;&amp;#039;41​&lt;br /&gt;
#* Follow the same method for the remaining entries of C.&lt;br /&gt;
&lt;br /&gt;
=== Final Matrix C (Result of A x B) ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!&lt;br /&gt;
!Col 1&lt;br /&gt;
!Col 2&lt;br /&gt;
!Col 3&lt;br /&gt;
!Col 4&lt;br /&gt;
|-&lt;br /&gt;
|Row 1&lt;br /&gt;
|&amp;#039;&amp;#039;c&amp;#039;&amp;#039;11​&lt;br /&gt;
|&amp;#039;&amp;#039;c&amp;#039;&amp;#039;12​&lt;br /&gt;
|&amp;#039;&amp;#039;c&amp;#039;&amp;#039;13​&lt;br /&gt;
|&amp;#039;&amp;#039;c&amp;#039;&amp;#039;14​&lt;br /&gt;
|-&lt;br /&gt;
|Row 2&lt;br /&gt;
|&amp;#039;&amp;#039;c&amp;#039;&amp;#039;21​&lt;br /&gt;
|&amp;#039;&amp;#039;c&amp;#039;&amp;#039;22​&lt;br /&gt;
|&amp;#039;&amp;#039;c&amp;#039;&amp;#039;23​&lt;br /&gt;
|&amp;#039;&amp;#039;c&amp;#039;&amp;#039;24​&lt;br /&gt;
|-&lt;br /&gt;
|Row 3&lt;br /&gt;
|&amp;#039;&amp;#039;c&amp;#039;&amp;#039;31​&lt;br /&gt;
|&amp;#039;&amp;#039;c&amp;#039;&amp;#039;32​&lt;br /&gt;
|&amp;#039;&amp;#039;c&amp;#039;&amp;#039;33​&lt;br /&gt;
|&amp;#039;&amp;#039;c&amp;#039;&amp;#039;34​&lt;br /&gt;
|-&lt;br /&gt;
|Row 4&lt;br /&gt;
|&amp;#039;&amp;#039;c&amp;#039;&amp;#039;41​&lt;br /&gt;
|&amp;#039;&amp;#039;c&amp;#039;&amp;#039;42​&lt;br /&gt;
|&amp;#039;&amp;#039;c&amp;#039;&amp;#039;43​&lt;br /&gt;
|&amp;#039;&amp;#039;c&amp;#039;&amp;#039;44​&lt;br /&gt;
|}&lt;br /&gt;
where each c_{ij} is computed using the above method.&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
Matrix multiplication is a cornerstone of linear algebra and is essential in various scientific and mathematical applications. Understanding its computation process, provides a deeper insight into matrix operations and their significance in diverse fields.&lt;/div&gt;</summary>
		<author><name>Walid ELJAAFARI</name></author>
	</entry>
</feed>