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

Row operations in determinants

How to prove that by adding to a row a multiple of another row, the determinant remains the same ?
Fifi
  • 45
0
votes
1 answer

parallelogram and using determinants find tha area

Show that the point $A(0,0)$, $B(2,5)$, $C(7,-3)$, $D(9,2)$ are vertices of the parallelogram and using determinants to find its area.
0
votes
3 answers

The $3\times3$ matrix $M$ with $M_{ij}=a_ia_j+\mathbf 1_{i=j}$ has determinant $a_1^2+a_2^2+a_3^2+1$

I would like to show that $$ \det \pmatrix{ a^2+1 & ab & ac \\ ab & b^2+1 & bc \\ ac & bc & c^2+1 } = a^2+b^2+c^2+1 $$ Is there a trick or do I need to calculate the determinant the ugly way?
fpmoo
  • 834
0
votes
1 answer

A matrix with negative determinants

Suppose $A$ is a $n\times n$ real matrix and $det(A)<0$ . Does there exixt a positive number $\delta$ such that $\|Ax\|\geq\delta\|x\|$, for all $x\in\mathbb{R}^n$ ?
user405606
  • 35
  • 3
0
votes
1 answer

Using property of invariance

If a,b,c are non zero real numberw then we have to find the value of determinant . I tried using property of invariace to make it easier to solve . But not able to do this . Can anybody help me in this .
J.Doe
  • 95
0
votes
1 answer

$\det(\mathbf{1} - c \mathbf{J}_n)$, where $\mathbf{J}_n$ is an $n\times n$ matrix of ones

Let $\mathbf{J}_n$ be an $n\times n$ matrix of ones, and let $c$ be a real number. Compute the following determinant: $$\det(\mathbf{1} - c \mathbf{J}_n)$$ where $\mathbf{1}$ denotes the $n\times n$ identity matrix. $n$ is a positive integer, of…
a06e
  • 6,665
0
votes
2 answers

How to show the inequation?

Show that $\begin{vmatrix} x & y & 0 &1 \\ -y &x &-1 &0 \\ 0 & 1 & x & -y\\ -1& 0 & y & x \end{vmatrix} \geq 0, x,y \epsilon \mathbb{R}$.
Ghost
  • 1,105
0
votes
2 answers

Finding a simple expression for this determinant

Evaluate $$\Delta=\left\lvert\matrix{ 1 & x & yz \\ 1 & y & zx \\ 1 & z & xy }\right\rvert$$ The answer of the above question is $(x-y)(y-z)(z-x)$. But will solving I get stuck to $-yx^2+zx^2+xy^2-xz^2-zy^2-yz^2 $. Please help me to solve…
Drownpc
  • 163
0
votes
0 answers

Determinant of order 2 and 3

Can anyone tell me where i can learn how to solve determinants of BCA level ? Actually i wanted to understand everything about determinant and it's all properties . Examples given in my book are in short manner which is unable to understand. So i…
changer
  • 23
0
votes
1 answer

Evaluate the determinant?

4 5 6 5 6 4 6 4 5 Solution: Applying R3----> R3-R2 and R2----->R2-R1, we obtain 4 5 6 5 6 4 6 4 5 Applying R2---->R2-R2, we obtain 0 13 2 0 3 -3 1 -2 1 Expanding along C1, we get det= (-1)3+1 (1) | 13 2 | | 3 -3| =-39-6 =…
changer
  • 23
0
votes
1 answer

How do I develop intuition for solving determinant problems?

I have to solve problems in which I have to use matrix properties to prove that $1$ or $2$ $3\times3$ matrices are equal to some $3$rd matrix. However, I have no idea how to start. How can I improve this? For examples, check this link.…
jimpix
  • 211
0
votes
1 answer

How do I prove this determinant reduction?

How do I prove the following ? $$ (\alpha \delta - \beta \gamma) \begin{vmatrix} x_1 & y_1 & 1 \\ x_2 & y_2 & 1 \\ x_3 & y_3 & 1 \end{vmatrix} =\begin{vmatrix} \alpha x_1 + \beta y_1 & \gamma x_1+ \delta y_1 & 1 \\ \alpha x_2 + \beta y_2 &\gamma…
0
votes
1 answer

Extending dimension of matrix to get it determinant. What I'm doing wrong? Or am I right?

Let the matrix of dimension 4 be: $$A=\begin{bmatrix} a11 & a12 & a13 & a14\\ a21 & a22 & a23 & a24\\ a31 & a32 & a33 & a34\\ a41 & a42 & a43 & a44 \end{bmatrix}$$ Also, let the matrix B be: $$B=\begin{bmatrix} 1 & 0 & 0 & 0 & 0\\ 0 & a11 & a12…
PauloB
  • 1
0
votes
2 answers

Choose the correct option for the following determinant

Do we have to expand the determinant to find sum of Coefficients or coefficient of any power of $x$ or can it be calculated without expanding too?
Akira
  • 807
  • 1
  • 10
  • 19
0
votes
0 answers

Prove if the determinant of a matrix is positive, then it has a Cholesky factorization

Prove if the determinant of a matrix is positive, then it has a Cholesky factorization. A cholesky factorization can only be performed for hermitian, positive definite matrices. Should I go about proving that if the determinant of a matrix is zero,…