Questions tagged [determinant]

Questions about determinants: their computation or their theory. If $E$ is a vector space of dimension $d$, then we can compute the determinant of a $d$-uple $(v_1,\ldots,v_d)$ with respect to a basis.

The determinant is a value that can be computed from the entries of a square matrix. This value is different from $0$ if and only if the matrix has an inverse and the determinant of the identity matrix is equal to $1$. For instance, for a $2\times 2$ matrix whose entries of the first line are $a$ and $b$ and whose entries of the second line are $c$ and $d$, the determinant is $ad-bc$.

If $f\colon\mathbb{R}^n\longrightarrow\mathbb{R}^n$ is a linear map and if $b$ is a basis of $\mathbb{R}^n$, then the determinant of the matrix of $f$ with respect to $b$ does not depend upon the choice of $b$; this number is called the determinant of $f$. The linear map $f$ has an inverse if and only if its determinant is not $0$.

Determinants are useful in the analysis of systems of linear equations and in the study of endomorphisms of finite-dimensional vector spaces.

6889 questions
1
vote
2 answers

A way of writing the Leibniz formula for determinants

Is it right to write the Leibniz formula for the determinant the following way? \begin{equation} \det{X} = \frac{1}{n!}\sum_{i_1=1}^n\cdots\sum_{i_n=1}^n \sum_{j_1=1}^n\cdots\sum_{j_n=1}^n\epsilon_{i_1\cdots i_n}\epsilon_{j_1\cdots…
1
vote
1 answer

Cramer's Rule for $n$ unknowns?

I know Cramer's rule for $2$ and $3$ unknowns. Is there a Cramer's Rule for $n≥4$? (where $n$ is the number of unknowns) I'm not able to find it on the net. What is the idea behind the Cramer's rule? How can I write the Cramer's rule for $n$…
William
  • 4,893
1
vote
1 answer

Determinant rule

I have problems understanding which determinant rules where used to get this equation here. $E$ is $n$ x $n$ and $H$ is $m$ x $m$ matrix, I hope you understand other dimensions from that $$\begin{align} \det D(G)=&\det \begin{pmatrix} 0&\overline a…
1
vote
2 answers

Determinants of $4\times4$ Matrices

I have no idea how to start the question, but in the question before this were asked to prove: $\det(A) \times \det(B) = \det(AB)$ So, I was trying to find a matrix C which would be multiplied by the first matrix to produce the second matrix, but…
J-Dorman
  • 129
1
vote
1 answer

Is Sum of Principal Minors Equals to Pseudo Determinant?

I'd like to prove following statement and check whether it's true or not. Let $M$ be a diagonalizable $n × n$ matrix. If the rank of $M$ equals $r (> 0)$, then the pseudo determinant pdet$M$ equals the sum of all principal minors of order…
snapper
  • 589
1
vote
3 answers

Determinant Problem

Question: My problem: I can't understand how does the hint work.I also want to know the best method to solve this problem.
user517784
1
vote
0 answers

Determinant of two linearly independent vectors

Can someone help me explain the relationship between two linearly independent vectors and their determinant? Is it always true that the determinant of two lin. ind. vectors is 0? Is there a proof for that?
1
vote
1 answer

Solving $n\times n$ determinant using triangular shape

I have just started learning to solve nth order determinants by getting it into the triangular shape ( in this way the determinant is equal to the multiple of main or additional diagonal + the determination of the sign ). I have solved a couple of…
1
vote
1 answer

Determinant of $M^T M$ for sparse matrixes

I need to compute numerically the determinant of $M^T M$ where $M$ is a large (non-square) sparse matrix. Is there any sensible way to compute it? More generally, is there any mathematical property of determinants for expressions like $M^T M$?
1
vote
2 answers

Determinant and constant multiple.

For a determinant of a matrix to be zero, is it always necessary that atleast one row of a matrix should be a constant multiple of another?
Zephyr
  • 1,163
  • 1
  • 15
  • 30
1
vote
3 answers

Find $\det(A^3B^2+A^2B^3)$ for $A,B$ s.t. $AB = BA$ given $\det A,\det B$.

If two matrices $A$ and $B$ are such that $AB = BA$ with $\det A = 1$ and $\det B = 0$, then what is $\det(A^3B^2 + A^2B^3)$ ?
1
vote
1 answer

Property of a determinant proof using LDU decomposition

I don't think that this one has been asked, but I've been told that there is proof for a fundamental property of determinants that hinges on LDU decomposition of a matrix. I just can't figure out what property that is and I don't even know why one…
1
vote
2 answers

Prove that the determinant represents a straight line.

Let $a,b,c$ be real numbers such that $a^2+b^2+c^2=1$, then show that the equation represents a straight line. Expansion of determinant is tedious. I can see that matrix is symmetric but not able to use this fact. Could someone help me with this?
Mathematics
  • 3,973
1
vote
1 answer

Determinant properties. Am I right?

If A,B 3 x 3 matrix. If $\det(A) = 3, \det(B) = 2$. Find the determinant of the following: $(2A^{-1}), 3(B)^{-1}, (5A)B^{-1}$ Respectively $\frac{2^3}{3}, \frac{3^3}{2}, \frac{5^3}{2}$ Is that right?
Tinler
  • 1,061
1
vote
2 answers

Really Quick question determinant properties

I think there is a mistake in my textbook but just making sure If $A$ and $B$ are $4 \times 4$ matrices and $\det(A) = 3$ and $\det(B) = 5$, what is the determinant of $(3A)^{-1}$? My solution: $$\frac{1}{\det(3A)} = \frac{1}{3^4 \det(A)} =…
user349557
  • 1,407
  • 3
  • 20
  • 33