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

What kind of determinant is this?

Source: http://www.mathwords.com/a/area_convex_polygon.htm What kind of determinant is that? Is there a standard convention to interpret determinants in that form? Of course, looking at the expansion, one can guess that the same determinant could…
Yashas
  • 299
  • 3
  • 18
3
votes
2 answers

Complexity of calculating the determinant of a $n \times n$ matrix using Laplace expansion

The time complexity for calculating the determinant of a $n \times n$ matrix (with some additional properties on its entries) is known to be in $O(n!)$. What is a good reference on the topic? The derivations might not be so obvious. Let's quickly…
pluton
  • 1,209
  • 2
  • 11
  • 30
3
votes
1 answer

Critical points of the determinant

Let $X$ be a real $n\times n$ matrix with $n\geq 3$ and consider the function $f\colon (\mathbb{R}^{n})^n\to \mathbb{R}$ defined by $f(X)=\det X$ where $\det X$ means the determinant of $X$. If $X$ has rank $n-1$, is $X$ a critical point of $f$? How…
chris
  • 2,659
3
votes
3 answers

Solve the following system of homogeneous linear equation.

$$2x-y+z=0, 3x+2y-z=0,x+4y+3z=0$$ $$ \begin{vmatrix} 2 & -1 & 1 \\ 3 & 2 & -1 \\ 1 & 4 & 3 \\ \end{vmatrix} $$ By reducing row $$R_1=R_1-2R_3\\R_2=R_3-3R_3$$ we get \begin{vmatrix} 0 & -9 & -5 \\ …
bappy
  • 91
3
votes
2 answers

Without expanding the determinant.

In the below determinant, without expanding the determinant we have to prove that the determinant is zero. I know how to solve it by expanding, but without that I have no idea.
3
votes
1 answer

How to evaluate the given determinant

Question Statement:- Show that $$\begin{vmatrix} (b+c)^2 & c^2 & b^2 \\ c^2 & (c+a)^2 & a^2 \\ b^2 & a^2 & (a+b)^2 \\ \end{vmatrix}=2(ab+bc+ca)^3$$ Attempt at a Solution:- 1st attempt(which was in…
user350331
  • 2,728
  • 4
  • 20
  • 41
3
votes
1 answer

Determinant function

I know the definition of Determinant function that it is a mapping $D: \mathbb{K}^{n \times n} \rightarrow \mathbb{K}$ such that (i) $D$ is n-linear (ii) $D(A) = 0$, if two rows are equal (iii) $D(I) = 1$ for the identity matrix I. where…
Amanda
  • 179
3
votes
5 answers

Find the determinant of $I+A$

Let $A$ be a $2\times2$ matrix with real entries such that $A^2=0$.Find the determinant of $I+A$ where $I$ denotes the identity matrix. I proceed in this way :Note that $(I+A)A=A+A^2 \Longrightarrow (I+A)A=A$ (Since $A^2=0$). Now taking determinant…
Argha
  • 4,671
3
votes
0 answers

Calculate Determinant A size n

I am given homework like this, calculate the Matrix $$ \begin{bmatrix}x+1 &x&x&...&x\\x&x+2&x&...&x\\x&x&x+3&...&x\\...&...&...&...&...\\x&x&x&...&x+n\end{bmatrix} $$ I tried to change it into triangular matrices but the best result I get is: $$…
Kurouku
  • 39
3
votes
1 answer

Determinant of the sum of matrices

Let D be a diagonal matrix and A a Hermitian one. Is there a nontrivial way to calculate the determinant of A from the determinant of A+D and the entries of D? It can be assumed that the diagonal entries of A are all zeros. Thankyou very much.
Daniel
  • 31
  • 1
  • 3
3
votes
1 answer

How to evaluate the determinant

How to evaluate this determinant by just using row and column operations ? I'm stuck.Help please! \begin{vmatrix} -2a & a+b & a+c \\ b+a & -2b & b+c \\ c+a & c+b & -2c \end{vmatrix} BTW is there any general method to simplify symmetric determinants…
user220382
3
votes
2 answers

Proving two determinants are equal

Using determinant properties (without expanding), prove that $$ \begin{vmatrix}yz & z^2 & y^2 \\ z^2 & xz & x^2 \\ y^2 & x^2 & xy \end{vmatrix} = xyz\begin{vmatrix}x & z & y \\ z & y & x \\ y & x &z\end{vmatrix}$$ I'm completely lost and I don't…
3
votes
0 answers

Identifying factors of higher order in a determinant

Consider a $n\times n$ matrix $A$ whose elements are some polynomials in the indeterminates $x_1, x_2,\ldots,x_m$. To calculate the determinant of such a matrix, one of the usual ways is to treat the determinant as a polynomial in $x_1,\ldots,x_m$ …
Suresh
  • 373
2
votes
0 answers

Prove the following determinant without expanding

We have to prove the following result without expanding $\left|\begin{array}{lll} a^3 & a^2 &1 \\ b^3 & b^2 &1\\ c^3 & c^2 &1 \end{array} \right|=(ab+bc+ca)\left|\begin{array}{lll} a^2 & a &1 \\ b^2 & b &1\\ c^2 & c &1 …
2
votes
2 answers

Why this representation of circle is valid?

A line passing through two distinct points $P_1(x_1,y_1),P_2(x_2,y_2)$ can be expressed by $$\det\left| \begin{array}{ccc} x-x_1&y-y_1 \\ x_2-x_1&y_2-y_1 \\ \end{array} \right|=0$$ Since line is set $A=\{a P_1+bP_2|a+b=1\}$ and it corresponds to…
Maddy
  • 1,875
1 2
3
18 19