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
1 answer

Determinant of PSD matrix and PSD submatrix inequality

I'm reading this paper and in the appendix I see the following statement: For $A \in R^{m\times m}, B \in R^{n\times m}, C \in R^{n\times n}$, if $D = \begin{bmatrix}A & B\\B^T & C\end{bmatrix}$ is positive semi-definite then, $det(D) \leq…
munk
  • 215
1
vote
2 answers

orthogonal real matrix means characteristic polynomial satsifies $p(t) = t^n p(t^{-1})$

I read somewhere that orthogonal matrix $Q$ with real entries means that the characteristic polynomial $p(t) = \det(tI - Q)$ satisfies $p(t) = t^n p(t^{-1})$. I know that the roots lie on a unit circle due to orthogonality and come in conjugate…
Math_Day
  • 1,227
1
vote
0 answers

Derivative of metric tensor with respect to entries

I am trying to figure out how to compute $\frac{\partial |Z|}{Z_{ij}}$ where $|Z|$ is the volume element and $Z_{ij}$ is the covariant metric tensor entries. Apparently the answer is given as: $$ \frac{\partial Z}{\partial Z_{ij} }= ZZ^{ij}$$ My…
1
vote
0 answers

Does a determinant value always remain same irrespective of the no of operation on it.

Prove that the determinant is independent of $\theta$: $$ \begin{vmatrix} x & \sin \theta & \cos \theta \\ - \sin \theta & -x &1 \\ \cos \theta& 1 & x \end{vmatrix} $$ I expanded it along row 1 and I got $-x^3 + 2x$. My question is, since we say…
Rider
  • 195
1
vote
1 answer

Transposing Lemma for n x n determinants

Given real numbers $\,x_1,\dots,x_n,\,$ real functions $\,\phi_0,\dots,\phi_{n-1},\,$ and $\,\varphi_0,\dots,\varphi_{n-1},\,$ I have to prove the following lemma: $$\det[\phi_{j-1}(x_k)]\det[\varphi_{j-1}(x_k)] = \det[\sum_{m=1}^n…
m120p
  • 185
1
vote
1 answer

Determinant and matrices operations

My teacher told that in a determinant if we do some operations on a row or column then the coefficient of that should be 1 otherwise the whole determinant should be multiplied with that quantity. I am confused over his sentence... If we take for…
Faham J
  • 13
1
vote
2 answers

Evaluate the determinant $\begin{vmatrix} y+z&z&y\\z&z+x&x\\y&x&x+y\end {vmatrix}$

Performing the operation $R_1\rightarrow R_1-R_2-R_3$ $$\begin{vmatrix} 0&-2x&-2x \\ y&z+x&x \\ z & x&x+y \end{vmatrix}$$ Pulling $-2x$ out and performing $C_2\rightarrow C_2-C_3$ $$-2x\begin{vmatrix} 0&0&1\\ y&z&x \\ z&-y&x+y…
Aditya
  • 6,191
1
vote
3 answers

Prove that the value of $\Delta$ is an integer for the given determinant

$\Delta=\begin{vmatrix} \sqrt 6& 2i& 3+\sqrt 6 \\ \sqrt{12}&\sqrt 3 +\sqrt8i &3\sqrt 2 +\sqrt 6i \\ \sqrt{18} &\sqrt 2+ \sqrt {12}i &\sqrt {27}+2i \end{vmatrix}$ taking $\sqrt 6$ out from the first column and performing the following operations…
Aditya
  • 6,191
1
vote
1 answer

Compute determinant of matrix below

Let $$ M = \begin{bmatrix} d_{1} - \lambda & 0 & \cdots & 0 & \zeta_{1} \\ 0& d_{2} - \lambda & \cdots & 0 & \zeta_{2} \\ \vdots & \vdots & \ddots & \vdots \\ 0 & 0 & \cdots & d_{n-1} - \lambda & \zeta_{n-1} \\ \zeta_{1} & \zeta_{2} & \cdots &…
user560461
  • 1,735
  • 8
  • 16
1
vote
1 answer

What does "volume" mean in "signed volume"?

I've read that the determinant of a matrix gives the signed volume of the parallelotope spanned by the matrix column vectors. I can see how that works for Cartesian coordinates using standard unit basis vectors, but how does it work if, for example,…
Peter4075
  • 849
1
vote
0 answers

Simple matrix determinant expression

I'm currently resolving a problem, and I came across the following matrix for which I need an expression of the determinant. $$ \begin{matrix} a+1 & 1 & 1 & 1 & . & . & . & 1 & 1 \\ -a & a+1 & 1 & 1 & . & . & . & 1 & 1 \\ 0 & -a &…
1
vote
1 answer

Determinant of the product of two matrices with different dimensions

If $P$ is a $2\times 3$ matrix, $Q$ is a $3\times 2$ matrix and $\det(PQ)=2019,$ then what is $\det(QP) $? What I tried: assume $$P = \begin{pmatrix}a&& b&&c\\ d&&e&&f\\\end{pmatrix}$$ and…
jacky
  • 5,194
1
vote
1 answer

Determinant of this $N$ x $N$ matrix

Let $\nu$ be the minimum integer which satisfies $2\sin(\frac{\pi \nu}{2(N+1)})>\tau$, for $N$ an integer, and $\tau$ an arbitrary positive number. Since the LHS is bounded and RHS is not, there might be cases where no such value of $\nu$ satisfying…
Mani Jha
  • 59
  • 4
1
vote
1 answer

Determine the value of determinant in terms of $\cos \theta$

Find the value of the following determinant of $n \times n$ matrix: $$\det A=\begin{vmatrix} 1&\cos \theta_{1}&\cos 2\theta_{1}&\dots&\cos (n-1)\theta_{1}\\ 1&\cos \theta_{2}&\cos 2\theta_{2}&\dots&\cos…
weilam06
  • 584
  • 4
  • 18
1
vote
1 answer

Elements multiplied by cofactors of another row/column

In my book this property has been given without proof: Sum of the products of the elements of any row or column with the cofactors of the corresponding elements of any other row or column is $0$. Can someone please provide the proof of it? I…
Archer
  • 6,051