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

Calculate the following determinant

How do I calculate the following determinant? $$ \begin{vmatrix} a_n & -1 & 0 & \dots & 0 & 0 \\ a_{n-1} & x & -1 & \dots & 0 & 0 \\ a_{n-2} & 0 & x & \dots & 0 & 0 \\ \vdots & \vdots & \vdots & \ddots & \vdots & \vdots \\ a_1 & 0 & 0 &…
RonH
  • 335
1
vote
2 answers

How to calculate a determinant that is based on another.

For the real numbers $p$, $q$, $r$, $s$, $t$, $u$, $v$, $w$, $x$, \begin{vmatrix} p & q & r \\ s & t & u \\ v & w & x \end{vmatrix} = -3. Find \begin{vmatrix} p & 2q & 5r + 4p \\ s & 2t & 5u + 4s \\ v & 2w & 5x + 4v \end{vmatrix}. Is this a problem…
user406996
  • 663
  • 1
  • 5
  • 14
1
vote
0 answers

On a $3\times 3$ matrix.

An integer matrix $M = \begin{bmatrix} -a& b& -c\\ d& e& f\\ g& h& -i \end{bmatrix}$ has determinant $c e g + b f g - c d h + a f h + b d i + a e i$. Assume $0
Turbo
  • 6,221
1
vote
2 answers

Determinant Calculation4

$A=(a_{ij})_{nxn}$ $ a_{ij},u_{i} \ \in F $ Prove: $\det\begin{pmatrix}u_{1}a_{11}& u_{2}a_{12}&...& u_{n}a_{1n}\\ a_{21}& a_{22}& ...& a_{2n}\\ ...&...&...&...\\ …
Itay4
  • 2,166
1
vote
0 answers

Calculate a given determinant

I need to calculate the following determinant by using the properties of determinants. $$\begin{vmatrix} x & 1 & x^2 + 4x - 2\\ -1 & x & x^2 - 4\\ 2 & -2 & x^2 - 2x + 4 \end{vmatrix}$$ I know that the result must be $(x^3 + x + 4)(x - 2)$, but I…
George R.
  • 2,833
1
vote
1 answer

What does this statement mean, related to determinants?

I cannot understand this statement which accompanies a standard result from Determinants and Matrices. The statement is as follows: "If any line of a determinant D be passed over m parallel lines, the resulting determinant D' is equal to…
111
  • 68
1
vote
1 answer

A tricky Determinant proof using its properties.

I have the following determinant : Row1: (-2a) (a+b) (a+c) Row2: (a+b) (-2b) (b+c) Row3: (a+c) (b+c) (-2c) I need to prove that the determinant equals 4(a+b)(b+c)(c+a). I have tried using all the standard determinant properties, but I…
Newton
  • 1,230
1
vote
1 answer

Is there a way to write the following expression as a single identity?

while doing a problem I have the following expression $$\left| \begin{array}{cc} y_2 & y_3 \\ y_2'' & y_3'' \\ \end{array} \right| y_1 + \left| \begin{array}{cc} y_1 & y_3 \\ y_1'' & y_3'' \\ \end{array} \right| y_2 + \left| \begin{array}{cc} y_1…
ILoveMath
  • 10,694
1
vote
2 answers

Least value of a determinant

If $a^2-b^2=2$ then what is the least possible value of: \begin{vmatrix} 1+a^2-b^2 & 2ab &-2b\\ 2ab & 1-a^2+b^2&2a\\2b&-2a&1-a^2-b^2 \end{vmatrix} I tried to express the determinant as a product of two determinants but could not do so. Seeing no way…
Navin
  • 2,605
1
vote
1 answer

Geometric interpretation of determinant when two rows are swapped

Suppose we are considering a matrix $A\in\Bbb R^{2\times 2}$ withlinearly independent columns. Its determinant $det A$ is the area of the parallelogram enclosed by the two vectors. Suppose I exchange the rows of the matrix. Then it's determinant…
learning
  • 633
1
vote
1 answer

Evaluate the following determinant:

If $\alpha$ and $\beta$ are non real numbers satisfying $x^3 -1 = 0$ , then evaluate, \begin{vmatrix} \lambda +1 &\alpha &\beta\\ \alpha &\lambda + \beta &1\\ \beta &1 &\lambda + \alpha \end{vmatrix} I tried this: $\alpha $ =$\omega$, $\beta =…
1
vote
0 answers

determinant of a matrix with increased off-diagonal elements

I have symmetric matrix which is formed by complex integer vectors as follows \begin{bmatrix} \|f_1\|^2 & af_2^Hf_1 & bf_3^Hf_1 & \dots \\ a^*f_1^Hf_2 & \|f_2\|^2 & cf_3^Hf_2 & \dots \\ b^*f_1^Hf_3 & c^*f_2^Hf_3 & \|f_3\|^2 & \dots \\ \vdots &…
mehrdad
  • 11
1
vote
0 answers

How do I know that $\det(a,b)$ is the area of parallelogram?

Please give an easy explanation, high school level.
jijl
  • 11
1
vote
1 answer

$m$ order determinant related

How to find following $m$ order…
kalpeshmpopat
  • 3,270
  • 4
  • 28
  • 42
1
vote
1 answer

Non-Changing Determinant When Adding (Seemingly) Arbitrary Entries

Question: I've found that adding what seem to be arbitrary values in the 4th row don't change the value of the determinant. Why is that? A = $\begin{bmatrix} 0 & 2 & 0 & 0 & 0 \\ 0 & 0 & 0 & 4 & 0 \\ 0 & 0 & 5 & 0 & 0 \\ 3 & 0 & 0 & 0 & 0 \\ 0 & 0 &…