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
2
votes
2 answers

Area of triangle and determinant

The area of a $\vartriangle ABC$ with given vertices $(a,a^2),(b,b^2),(c,c^2)$ is $\frac{1}{4}$ $sq. units$ and area of another $\vartriangle PQR$ with given vertices $(p,p^2),(q,q^2),(r,r^2)$ is $3$ $sq. units$. Then what is the value of $$ …
Zlatan
  • 651
2
votes
0 answers

Determinant computation

Good evening, It is known that the determinants $D_{k}=\begin{vmatrix}(i+j)^{k}\end{vmatrix}_{1 \leq i,j \leq n}$ are zero for $k
2
votes
1 answer

Determinant doubt

How do we prove, without actually expanding, that $$\begin{vmatrix} \sin^2 {A}& \cot {A}& 1\\ \sin^2 {B}& \cot{B}& 1\\ \sin^2 {C}& \cot{C}& 1 \end{vmatrix}=0$$ where $A,B,C$ are angles of a triangle? I tried applying cosine double angle formula but…
2
votes
3 answers

Expand a determinant

I want to expand the determinant on the left side of the following equation: $$ \left| \begin{array}{ccc} 1 & 0 & 0 \\ p & q & -1 \\ \text{a}-x & -y & -z \end{array} \right|=0.$$ I am getting $qz+y=0.$ Please verify if this is correct.
Student
  • 9,196
  • 8
  • 35
  • 81
2
votes
4 answers

How should I calculate the determinant?

$\left|\begin{array}{cccc}1&a&b&c+d\\1&b&c&a+d\\1&c&d&a+b\\1&d&a&b+c\end{array}\right|= \left|\begin{array}{cccc}1&a&b&c\\1&b&c&a\\1&c&d&a\\1&d&a&b\end{array}\right|+ \left|\begin{array}{cccc}1&a&b&d\\1&b&c&d\\1&c&d&b\\1&d&a&c\end{array}\right|$ I…
maki
  • 213
2
votes
2 answers

What is the value of the following determinant:

given that $q^2- pr<0, p>0$ then evaluate \begin{vmatrix} p &q &px+qy\\ q &r &qx+ry\\ px+qy &qx+ry &0 \end{vmatrix} I've tried this: \begin{vmatrix} p &q &px+qy\\ q &r &qx+ry\\ px+qy &qx+ry &0 \end{vmatrix} then, i modified the rows as…
user357274
2
votes
4 answers

Find the determinant using colum or row operations

I find problem in simplification. When I tried to simplify I ended up doing the regular process of finding the determinant value. The matrix is $\begin{pmatrix} 1 & 1 & 1 \\ a & b & c \\ ab & bc & ca \end{pmatrix}$.
surab
  • 29
2
votes
1 answer

Determinant property

My question is: "If determinant of $A^2$ is $0$ can we also say that determinant of $A$ is $0$?" I have tried to argue that it is by saying that if $A^2 = 0$ then $A$ must be $0$ so determinant is also $0$.
anon
  • 53
2
votes
0 answers

Prove that for each real number $r$ we can find an $n \times n$ square matrix $A$ with real entries such that determinant of $A$ is $r$.

I have proved that for each positive real number we can find an $n \times n$ diagonal matrix with each diagonal entries $r^{1/n}$ such $\det A=r.$ But how to prove for negative real numbers?
2
votes
0 answers

Computing a determinant

Suppose we have a $10 \times 10$ matrix $A$ which has $0$'s on the main diagonal (so that the trace of $A$ is $0$). Also suppose that $A^2=I$. How can we find a determinant of $A+2I$? Based on my previous question, I tried to find eigenvalues, as in…
2
votes
2 answers

Show that determinant is divisible by f(x)

Let $\alpha$ be a repeated root of the quadratic equation $f(x)=0$ and $A(x),B(x),C(x) $be polynomials of degree 3,4 and 5 respectively.Then show that \begin{vmatrix} A(x) & B(x) & C(x) \\ A(\alpha ) & B(\alpha ) & C(\alpha ) \\ A'(\alpha ) &…
user251680
2
votes
2 answers

Find $\det$ in terms of $k$

Consider the following matrix: \begin{bmatrix} 1 & 2 & 3 \\ 2 & k-3 & 4 \\ 3 & 4 & k-4 \\ \end{bmatrix} I have the following problems: How to find $\det(B)$ in terms of $k$? For what value(s) of $k$ are the column vectors of…
Adam
  • 21
2
votes
1 answer

Compute the determinant (similar to Vandermonde)

Compute the determinant of the matrix follows, $$\begin{pmatrix}1&2&\cdots&n\\1^2&2^2&\cdots&n^2\\\vdots&\vdots&\ddots&\vdots\\1^n&2^n&\cdots&n^n\end{pmatrix}$$ Thanks in advance.
David Chan
  • 1,960
2
votes
1 answer

Integration of exponential matrix and determinant?

Is it possible to prove $$\int \exp\{-\frac{1}{2}(\beta-\hat\beta)^T(X^TH^{-1}X)(\beta-\hat\beta)\}\text{d}\beta=\{\det(X^TH^{-1}X)\}^{-1/2},$$ where $\hat\beta,X,H$ are all known? What additional conditions are required for it to hold?
2
votes
0 answers

How to prove the following identity?

For any even integer $N$, define two sets $$K_+=\left\{\frac{(2m+1)\pi}{N}|m=-\frac{N}{2},-\frac{N}{2}+1,...,\frac{N}{2}-1\right\}$$ and $$K_-=\left\{\frac{2m\pi}{N}|m=-\frac{N}{2},-\frac{N}{2}+1,...,\frac{N}{2}-1\right\}.$$ For any integer $1\leq…
Enigma
  • 91