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

Determine the determinant

$$ \begin{vmatrix} 1 & -\omega & \omega^2 \\ -\omega & \omega^2 & 1 \\ \omega^2 & 1 & -\omega \\ \end{vmatrix} $$ I can solve the question by doing $c_1'=c_1+c_3\omega~~$.this simply gives the answer $-4$.but when I am trying to…
0
votes
1 answer

Calculating determinants using multiples

How would I simplify this matrix while calculating the determinant? \begin{bmatrix} 2/3 & -1/6 & -1/3 \\ -1/3 & 5/6 & -1/3 \\ -1/3 & -1/6 & 2/3 \end{bmatrix} The multiple is $1/18$ so $$\frac{1}{18} \begin{bmatrix} 12 & -3 & -6…
Tinler
  • 1,061
0
votes
1 answer

Determinant of distance matrix of even cycle.

Any hints how to calculate this determinant? The result should be 0 (it's a determinant of distance matrix of a even length cycle). $$\begin{vmatrix} 0 & 1 & 2 & 3 & \dots & k-1 & k & k-1 & \dots & 2 & 1\\ 1 & 0 & 1 & 2 & \dots & k-2 & k-1 & k &…
kichma
  • 23
0
votes
2 answers

How to solve this? Advice?

Edit: My original problem includes a matrix, I'm not sure how to format it here so it'll be a bit messy. I was asked to find det(I+M) and someone told me to add all the columns to the last row? Didn't really get what they meant. R1 -> | a+1 b c…
user550057
0
votes
1 answer

Determinant prove (Faster method to solve it)

Question: I know how to solve this problem but I need a faster approach to this problem. By using properties of determinants prove that the determinant $$\begin{vmatrix}a & \sin x & \cos x \\ -\sin x & -a & 1 \\ \cos x & 1 & a\end{vmatrix}$$ is…
user517784
0
votes
2 answers

Reduced determinant to calculate coefficient of $x$

Question: Calculate coefficient of $x$ in $$f(x)=\det\begin{pmatrix} x & (1+\sin x)^3 & \cos x \\ 1 & \ln(1+x) & 2 \\ x^2 & 1+x^2 & 0 \end{pmatrix}$$ My attempt: I know how to do such types of problems. I calculated $f'(x)$ by splitting the given…
0
votes
3 answers

Find the determinant of a linear transformation from P2 to P2

I don't quite understand the logic of this question here: If there is a linear transformation T, and T(f(t)) = f(3t-2), what is the det of T? I first choose the basis 1, t, t^2, but I don't seem to be able to find the correlation between T(f) and f…
0
votes
1 answer

Finding $\det(X).$

So, the question is to find $\det(X)$ if $2X^T = A^{-1}BA$, where $T$ indicates a transpose, given that $A,B,X$ are $4\times 4$ matrices where $\det(A) = 4$ and $\det(B^{-1}) = 3$. How would I go about doing this?
0
votes
2 answers

Help needed to find error in finding determinant

Could someone tell me what I'm doing wrong? I'm learning cramer's rule and I'm trying to find X1. I understand how they found the determinant of the first matrices. When finding the determinant of the matrice for X1 my process is different. I did…
Compsci
  • 113
0
votes
1 answer

how should the sixth question be answered

Prove that $$\begin{vmatrix}a+b & b+c & c+a\\l+m & m+n & n+l\\p+q & q+r & r+p\end{vmatrix}\div \begin{vmatrix}a & b & c\\l & m & n\\p & q & r\end{vmatrix} = 2$$ I have tried solving this after expanding it fully but i cant seem to find an answer.
0
votes
1 answer

what can we say about $\det(AA^t)$ when $(AA^t)^r=I$

what can we say about $\det(AA^t)$ when $(AA^t)^r=I$, where $A$ is $m\times n$ real matrices, $r$ is a natural number. If $B=AA^t$ then $(\det(B))^r=\det I=1\Rightarrow \det B=\pm 1$ if $r$ is even and $ 1$ if $r$ is odd. am I right?
Myshkin
  • 35,974
  • 27
  • 154
  • 332
0
votes
0 answers

Find lambda for trivial solution

Question From this they got lambda = 1 ,-3 . But for these values the equations have trivial solution as determinant is zero . Then why the they have the answer as 'contains two elements'
search
  • 563
0
votes
1 answer

Prove the following determinant.

Prove that : $$\left| \begin {array} c (2bc-a^2) & c^2 & b^2 \\ c^2 & (2ac-b^2) & a^2 \\ b^2 & a^2 & (2ab-c^2) \end{array} \right| =D^2.$$ Where $$D= \left| \begin {array} c a& b &c \\ b & c & a \\ c& a & b \end {array} \right|.$$ It…
0
votes
1 answer

Why if $det(a) \ne 0$ then rows are linearly independent?

Why if $det(a) \ne 0$ then rows are linearly independent? Trying find it in internet, but only found facts.
0
votes
1 answer

Vectors with determinants

If $\begin{vmatrix} a & a^2 & 1+a^3 \\ b & b^2 & 1+b^3 \\ c & c^2 & 1+c^3 \end{vmatrix}=0$ and vectors $(1,a,a^2)$, $(1,b,b^2)$ and $(1,c,c^2)$ are non-coplanar, then the product $abc$ equals In this I could not understand what is the use that the…
hey
  • 253