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

Determinants and Trigonometry

If $$ \det \begin{bmatrix} \sin(2x) & \cos^2 x & \cos(4x) \\ \cos^2 x & \cos(2x) & \sin^2 x \\ \cos^4 x & \sin^2 x & \sin(2x) \end{bmatrix} = A + B\sin x + C \sin^2 x + \cdots + Z\sin^n x $$ Then the value of $A$ is?? (a) $\quad -1$ (correct…
1
vote
1 answer

Solving a determinant using properties of a determinant

$$\begin{vmatrix} y+z & x & x\\ y & z+x & y\\ z & z & x+y \end{vmatrix}=k(xyz)$$ Find the value of $k$. I solved this question by substituting $x=y=z=1$ and then expanding the determinant to get $k=4$ which is the correct answer. Is…
Aditya Dev
  • 4,774
1
vote
0 answers

Having trouble to find the value of the following determinant

I came across the following problem from the book Higher Algebra(by barnard and Child) that says: Prove that $\,\,\begin{vmatrix} bc &bc'+b'c &b'c' \\ ca& ca'+c'a &c'a' \\ ab&ab'+a'b &a'b' \end{vmatrix}=(bc')(ca')(ab')$ My Try: Diving…
learner
  • 6,726
1
vote
4 answers

$n^{th}$ determinant

Find determinant $D_n$ of matrix $$ \begin{bmatrix} 1 & 1 & \cdots & 1 & -n \\ 1 & 1 & \cdots & -n & 1 \\ \vdots & \vdots & \ddots & \vdots & \vdots \\ 1 & -n & \cdots & 1 & 1 \\ -n & 1 & \cdots & 1 &…
user300045
  • 3,449
1
vote
3 answers

Why am I getting inconsistent results measuring the area of this skew triangle?

Consider the triangle $(0,0),(4,0),(4,3)$. This has an area of 6 by the .5bh rule. Consider the following transformation \begin{equation} \begin{bmatrix} -2 & -1 \\ 3 & 5 \end{bmatrix} \begin{bmatrix} 0 & 4 & 4\\ 0 & 0 & 3 \end{bmatrix}…
1
vote
2 answers

determinant of a vector times vector transpose

I have a vector $x$ of dimension $N \times 1$ and let's say I create a matrix $S = x x'$ which a matrix of dimension $N \times N$. If I calculate the determinant of $S$, I get it as $0$. Is this a property / known theorem ? Does it have name? Is…
uday
  • 300
1
vote
3 answers

The derivative of det(X'A) when X is a non-square matrix

For a non-square matrix $X$ of size $n \times p$ ($n>p$) and another non-square matrix $A$ of size $p \times n$, what is the derivative of $\det(X^TA)$ w.r.t. $X$? i.e., $\frac{\partial\det(X^TA)}{\partial X}$ It'd be a matrix of size $n \times p$…
1
vote
2 answers

Leibniz Formula, proof of alternating property

$$F_{A} := \sum_{\sigma\in S_n}\operatorname{sign}(\sigma) \prod_{i=1}^n A_{i \sigma(i)}$$ I am trying the prove that $\det(A)=F(A)$. I know that to do this, I need to show that $F$ satisfies the multilinear, alternating, and normalized properties…
Chad
  • 703
1
vote
1 answer

Determinant of a real skew-symmetric matrix

What will be the value of the determinant of a skew-symmetric matrix of even order when a single element is interchanged between first row and first column? For, $\left| \begin{array}{cccc} 0 & 1 & 2 & -1 \\ -1 & 0 & 1 & 2 \\ -2 & -1 & 0 & 1 …
1
vote
1 answer

Find The Determinant Of A Finite Field Matrix

Let there be $A_n=\left(\begin{matrix}4&2&\cdots&2\\2&4&\ddots&\vdots\\\vdots&\ddots&\ddots&2 \\2&\cdots&2&4\end{matrix}\right)\in M_n\left(\mathbb{Z}_7\right)$ I came to the conclusion that on the main diagonal there is $(4,-8,16,-32,...)$ or in…
gbox
  • 12,867
1
vote
2 answers

Replacing 3x3 matrix with a value to work out the determinant

Goodday, I need some assistance with the following problem Let |a b c| |p q r| |x y z| = 6 and find det |a+x b+y c+z| |3x 3y 3z| |-p -q -r| My understanding is I can substitute the value 6 into the det below and then calculate…
1
vote
1 answer

Determinant of a matrix with 2x2 blocks

I have a matrix, say $A$ and want to find it's determinant $detA$. A is $L\times L$ and made up of $2\times 2$ blocks $M_{i,j}$ giving it a total size of $2L \times 2L$. The entries of the blocks $M_{i,j}$ depend on $i$ and $j$ but apart from that…
1
vote
2 answers

Are determinants functions, numbers or matrices?

Let $M$ be a matrix such that \begin{equation} M = \begin{bmatrix} a & b \\ c & d \\ \end{bmatrix} \end{equation} As I understand it, \begin{equation} \det(M) = \begin{vmatrix} a & b \\ c & d \\ \end{vmatrix} = ad-bc =z \end{equation} So,…
1
vote
1 answer

Determinant of 3 points.

I have $P=(p_1,p_2)$ and $Q=(q_1,q_2$) two points in $\mathbb R^2$, $P\ne Q$, and $R=(r_1,r_2)$ another point. What means the following determinant? $$\Delta (P, Q, R)= \begin{vmatrix} 1 & 1 & 1 \\ p_1 & q_1 & r_1 \\ …
Shuiry
  • 21
1
vote
1 answer

The value of $\frac{p}{p-a}+\frac{q}{q-b}+\frac{r}{r-c}$ for given determinant is

If $a\neq p$, $b\neq q$, $c\neq r$ and $\left|\begin{array}{cc}p&b&c\\a&q&c\\a&b&r \end{array}\right|= 0$ then the value of $\frac{p}{p-a}+\frac{q}{q-b}+\frac{r}{r-c}$ is (a) -1 $\space\space\space\space\space$ (b)1 $\space\space\space\space\space$…
Ritu
  • 1,663