# Nakafa Framework: LLM
URL: /en/subject/high-school/11/mathematics/matrix/properties-determinant-matrix
Source: https://raw.githubusercontent.com/nakafaai/nakafa.com/refs/heads/main/packages/contents/subject/high-school/11/mathematics/matrix/properties-determinant-matrix/en.mdx
Output docs content for large language models.
---
export const metadata = {
  title: "Properties of Matrix Determinant",
  description: "Explore matrix determinant properties: product rule |AB| = |A||B| and scalar multiplication |kA| = k^n|A|. Learn through step-by-step examples.",
  authors: [{ name: "Nabil Akbarazzima Fatih" }],
  date: "06/05/2025",
  subject: "Matrix",
};
## Discovering Properties of Matrix Determinants
Suppose we have two matrices, A and B, as follows:
  
  
### Determinant of the Product of Two Matrices
Let's investigate the relationship between the determinant of the product of two matrices () and the product of their individual determinants ().
**Step 1: Calculate the Determinant of Matrix A ()**
The determinant of matrix A is:
**Step 2: Calculate the Determinant of Matrix B ()**
The determinant of matrix B is:
**Step 3: Determine the Product of Matrix A and B ()**
Matrix AB is obtained by multiplying matrix A and B:
  
  
  
  
**Step 4: Calculate the Determinant of Matrix AB ()**
Now, let's calculate the determinant of the product matrix AB:
**Step 5: Compare  with **
We have obtained , , and .
Let's calculate :
Notice that the value of  is the same as the value of .
**Formula for the Property of Determinant of Matrix Product**
If A and B are two square matrices of the same order, then the determinant of the product of matrices A and B is equal to the product of their individual determinants.
### Determinant of a Matrix with Scalar Multiplication
Now, let's investigate what happens to the determinant of a matrix if each element of the matrix is multiplied by a scalar (constant).
Suppose we use matrix A from the previous example and a scalar .
We already know that . Matrix A is a  order matrix, so .
**Step 1: Determine Matrix **
Multiply each element of matrix A by the scalar :
**Step 2: Calculate the Determinant of Matrix  ()**
The determinant of matrix  is:
**Step 3: Compare  with **
We have . The scalar , the order of the matrix , and .
Let's calculate :
Notice that the value of  is the same as the value of .
**Formula for the Property of Determinant of Scalar Multiplication**
If A is a square matrix of order  and  is a scalar, then the determinant of matrix  is  multiplied by the determinant of matrix A.
Here,  is the order (number of rows or columns) of the square matrix A.