{"id":2029,"date":"2025-11-22T09:16:31","date_gmt":"2025-11-22T09:16:31","guid":{"rendered":"https:\/\/www.mathros.net.ua\/en\/?p=2029"},"modified":"2026-01-19T16:43:05","modified_gmt":"2026-01-19T16:43:05","slug":"determinant-of-a-matrix","status":"publish","type":"post","link":"https:\/\/www.mathros.net.ua\/en\/determinant-of-a-matrix.html","title":{"rendered":"Determinant of a Matrix: Properties and Formulas for Practice"},"content":{"rendered":"<p>The determinant of a matrix is a fundamental concept in linear algebra that every student in technical or mathematical fields will encounter sooner or later. It is more than just a number next to a matrix; it is an important characteristic that describes the properties of the matrix itself and the linear transformations related to it.<\/p>\n<p>With the determinant of a matrix, you can solve systems of linear equations, check if a system has a unique solution, and find eigenvalues and eigenvectors. Additionally, determinants are used in systems theory, probability theory, physics, engineering, and numerical methods. Isn\u2019t it convenient when one number can provide so much information about a problem?<\/p>\n<p>In this article, we will go step by step to explain what the determinant of a matrix is, its key properties, and how to calculate it for matrices of different sizes. We will also discuss its geometric meaning and explore simple examples, ensuring that theory is connected to real-life problems and is easy to understand.<\/p>\n<h2>Basic Concept: What Is the Determinant of a Square Matrix?<\/h2>\n<p>Let\u2019s start with the basics. The determinant of a square matrix is a numerical characteristic that corresponds to every square matrix. For a matrix \\(A\\), the determinant is usually written as \\(\\det(A)\\) or \\(|A|\\). Sometimes, the symbol \\(\\Delta\\) is also used.<\/p>\n<p>Why are we talking specifically about square matrices? Because the determinant is only defined for them. While rectangular matrices are useful, they do not have their own determinant.<\/p>\n<p>How should we think about this number? In general, it is calculated using special formulas that consider the matrix&#8217;s elements and their arrangement in rows and columns. From the definition, we can see that the determinant is <em>&#8220;sensitive&#8221;<\/em> to the structure of the matrix, not just the numbers it contains.<\/p>\n<h2>Applications: Where the Determinant of a Matrix is Used in Practice<\/h2>\n<p>What does this number offer in practice? First, the determinant is closely related to the existence of the inverse matrix. If \\(\\text{det}(A) \\neq 0\\), the matrix \\(A\\) has an inverse matrix \\(A^{-1}\\). Conversely, if the determinant is zero, the inverse matrix does not exist. This is a very important criterion that is often used in theory and practical problems.<\/p>\n<p>Second, the determinant helps to analyze systems of linear equations. For example, with a system that has a square coefficient matrix:<\/p>\n<ul>\n<li>If \\(\\text{det}(A) \\neq 0\\), the system has a unique solution.<\/li>\n<li>If\\(\\text{det}(A) = 0\\), the system either has an infinite number of solutions or is inconsistent.<\/li>\n<\/ul>\n<p>Additionally, determinants show up in formulas for eigenvalues and eigenvectors, in various physical laws, and in probability theory and statistics. Therefore, studying determinants is not just a <em>&#8220;formality&#8221;<\/em> but an important tool that continues to appear in other topics.<\/p>\n<h2>Properties: Key Rules for the Determinant of a Matrix<\/h2>\n<p>To work confidently with determinants, it&#8217;s important to know their properties. These properties help simplify calculations and allow us to draw conclusions about the matrix quickly, even before performing detailed computations. Let\u2019s go over the main ones.<\/p>\n<ul>\n<li><strong>Swapping Rows or Columns<\/strong>: If two rows (or two columns) of a matrix are swapped, the sign of the determinant changes to the opposite.<\/li>\n<li><strong>Non-zero Determinant and the Inverse Matrix<\/strong>: If matrix \\(A\\) has a non-zero determinant, then it has an inverse matrix \\(A^{-1}\\), and \\(\\text{det}(A^{-1}) = \\frac{1}{\\text{det}(A)}\\).<\/li>\n<li><strong>Zero Row or Column<\/strong>: If any row (or column) of a matrix consists entirely of zeros, the determinant of that matrix is zero.<\/li>\n<li><strong>Identical Rows or Columns<\/strong>: If two rows (or two columns) of a matrix are identical, its determinant is also zero.<\/li>\n<li><strong>Linear Combination of Rows or Columns<\/strong>: If one row (or column) is a linear combination of others, the determinant is zero. This is due to the linear dependence of the corresponding vectors.<\/li>\n<li><strong>Identity Matrix and Diagonal Matrices<\/strong>: If a matrix has ones on the main diagonal and zeros elsewhere (an identity matrix), then \\(\\text{det}(A) = 1\\).<\/li>\n<li><strong>Adding a Multiple of Another Row or Column<\/strong>: If one row (or column) is replaced by itself plus a constant multiple of another row (or column), the determinant does not change. This property is especially useful in matrix transformations.<\/li>\n<li><strong>Triangular Matrices<\/strong>: If a matrix is upper or lower triangular, its determinant is the product of the elements on the main diagonal: \\(\\text{det}(A) = a_{11} \\cdot a_{22} \\cdot a_{33} \\cdot \\dots \\cdot a_{nn}\\).<\/li>\n<li><strong>Matrix Multiplication<\/strong>: For two square matrices of the same size, \\(\\text{det}(A \\cdot B) = \\text{det}(A) \\cdot \\text{det}(B)\\).<\/li>\n<li><strong>Transposition<\/strong>: The determinant of a transposed matrix does not change: \\(\\text{det}(A^T) = \\text{det}(A)\\).<\/li>\n<\/ul>\n<p>These properties often help us quickly determine whether the determinant will be zero or simplify the matrix into a more convenient form, without needing to perform the full calculation.<\/p>\n<h2>Simple Cases: Formulas for the Determinant of a 2\u00d72 and 3\u00d73 Matrix<\/h2>\n<p>Before moving on to more complex cases, it\u2019s helpful to review how the determinant is calculated for the simplest matrices \u2014 those of size 2\u00d72 and 3\u00d73.<\/p>\n<h3>2\u00d72 Matrix \u2014 A Simple Start<\/h3>\n<p>Consider the matrix<\/p>\n<p>\\[<br \/>\nA =<br \/>\n\\begin{pmatrix}<br \/>\na_{11} &amp; a_{12} \\\\<br \/>\na_{21} &amp; a_{22}<br \/>\n\\end{pmatrix};<br \/>\n\\]<\/p>\n<p>The determinant is calculated using the following formula:<\/p>\n<p>\\[<br \/>\n\\det(A) =<br \/>\n\\begin{vmatrix}<br \/>\na_{11} &amp; a_{12} \\\\<br \/>\na_{21} &amp; a_{22}<br \/>\n\\end{vmatrix}<br \/>\n= a_{11} \\cdot a_{22} &#8211; a_{12} \\cdot a_{21}<br \/>\n\\tag{1}<br \/>\n\\]<\/p>\n<p>In this case, you multiply the elements of the main diagonal, then multiply the elements of the off-diagonal, and subtract the second product from the first. It\u2019s simple and easy to remember.<\/p>\n<h3>3\u00d73 Matrix \u2014 Sarrus&#8217; Rule (The Triangle Rule)<\/h3>\n<p>For a 3\u00d73 matrix<\/p>\n<p>\\[<br \/>\nA =<br \/>\n\\begin{pmatrix}<br \/>\na_{11} &amp; a_{12} &amp; a_{13} \\\\<br \/>\na_{21} &amp; a_{22} &amp; a_{23} \\\\<br \/>\na_{31} &amp; a_{32} &amp; a_{33}<br \/>\n\\end{pmatrix};<br \/>\n\\]<\/p>\n<p>we often use Sarrus&#8217; Rule (also known as the <em>&#8220;triangle rule&#8221;<\/em>).<\/p>\n<p>The method is as follows: first, take the sum of the three products of the elements going <em>&#8220;down and to the right&#8221;<\/em> (along the main diagonal and the two diagonals parallel to it). Then, subtract the sum of the three products of the elements going <em>&#8220;down and to the left&#8221;<\/em> (along the side diagonal and the two diagonals parallel to it). The formula is:<\/p>\n<p>\\[<br \/>\n\\det(A) =<br \/>\n\\begin{vmatrix}<br \/>\na_{11} &amp; a_{12} &amp; a_{13} \\\\<br \/>\na_{21} &amp; a_{22} &amp; a_{23} \\\\<br \/>\na_{31} &amp; a_{32} &amp; a_{33}<br \/>\n\\end{vmatrix}<br \/>\n= a_{11} \\cdot a_{22} \\cdot a_{33}<br \/>\n+ a_{12} \\cdot a_{23} \\cdot a_{31}<br \/>\n+ a_{13} \\cdot a_{21} \\cdot a_{32}<br \/>\n&#8211; a_{13} \\cdot a_{22} \\cdot a_{31}<br \/>\n&#8211; a_{11} \\cdot a_{23} \\cdot a_{32}<br \/>\n&#8211; a_{12} \\cdot a_{21} \\cdot a_{33}<br \/>\n\\tag{2}<br \/>\n\\]<\/p>\n<p>This rule is useful for manual calculations and shows how elements from different rows and columns combine in the determinant.<\/p>\n<h2>The Minor Method: Calculating the Determinant of Higher-Order Matrices<\/h2>\n<p>When the size of a matrix exceeds 3\u00d73, simple <em>&#8220;ready-made&#8221;<\/em> formulas are no longer available. However, there is a general approach that works for matrices of any order. This approach relies on the concepts of minors and cofactors.<\/p>\n<h3>Minor and Cofactor \u2014 Two Key Concepts<\/h3>\n<p>Let\u2019s consider a square matrix of order \\(n\\). Then:<\/p>\n<ul>\n<li>The minor \\(M_{ij}\\) of an element \\(a_{ij}\\) is the determinant of the matrix of order \\(n-1\\), obtained by deleting the \\(i\\)-th row and the \\(j\\)-th column from the original matrix.<\/li>\n<li>The cofactor \\(A_{ij}\\) of an element \\(a_{ij}\\) is the minor with a <em>&#8220;sign&#8221;<\/em> that depends on the sum of the indices:<\/li>\n<\/ul>\n<p>\\[<br \/>\nA_{ij} = (-1)^{i+j} \\cdot M_{ij};<br \/>\n\\]<\/p>\n<p>Thus, each element of the matrix is <em>&#8220;linked&#8221;<\/em> to its minor and cofactor.<\/p>\n<h3>Expansion by Row or Column<\/h3>\n<p>Using cofactors, the determinant of matrix \\(A\\) can be calculated by expanding it along any row or column. For example, if we expand along the \\(i\\)-th row, we get:<\/p>\n<p>\\[<br \/>\n\\det(A) = a_{i1} \\cdot A_{i1} + a_{i2} \\cdot A_{i2} + a_{i3} \\cdot A_{i3} + \\dots + a_{in} \\cdot A_{in}<br \/>\n\\tag{3}<br \/>\n\\]<\/p>\n<p>In this case, we multiply each element of the chosen row by its cofactor and sum all these products. Similarly, we can expand along any column.<\/p>\n<p>In practice, this approach is often applied <a title=\"Recursion (computer science)\" href=\"https:\/\/en.wikipedia.org\/wiki\/Recursion_(computer_science)\" target=\"_blank\" rel=\"nofollow noopener\">recursively<\/a>: to compute the determinant of a matrix of order \\(n\\), we first compute several determinants of order \\(n-1\\). For those, we apply the expansion again, continuing until we reach 2\u00d72 or 3\u00d73 matrices, where formulas (1) and (2) can be used.<\/p>\n<h4>Practical Tip \u2014 How to Choose a Row or Column<\/h4>\n<p>Can you choose any row or column for the expansion? Yes, the result will be the same. However, from a computational perspective, it\u2019s better to choose a row or column with the most zero elements. This way, some terms in formula (3) will immediately be zero, and fewer minors will need to be computed.<\/p>\n<p>This approach is especially useful in programming: choosing the right row or column can significantly reduce the number of operations.<\/p>\n<h2>Geometry: The Geometric Meaning of the Determinant of a Matrix<\/h2>\n<p>It is important to discuss the geometric meaning of the determinant separately. It helps us better understand what this number actually <em>&#8220;measures&#8221;<\/em>.<\/p>\n<h3>2\u00d72 Case \u2014 Area of a Parallelogram<\/h3>\n<p>Consider the matrix<\/p>\n<p>\\[<br \/>\nA =<br \/>\n\\begin{pmatrix}<br \/>\na_{11} &amp; a_{12} \\\\<br \/>\na_{21} &amp; a_{22}<br \/>\n\\end{pmatrix};<br \/>\n\\]<\/p>\n<p>Its columns can be viewed as vectors in the plane:<\/p>\n<ul>\n<li>The first vector goes from the point \\((0,0)\\) to \\((a_{11}, a_{21})\\).<\/li>\n<li>The second vector goes from the point \\((0,0)\\) to \\((a_{12}, a_{22})\\).<\/li>\n<\/ul>\n<p>These two vectors form a parallelogram.<\/p>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter wp-image-10018958 size-full\" src=\"https:\/\/www.mathros.net.ua\/en\/wp-content\/uploads\/2023\/04\/matrix-determinant15.jpg\" alt=\"Image of the parallelogram formed by the column vectors of a 2\u00d72 matrix\" width=\"600\" height=\"350\" \/><\/p>\n<p>The absolute value of the determinant of matrix \\(A\\) equals the area of this parallelogram:<\/p>\n<p>\\[<br \/>\nS = \\left| a_{11} \\cdot a_{22} &#8211; a_{12} \\cdot a_{21} \\right|.<br \/>\n\\]<\/p>\n<p>Furthermore, the sign of the determinant indicates the <em>&#8220;orientation&#8221;<\/em> of the vector pair: whether we <em>&#8220;turn&#8221;<\/em> from the first vector to the second in a clockwise or counterclockwise direction. If the determinant is positive, the orientation is one way; if negative, it is the opposite. If the determinant is zero, the vectors lie on the same line, meaning the parallelogram has <em>&#8220;collapsed&#8221;<\/em>, and its area is zero.<\/p>\n<h3>Higher Dimensions \u2014 Volume of a Parallelepiped and \\(n\\)-Dimensional Volumes<\/h3>\n<p>In three-dimensional space (for a 3\u00d73 matrix), the geometric meaning of the determinant is related to the volume of the parallelepiped formed by the column vectors of the matrix. For an n\u00d7n matrix, the determinant can be interpreted as the <em>&#8220;volume&#8221;<\/em> of an \\(n\\)-dimensional parallelepiped. This is harder to visualize, but the concept remains the same: the determinant shows how the matrix <em>&#8220;stretches&#8221;<\/em> or <em>&#8220;compresses&#8221;<\/em> a unit volume in the corresponding space.<\/p>\n<h2>Practice with Determinants: Examples and Explanations<\/h2>\n<p>To ensure the topic is not just theoretical, let&#8217;s move on to some practical problems. Step by step, we will solve a few typical examples of calculating the determinant of a matrix and apply the properties you\u2019ve already learned. Pay attention not only to the answer but also to the logic behind it \u2014 this logic helps you quickly navigate similar exercises.<\/p>\n<h3 class=\"example\">Example 1: What is the determinant of a matrix \\(A\\) if all its elements are zero?<\/h3>\n<p>Let\u2019s recall the property: if all the elements of at least one row (or column) are zero, the determinant of such a matrix is zero. Here, all rows consist of zeros, so this condition is definitely satisfied.<\/p>\n<p>Thus,<\/p>\n<p>\\[<br \/>\n\\det(A) = 0;<br \/>\n\\]<\/p>\n<h3 class=\"example\">Example 2: What is the determinant of a matrix \\(A\\) if all its elements are the same?<\/h3>\n<p>In this case, all the elements of matrix \\(A\\) are identical, for example, equal to some number \\(c\\). What does this mean for the rows and columns?<\/p>\n<p>In such a matrix, all the rows are identical (and similarly, all the columns are identical). We already know an important property: if a matrix has at least two identical rows or columns, its determinant equals zero.<\/p>\n<p>Thus, regardless of the size of the matrix, we have:<\/p>\n<p>\\[<br \/>\n\\det(A) = 0;<br \/>\n\\]<\/p>\n<h3 class=\"example\">Example 3: Calculate the determinant of a 2\u00d72 matrix<\/h3>\n<p>\\[<br \/>\nA =<br \/>\n\\begin{pmatrix}<br \/>\n1 &amp; 5 \\\\<br \/>\n3 &amp; 1<br \/>\n\\end{pmatrix};<br \/>\n\\]<\/p>\n<p>Using the formula for a 2\u00d72 matrix:<\/p>\n<p>\\[<br \/>\n\\det(A) =<br \/>\n\\begin{vmatrix}<br \/>\n1 &amp; 5 \\\\<br \/>\n3 &amp; 1<br \/>\n\\end{vmatrix}<br \/>\n= 1 \\cdot 1 &#8211; 5 \\cdot 3 = 1 &#8211; 15 = -14;<br \/>\n\\]<\/p>\n<p>Thus, the determinant of matrix \\(A\\) is \\(-14\\).<\/p>\n<h3 class=\"example\">Example 4: Calculate the determinant of a 3\u00d73 matrix<\/h3>\n<p>\\[<br \/>\nA =<br \/>\n\\begin{pmatrix}<br \/>\n2 &amp; 4 &amp; 5 \\\\<br \/>\n1 &amp; 0 &amp; 3 \\\\<br \/>\n3 &amp; -1 &amp; 2<br \/>\n\\end{pmatrix};<br \/>\n\\]<\/p>\n<p>We\u2019ll use Sarrus&#8217; rule (the triangle rule). Then:<\/p>\n<p>\\[<br \/>\n\\det(A) =<br \/>\n\\left|<br \/>\n\\begin{matrix}<br \/>\n2 &amp; 4 &amp; 5 \\\\<br \/>\n1 &amp; 0 &amp; 3 \\\\<br \/>\n3 &amp; -1 &amp; 2<br \/>\n\\end{matrix}<br \/>\n\\right|<br \/>\n= 2 \\cdot 0 \\cdot 2 + 4 \\cdot 3 \\cdot 3 + 5 \\cdot 1 \\cdot (-1)<br \/>\n&#8211; 5 \\cdot 0 \\cdot 3 &#8211; 4 \\cdot 1 \\cdot 2 &#8211; 2 \\cdot 3 \\cdot (-1);<br \/>\n\\]<\/p>\n<p>Now, let\u2019s calculate step by step:<\/p>\n<p>\\[<br \/>\n\\det(A) = 0 + 36 &#8211; 5 &#8211; 0 &#8211; 8 + 6 = 29;<br \/>\n\\]<\/p>\n<p>Thus, the determinant of matrix \\(A\\) is \\(29\\).<\/p>\n<h3 class=\"example\">Example 5: Calculate the determinant of a 4\u00d74 matrix<\/h3>\n<p>\\[<br \/>\nA =<br \/>\n\\begin{pmatrix}<br \/>\n1 &amp; 5 &amp; 3 &amp; -4 \\\\<br \/>\n3 &amp; 1 &amp; -2 &amp; 0 \\\\<br \/>\n5 &amp; -7 &amp; 0 &amp; 10 \\\\<br \/>\n0 &amp; 3 &amp; -5 &amp; 0<br \/>\n\\end{pmatrix};<br \/>\n\\]<\/p>\n<p>Notice the last (fourth) row: it contains two zeros. This is useful because expanding along this row will allow us to calculate the determinant with fewer computations. So, let\u2019s expand along the fourth row:<\/p>\n<p>\\[<br \/>\n\\det(A) = a_{41} \\cdot A_{41} + a_{42} \\cdot A_{42} + a_{43} \\cdot A_{43} + a_{44} \\cdot A_{44};<br \/>\n\\]<\/p>\n<p>For the elements of the fourth row, we have:<\/p>\n<p>\\[<br \/>\na_{41} = 0;\\quad a_{42} = 3;\\quad a_{43} = -5;\\quad a_{44} = 0;<br \/>\n\\]<\/p>\n<p>So, the formula now contains only non-zero terms:<\/p>\n<p>\\[<br \/>\n\\det(A) = 3 \\cdot A_{42} &#8211; 5 \\cdot A_{43};<br \/>\n\\]<\/p>\n<p>Now, let\u2019s find the corresponding cofactors:<\/p>\n<p>\\[<br \/>\nA_{42} = (-1)^{4+2} \\cdot<br \/>\n\\left|<br \/>\n\\begin{matrix}<br \/>\n1 &amp; 3 &amp; -4 \\\\<br \/>\n3 &amp; -2 &amp; 0 \\\\<br \/>\n5 &amp; 0 &amp; 10<br \/>\n\\end{matrix}<br \/>\n\\right|<br \/>\n= (-1)^6 \\cdot (-150) = -150;<br \/>\n\\]<\/p>\n<p>\\[<br \/>\nA_{43} = (-1)^{4+3} \\cdot<br \/>\n\\left|<br \/>\n\\begin{matrix}<br \/>\n1 &amp; 5 &amp; -4 \\\\<br \/>\n3 &amp; 1 &amp; 0 \\\\<br \/>\n5 &amp; -7 &amp; 10<br \/>\n\\end{matrix}<br \/>\n\\right|<br \/>\n= (-1)^7 \\cdot (-36) = 36;<br \/>\n\\]<\/p>\n<p>Substituting these values into the expansion formula:<\/p>\n<p>\\[<br \/>\n\\det(A) = 3 \\cdot (-150) &#8211; 5 \\cdot 36 = -450 &#8211; 180 = -630;<br \/>\n\\]<\/p>\n<p>Thus, the determinant of matrix \\(A\\) is \\(-630\\).<\/p>\n<h2>What to Study Next: Useful Topics for Further Exploration<\/h2>\n<p>If you enjoyed working with determinants, it\u2019s a good idea to take the next step and explore related topics. Where should you begin?<\/p>\n<ol>\n<li><a title=\"Inverse matrix and determinant\" href=\"https:\/\/www.mathros.net.ua\/en\/inverse-of-a-matrix.html\">Inverse Matrix and Determinant: When a Matrix Has an Inverse<\/a> \u2014 You\u2019ll see how a non-zero determinant guarantees the existence of an inverse matrix and plays a role in formulas for finding it.<\/li>\n<li><a title=\"Gaussian elimination and the determinant\" href=\"https:\/\/www.mathros.net.ua\/en\/determinant-of-a-matrix-using-gaussian-elimination.html\">Gaussian Elimination and the Determinant: The Path to Triangular Form<\/a> \u2014 You will learn how to transform a matrix into triangular form and find the determinant as the product of the diagonal elements.<\/li>\n<li><a title=\"Systems of equations and determinants\" href=\"https:\/\/www.mathros.net.ua\/en\/cramers-rule.html\">Systems of Equations and Determinants: Cramer\u2019s Rule in Practice<\/a> \u2014 You will learn how to solve small systems of equations using Cramer\u2019s rule and how determinants appear in the formulas.<\/li>\n<\/ol>\n<p>These topics build on each other and will help you gain a deeper understanding of how determinants are used in various areas of linear algebra and its applications.<\/p>\n<h2>Determinant of a Matrix: A Flowchart as the Basis for Code<\/h2>\n<p>If you&#8217;re interested in programming, the flowchart of the algorithm for expanding a determinant along the first row could serve as the foundation for a simple program in your preferred language. Look at the diagram and follow the process: from the input matrix to the resulting determinant value. Then imagine that each block represents a few lines of code. This way, you can transfer the algorithm into <a title=\"What is Python\" href=\"https:\/\/www.mathros.net.ua\/en\/what-is-python.html\"><em>Python<\/em><\/a>, <em>C++<\/em>, <em>Java<\/em>, or any other language, and compute determinants of matrices of various sizes with a single run of the program. This exercise will help you better understand the <em>&#8220;Determinant of a Matrix&#8221;<\/em> topic and practice turning flowcharts into working code.<\/p>\n<p><img decoding=\"async\" class=\"size-full wp-image-10026320 aligncenter\" src=\"https:\/\/www.mathros.net.ua\/en\/wp-content\/uploads\/2025\/11\/matrix-determinant18.jpg\" alt=\"Flowchart of an algorithm for finding the determinant of a matrix using expansion by the first row\" width=\"600\" height=\"1043\" \/><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The determinant of a matrix is a fundamental concept in linear algebra that every student in technical or mathematical fields<\/p>\n","protected":false},"author":1,"featured_media":2052,"comment_status":"open","ping_status":"closed","sticky":false,"template":"template-centered.php","format":"standard","meta":{"footnotes":""},"categories":[414],"tags":[415,417,416,134,418],"class_list":["post-2029","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-fundamentals-of-matrix-algebra","tag-determinant-of-a-matrix","tag-linear-algebra","tag-matrix-determinant","tag-numerical-methods","tag-square-matrices"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.mathros.net.ua\/en\/wp-json\/wp\/v2\/posts\/2029","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mathros.net.ua\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mathros.net.ua\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mathros.net.ua\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mathros.net.ua\/en\/wp-json\/wp\/v2\/comments?post=2029"}],"version-history":[{"count":22,"href":"https:\/\/www.mathros.net.ua\/en\/wp-json\/wp\/v2\/posts\/2029\/revisions"}],"predecessor-version":[{"id":2032,"href":"https:\/\/www.mathros.net.ua\/en\/wp-json\/wp\/v2\/posts\/2029\/revisions\/2032"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mathros.net.ua\/en\/wp-json\/wp\/v2\/media\/2052"}],"wp:attachment":[{"href":"https:\/\/www.mathros.net.ua\/en\/wp-json\/wp\/v2\/media?parent=2029"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mathros.net.ua\/en\/wp-json\/wp\/v2\/categories?post=2029"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mathros.net.ua\/en\/wp-json\/wp\/v2\/tags?post=2029"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}