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

Express m-th times switched rows matrix A in terms of determinant A and m

Let $A'$ be obtained from the square matrix $A$ by interchanging pairs of rows (columns) m times. Express $\det A'$ in terms of $\det A$ and m. I have this question in my Assignment, but I unable to understand the question. Is there anyone who can…
0
votes
1 answer

Find Determinant of A, when the Product of A and Transpose of A is Identity

If $A^T . A = I$, prove that determinant A = +-1. I don't even know where to start. Can somebody please give me a good start at least.
-1
votes
1 answer

Definition of determinant

Where can I find explanations on how determinants get defined. For instance how could one get to the definition provided by Leibniz formula ?
Veak
  • 177
  • 6
-1
votes
1 answer

operation on determinant using different properties

Prove that $\begin{vmatrix} (b+c)^2 & ba & ac\\ ba & (c+a)^2 & cb\\ ca & cb & (a+b)^2 \end{vmatrix}=2abc(a+b+c)^3$ I tried my best for approaching the RHS but it gave no result. Can anyone please help me out
user932147
-1
votes
1 answer

Determinant - Elementary operations in Matrix Equation

Why that highlighted condition is true ? How can we prove it ? I have no idea about elementary operation in this specific way i.e matrix equation and also in row operation we have to do something different
user560199
  • 19
  • 3
-1
votes
1 answer

Determinant of Determinant

What is det(det(A)) ? Det(A)=4 Which is the answer - 4 - 16 when I think of this question I thought answer to be 4 As det(det(A)) = det(4) { now I will treat it as a single element } = 4 But this turns out to be wrong why…
user560199
  • 19
  • 3
-1
votes
2 answers

Prove the determinant inequation.

Show that $\begin{vmatrix} a^2 & 2ab & b^2\\ ac & ad+bc &bd \\ c^2& 2cd & d^2 \end{vmatrix}\geq 0$, where $a$, $b$, $c$ and $d$ are real numbers.
Ghost
  • 1,105
-1
votes
2 answers

How to solve the determinant?

Ok so we know that it is an n order determinant but I do not know how to calculate it $\begin{vmatrix} 0 & a & a^2 & ... &a^{n-1} \\ \frac{1}{a} &0 & a & ... &a^{n-2} \\ \frac{1}{a^2}&\frac{1}{a} & 0 & ... &a^{n-3} \\ ...& ... & ... &... &...…
Ghost
  • 1,105
-1
votes
2 answers

Relationship between 2 determinants

Let $D_1= \begin{vmatrix}a_1 & b_1 & c_1\\ a_2 & b_2 & c_2 \\ a_3 & b_3 & c_3 \\ \end{vmatrix}$ and $D_2= \begin{vmatrix}a_1+pb_1 & b_1+qc_1 & c_1+ra_1\\ a_2+pb_2 & b_2+qc_2 & c_2+ra_2\\ a_3+pb_3 & b_3+qc_3 & c_3+ra_3\\ \end{vmatrix}$, then how is…
Ujjwal
  • 223
-1
votes
1 answer

Find the value of the determinant.

I know it equals 0 beause I solved it using minors, but I should solve it using determinants' properties. I have just detarted the determinant into 2, but I can't do nothing else.
prishila
  • 163
-1
votes
1 answer

The maximum value of r?

A point $A = (a,b)$ is defined such that it lies on the graph $y = x^2 +1$ A point $B = (c,d)$ is defined such that it lies WITHIN the area of $ (x+2)^2 + (y+2)^2 = r^2$ Let's define a matrix $M = \begin{pmatrix} a &b \\ c& d \end{pmatrix}$ so…
VladeKR
  • 433
-2
votes
1 answer

Can $x$ take every value here?

To find $x$ such that this determinant is zero, a,b,c are distinct and real constants. $$ \begin{vmatrix} x-a & a^2 & a^3 \\ x-b & b^2 & b^3 \\ x-c & c^2 & c^3 \\ \end{vmatrix} =0$$ I get that it can be done by row operations and…
Linkin
  • 427
  • 3
  • 11
-2
votes
2 answers

What does it mean for the columns of a matrix to be linearly independent?

I've just learnt that det(A) = 0 when the columns of a matrix are linearly dependent, but what does that mean? Could you give me an easy to follow example with numbers please? Thank you!
Jess
  • 35
-2
votes
1 answer

evaluation of determinant without expanding

If $\;\det \begin{pmatrix} a & x & x & x \\ x & b & x & x \\ x & x & c & x \\ x & x & x & d \end{pmatrix} =f(x)-xf’(x)$ where $f'(x)$ denotes the derivative of $f(x)$ w.r.t. $x$, then $f(x)$ is equal to $(a) \quad (x-a)(x-b)(x-c)(x-d)$ $(b)…
-2
votes
3 answers

Evaluate a $3\times3$ determinant.

Show that $$\left|\begin{matrix}1&a&a^2\\1&b&b^2\\1&c&c^2\end{matrix}\right|=(a-b)(b-c)(c-a)$$
1 2 3
18
19