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
4
votes
0 answers

Interesting determinant problem

how to go about computing following determinant? I tried using Gaussian elimination on some special cases and figured there might be some pattern, maybe a recurrence relation involved, but I just can't see it. $\begin{vmatrix} 1 & 2 & 3 & \cdots &…
4
votes
2 answers

Simple way to find the sign of a determinant given a singular value decomposition

Consider a quadratic $n\times n$ Matrix $A$ and the general question "how to find the determinant $\det(A)$ when too lazy for a Laplace Expansion but lucky enough to get a singular value decomposition for free". Why? Within the C++ library Lapacke,…
4
votes
1 answer

The determinent of a vector? Where those it come from and then is is useful and true?

The determinant of a vector $\vec u$ and $\vec v$ is: $$\operatorname{det}(\vec{u},\vec{v})=\Big|\begin{matrix}a & c \\ b & d \end{matrix}\Big|=a\times d-b\times c$$ But what is it really? Where does it comes from and why is considered useful? Why…
4
votes
1 answer

Calculate the determinant

Calculate the determinant $$\begin{align*}D[n]=\begin{array}{cccccc} b & b & b & \dots & b & a \\ b & b & b & \dots & a & b \\ \vdots & \vdots & \vdots & & \vdots & \vdots \\ b & b & a & b & b & b \\ b & a & b & b & b & b \\ a & b & b & b & b & b…
4
votes
3 answers

Finding xy+yz+zx such that the given determinant = 0

$x≠y≠z$ $\begin{vmatrix}x&x^3&x^4-1\\y&y^3&y^4-1\\z&z^3&z^4-1\end{vmatrix} = 0$ Then xy+yz+zx = | A. x+y+z | B. $xyz$ | C. $xyz\over(x+y+z)$ | D. $(x+y+z)\over xyz$ | Given Ans - D What I did first was R1->R1-R3 & R2->R2-R3 and throwing (x-z)…
4
votes
1 answer

Calculate the determinant of the matrix

I'm asked to find the determinant of a matrix $B$ if: $$A=\left |\begin{bmatrix} a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \\ c_1 & c_2 & c_3 \\ \end{bmatrix}\right|=-k$$ $$B=\begin{bmatrix} a_3 & a_2 & a_1 \\ …
ChairOTP
  • 507
4
votes
1 answer

On the determinant of a sum: when does $\det(A+B)=\det(A)+\det(B)$ hold?

When does $\det(A+B)=\det(A)+\det(B)$ hold? Is there necessary and sufficient condition?
Turbo
  • 6,221
4
votes
2 answers

Find a complicated determinant

Find the determinant of the $m \times m$ matrix $K$ where $$K_{ij} = {1 \over 1 - x_ix_j} $$ for any values of $x_1,x_2,\dotsc, x_m$. My first thought is to make each component polynomial by scaling the rows of the matrix: $$K_{ij}…
wlad
  • 8,185
4
votes
0 answers

How can I determine the sign of a term in a determinant when the indices are out of order?

I am reading Shilov's book linear algebra. He explains how to compute determinants. Basically, for the plus terms you write \begin{equation} x_{a1}x_{b2}x_{c3}x_{d4}x_{e5} x_{f6} \end{equation} and then permute the left side indices, giving…
4
votes
1 answer

Do we have $\det=e^1\wedge\cdots\wedge e^n$?

If we think of the determinant as a multilinear map from the set of $n$-column vectors to $\mathbb{R}$, $$\det:\mathbb{R}^n\times\cdots\times\mathbb{R}^n\to\mathbb{R},$$ am I right in saying that $$\det=e^1\wedge\cdots\wedge e^n,$$ where $\{e^i\}$…
josh
  • 43
3
votes
3 answers

Easiest Method to Evaluate $3\times 3$ Determinants

After a lot of practice, I developed a method of evaluating $3\times 3$ determinants which I call the Cross - Left Fish - Right Fish. The method goes like this, for some $3 \times 3$ determinant $\left| A \right|$, $$\left| \mathbf A \right| =…
Nick
  • 6,804
3
votes
2 answers

When this hold: $\det(AA^{T})=0?$

I know if A is a column vector, the equality holds. Any comments or suggestions would be greatly appreciated.
bankrip
  • 566
3
votes
2 answers

Determinant of a flipped or rotated matrix

The determinant of a square matrix is the same as the determinant of its transpose. The transpose of a matrix can be obtained by reflecting the matrix across its main diagonal. I was wondering how the determinant might change if we transform the…
joseville
  • 1,477
3
votes
2 answers

Determinant of a matrix without actually expanding it.

Given a Matrix $$A = \begin{vmatrix} a^2 & (s-a)^2 & (s-a)^2\\ (s-b)^2 & b^2 & (s-b)^2 \\ (s-c)^2 & (s-c)^2 & c^2\\ \end{vmatrix}$$ and $$a+b+c = 2s$$ , how can I find its determinant without expanding? I've tried finding all factors which make…
3
votes
2 answers

Calculating the determinant of this matrix

Given this (very) tricky determinant, how can we calculate it easily? $$\begin{pmatrix} \alpha + \beta & \alpha \beta & 0 & ... & ... & 0 \\ 1 & \alpha + \beta & \alpha \beta & 0 & ... & 0 \\ 0 & 1 & \alpha + \beta & \alpha \beta & ... & ... \\ ...…
TheNotMe
  • 4,841
1
2
3
18 19