Skip to content

Determinants Formula, Definition, Calculation, Properties, Rules, Notes

Learn the determinants formula with step-by-step explanations and practical examples. Understand how to calculate determinants effortlessly for matrices.

Photo of author

Table of Contents

Determinants are scalar values derived by summing the products of elements within a square matrix and their respective cofactors, following a specific rule. Determinants play a crucial role in various mathematical operations, such as finding the adjoint and inverse of a matrix. They are also essential in solving systems of linear equations using the matrix inversion method. Additionally, determinants aid in understanding and calculating the cross-product of two vectors.

What Are Determinants?

Determinants serve as scaling factors for matrices, representing how they stretch or shrink. They encapsulate the concept of transformations applied to matrices, measuring their effect on size. Determinants are mathematical functions that take a square matrix as input and yield a single numeric value as their output.

Determinants Definition

For any square matrix, denoted as C with elements cij in an n×n order, we can define a determinant as a single scalar value, which can be either a real or a complex number. In this context, cij represents the element located at the (i, j) position within matrix C. The determinant is typically represented as det(C) or |C|, where the notation |C| is used to express the determinant by enclosing it within absolute-value bars, as opposed to square brackets.

Determinants

How To Calculate Determinant?

In the case of the simplest square matrix, which is a 1×1 matrix containing only one number, the determinant is equal to that single number itself. Now, let’s explore how to compute determinants for square matrices of higher orders, including second-order, third-order, and fourth-order matrices.

Calculating Determinant of 2×2 Matrix

To compute the determinant of a 2×2 square matrix or a square matrix of order 2×2, we can utilize the following determinant formula:

Calculating Determinant of 2x2 Matrix

Also Check –  Area related to circles Formula

Calculating Determinant of 3×3 Matrix

Calculating Determinant of 3x3 Matrix

Here are the steps involved in calculating the determinant of a 3×3 matrix:

Choose an anchor element, for example, a1, from the first row of the matrix.

Calculate the determinant of the 2×2 sub-matrix (known as the minor) obtained by removing the current row and column that contain the anchor element (in this case, the minor of a1).

Repeat the above step for the other two anchor elements, b1 and c1, located in the first row.

Multiply each of the minor determinants by their respective anchor elements (a1, b1, c1).

Sum up the products obtained in the previous step to find the determinant of the 3×3 matrix.

This process allows you to compute the determinant of a 3×3 matrix by breaking it down into smaller sub-matrices and applying a specific pattern of multiplication and addition involving the anchor elements and their corresponding minors.

Calculating Determinant of 3x3 Matrix

Also Check –  Linear Inequalities formula

It’s important to note that while we calculated the determinant of a 3×3 matrix using the elements from the first row in the example, you can use any row or any column to calculate the determinants following the same approach. The choice of which row or column to use does not affect the result; you will obtain the same determinant value regardless of the selection.

Calculating the Determinant of a 4×4 Matrix

When finding the determinant of a 4×4 square matrix (or a square matrix of order 4×4), there are certain important considerations to keep in mind:

  • Expanding along a Row or Column: Just as with smaller matrices, you can expand the determinant along any row or column. This means you can choose the row or column that makes the calculations more convenient for you.
  • Cofactor Expansion: To find the determinant of a 4×4 matrix, you can use the method of cofactor expansion. It involves breaking down the matrix into 3×3 sub-matrices, calculating their determinants, and combining them following a specific pattern of signs and multiplication.
  • Pattern of Signs: In the cofactor expansion method, the pattern of signs alternates between positive and negative as you move across the matrix. The standard pattern is often remembered as “+ – + -” or vice versa. It’s essential to apply the correct sign to each term in the expansion.
  • Multiple Expansions: You may choose to expand the determinant along a row or column that contains elements with zeros, as this can simplify the calculations. Additionally, you can select the row or column that results in the fewest non-zero terms when calculating the sub-matrices.
  • Computational Efficiency: When calculating determinants of larger matrices, it’s helpful to use a method or strategy that minimizes computational effort. Selecting the appropriate row or column for expansion and optimizing your calculations can save time and reduce the chance of errors.

By keeping these considerations in mind and following the rules of determinant calculation, you can efficiently find the determinant of a 4×4 matrix.

Also Check –  Cube Root Formula

Multiplication of Determinants

We employ a method known as the multiplication of arrays to multiply two determinants of square matrices. Specifically, we can use the row-by-column multiplication rule to multiply the determinants of square matrices A and B:

Properties of Determinants

In the calculation of determinants for square matrices of various types, these determinants are determined based on crucial properties. Here is a list of some important properties of determinants:

Property 1: “The determinant of an identity matrix is always equal to 1.”

Property 2: “If any square matrix B with order n×n has a zero row or a zero column, then det(B) = 0”

Property 3: “If C is upper or a lower-triangular matrix then det(C) is the product of all its diagonal entries”

Property 4: “If D is a square matrix, then if its row is multiplied by a constant k, then the constant can be taken out of the determinant”

Also Check –  Real Number Formula

Rules For Operations on Determinant

Here are some essential rules that are useful when performing row and column operations on determinants:

The value of the determinant remains unchanged if the rows and columns are interchanged.

The sign of the determinant changes if any two rows or columns are interchanged.

If any two rows or columns of a matrix are equal, then the value of the determinant is zero.

If every element of a particular row or column is multiplied by a constant, then the value of the determinant is also multiplied by that constant.

If the elements of a row or a column are expressed as a sum of elements, then the determinant can be expressed as a sum of determinants.

If the elements of a row or column are added or subtracted with the corresponding multiples of elements of another row or column, then the value of the determinant remains unchanged.

Important Notes on Determinant

Here are some key points to keep in mind when studying determinants:

A determinant can be viewed as a mathematical function that takes a square matrix as its input and yields a single numeric value as its output.

A square matrix is defined as a matrix with an equal number of rows and columns, resulting in a grid-like structure.

In the case of the simplest square matrix, which is a 1×1 matrix containing only one number, the determinant value is equal to the number itself.

Determinants Formula FAQs

Q1. What is a determinant?

Ans. A determinant is a scalar value that can be calculated from a square matrix. It provides important information about the properties of the matrix and is used in various mathematical and engineering applications.

Q2. How is the determinant of a 2x2 matrix calculated?

Ans. For a 2x2 matrix with elements a, b, c, and d, the determinant is calculated as ad - bc.

Q3. What is the formula for finding the determinant of a 3x3 matrix?

Ans. The determinant of a 3x3 matrix A with elements a, b, c, d, e, f, g, h, i is calculated using the following formula:

det(A) = a(ei - fh) - b(di - fg) + c(dh - eg)

Q4. What is the determinant of an identity matrix?

Ans. The determinant of an identity matrix (a square matrix with ones on the main diagonal and zeros elsewhere) is always 1.

Q5. How is the determinant of a larger square matrix calculated?

Ans. For larger square matrices, determinants are typically computed using methods like cofactor expansion or row reduction techniques.

Tags Determinants Formula, How To Calculate Determinant?, Multiplication of Determinants, Properties of Determinants, Rules For Operations on Determinant

玻璃钢生产厂家商场美陈定制服务福建玻璃钢艺术雕塑荔湾玻璃钢雕塑价格上海超市商场美陈批发价商场企划美陈的工作职责邵阳景区玻璃钢雕塑价格玻璃钢室外不锈钢雕塑定制厂家青海玻璃钢卡通座椅雕塑太原多彩玻璃钢雕塑订做价格甘肃玻璃钢香蕉雕塑女巫玻璃钢雕塑工厂lv玻璃钢鸭子雕塑园林玻璃钢卡通雕塑代理商湛江人物玻璃钢动物雕塑韶关玻璃钢雕塑哪里买成都步行街玻璃钢雕塑定制玻璃钢雕塑磨具广州玻璃钢卡通雕塑冰雪烟台市玻璃钢雕塑果洛玻璃钢雕塑厂家铅色花纹玻璃钢花盆广东商场玻璃钢雕塑台州玻璃钢仿铜雕塑制作广州景观玻璃钢雕塑批发玻璃钢雕塑检验标准山东玻璃钢花盆批发宿州仿铜玻璃钢雕塑价格开远市玻璃钢雕塑设计加工玻璃钢雕塑景观珠海泰安玻璃钢雕塑香港通过《维护国家安全条例》两大学生合买彩票中奖一人不认账让美丽中国“从细节出发”19岁小伙救下5人后溺亡 多方发声单亲妈妈陷入热恋 14岁儿子报警汪小菲曝离婚始末遭遇山火的松茸之乡雅江山火三名扑火人员牺牲系谣言何赛飞追着代拍打萧美琴窜访捷克 外交部回应卫健委通报少年有偿捐血浆16次猝死手机成瘾是影响睡眠质量重要因素高校汽车撞人致3死16伤 司机系学生315晚会后胖东来又人满为患了小米汽车超级工厂正式揭幕中国拥有亿元资产的家庭达13.3万户周杰伦一审败诉网易男孩8年未见母亲被告知被遗忘许家印被限制高消费饲养员用铁锨驱打大熊猫被辞退男子被猫抓伤后确诊“猫抓病”特朗普无法缴纳4.54亿美元罚金倪萍分享减重40斤方法联合利华开始重组张家界的山上“长”满了韩国人?张立群任西安交通大学校长杨倩无缘巴黎奥运“重生之我在北大当嫡校长”黑马情侣提车了专访95后高颜值猪保姆考生莫言也上北大硕士复试名单了网友洛杉矶偶遇贾玲专家建议不必谈骨泥色变沉迷短剧的人就像掉进了杀猪盘奥巴马现身唐宁街 黑色着装引猜测七年后宇文玥被薅头发捞上岸事业单位女子向同事水杯投不明物质凯特王妃现身!外出购物视频曝光河南驻马店通报西平中学跳楼事件王树国卸任西安交大校长 师生送别恒大被罚41.75亿到底怎么缴男子被流浪猫绊倒 投喂者赔24万房客欠租失踪 房东直发愁西双版纳热带植物园回应蜉蝣大爆发钱人豪晒法院裁定实锤抄袭外国人感慨凌晨的中国很安全胖东来员工每周单休无小长假白宫:哈马斯三号人物被杀测试车高速逃费 小米:已补缴老人退休金被冒领16年 金额超20万

玻璃钢生产厂家 XML地图 TXT地图 虚拟主机 SEO 网站制作 网站优化

bottom banner bottom banner mobile
close
close
counselling
Need help Preparing for this Exam?
Connect with our experts to get a free counselling & get all your doubt cleared.