answersLogoWhite

0


Best Answer

It isn't clear what you want to solve for. If you want to find the matrix, there is not a unique solution - there are infinitely many matrices with the same determinant.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you solve if the determinant of 3 by 3 matrix is 2?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the determinant rank of the determinant of 123456 its a 2 x 3 matrix?

A determinant is defined only for square matrices, so a 2x3 matrix does not have a determinant.Determinants are defined only for square matrices, so a 2x3 matrix does not have a determinant.


How do you find the variable in this matrix 3 -2 5 a ...the determinant is 7?

If it a 2x2 matrix, the determinant is 3*a - (-2)*5 = 3a + 10 = 7 So 3a = -3 so a = -1


What does determinant mean in math?

That's a special calculation done on square matrices - for example, on a 2 x 2 matrix, or on a 3 x 3 matrix. For details, see the Wikipedia article on "Determinant".


What is the formula for the determinant of a 3 x 3 matrix?

If the matrix is { a1 b1 c1} {a2 b2 c2} {a3 b3 c3} then the determinant is a1b2c3 + b1c2a3 + c1a2b3 - (c1b2a3 + a1c2b3 + b1a2c3)


Is it possible to solve for the determinant of a 3 x 4 matrix?

No. Determinants are only defined for square matrices.No. Determinants are only defined for square matrices.


Why does the rule of sarrus work only for a 3 by 3 matrix?

In theory, a 2x2 determinant requires the evaluation of 2 products, a 3x3 determinant requires 6 products, a 4x4 determinant requires 24 products (note: that is the factorial function). The Rule of Sarrus is just a convenient memory aid for this specific case.


How can you solve for the inverse of a 3 by 3 matrix?

Gauss Elimination


Can a 3 by 3 matrix equal zero?

First we need to ask what you mean by a matrix equalling a number? A matrix is a rectangular array of numbers all of which might be zero and this is called the zero matrix. We can take the determinant of a square matrix such as a 3x3 and this may be zero even without the entries being zero.


Can someone help find the determinant of this 5x5 matrix?

sorry i didnt know how to type the matrix out basically the 5x5 matrix is... 1 2 5 0 1 2 3 7 1 9 1 2 3 0 3 0 0 1 0 0 3 2 -4 0 1 i understand that the 4th row/column is best to delete. but what do i do from here? please show step by step if you can :)


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

To answer this question, let me establish an example 3 x 3 matrix named "A": A= [a b c] [d e f] [g h i] The formula I will give you, called co-factor expansion, works for any size square matrix, so you could use it to find the determinant of a 2 x 2, 3 x 3, all the way up to an n x n matrix. To find the determinant, pick any row or column in the matrix. It will make your work much easier if you choose a row or column that has many zeroes in it. A general notation that is often used to find the determinant of a matrix is to use straight bars in place of the brackets surrounding the matrix contents. So, if I was to say mathematically that I was finding the determinant of the above example matrix, I could write it as: det(A)= |a b c| |d e f| |g h i| This notation will be used in the formula, so it is important to know this. For the sake of an arbitrary example, let us suppose I chose Row 1 of the matrix as my chosen row. To find the determinant of this matrix, I will perform the following calculation: (-1)2(a)|e f| + (-1)3(b)|d f| + (-1)4(c)|d e| |h i| |g i| |g h| This is the specific application of this general formula to the example matrix: (-1)i+j(aij)det(A1) In this formula, i and j are the row and column addresses, respectively, of a given matrix element. So, like in our specific application, when Row 1 was chosen as our subject row, the first term was (-1)1+1(A11)det(A1). The element "a" is in the first row, first column of the matrix, mean i=1 and j=1, therefore the superscript of (-1) is 1+1=2. A11 is simply the value held in the address i=1, j=1 of the matrix A. For this application, A11 was "a". det(A1) is the determinant of the submatrix A1. This submatrix has no formal nomenclature, I simply call it this for ease of explanation. A1 is the matrix created by "crossing out" the row and column that belong to the matrix element A11. In this application, that means it is the submatrix that is left after crossing out a, b, c, d, and g, which is simply the 2 x 2 matrix e,f;h,i. Performing this same process for the remainder of the matrix elements in Row 1 will yield the determinant of the matrix. So, the "generalized" form of the specific application above is: (-1)1+1(A11)det(A1) + (-1)1+2(A12)det(A2) + (-1)1+3(A13)det(A3) where A1 is the submatrix created by crossing out Row 1 and Column 1, A2 is the submatrix created by crossing out Row 1 and Column 2, and A3 is the submatrix created by crossing out Row 1 and Column 3. A final note is how to calculate the determinants of the submatrices. For a 3 x 3 matrix, its submatrices are all 2 x 2. For 2 x 2 matrices, a simple formula exists that makes this easy: |a b| = (ad) - (bc) |c d| For higher-dimension matrices, the submatrices also become larger, making the computation much more intensive.


What is the difference between matrices and determinants?

Both matrix and determinants are the part of business mathematics. Both are useful for solving business problem. Both are helpful for calculation of each other. For calculation of inverse of matrix, we need to calculate the determinant. For calculating the value of 3X3 matrix or more matrix, we need to divide determinants in sub-matrix. but there are many differences between matrix and determinants which we can explain in following points. 1. Matrix is the set of numbers which are covered by two brackets. Determinants is also set of numbers but it is covered by two bars. 2. It is not necessary that number of rows will be equal to the number of columns in matrix. But it is necessary that number of rows will be equal to the number of columns in determinant. 3. Matrix can be used for adding, subtracting and multiplying the coefficients. Determinant can be used for calculating the value of x, y and z with Cramer's Rule. By Er. Hafijullah


What is a singular matrix?

A singular matrix is a matrix which has no inverse because its determinant is zero. If you recall, the inverse of a matrix is1/ ad-bc multiplied by:[ d -b ][-c a ]If ad-bc = 0, then the inverse matrix would not exist because 1/0 is undefined, and hence it would be a singular matrix.E.g.[ 1 3][ 2 6]Is a singular matrix because 6x1-3x2 = 0.