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

Spectrum of a large matrix

How can I find the characteristic polynomial of the matrix $A$, so that I can find all of its eigenvalues, and hence the spectrum, so that I can use the spectrum to calculate the determinant of $A$? And $A$ is a $10 \times 10$ matrix with $2$'s on…
0
votes
2 answers

Brief moment in theorem about determinant from baby Rudin

If $(j_1,j_2,\dots, j_n)$ is an ordered $n$-tuple of integers, define $$s(j_1, j_2, \dots, j_n)=\prod \limits_{p
RFZ
  • 16,814
0
votes
2 answers

Inverse and determinant of complex matrix

Is the determinant calculated the same way as a real matrix? Also when does $A^{-1}$ exist? Should the determinant be different from zero? a real number? or any complex number?
0
votes
1 answer

How to prove the value of a "negative" matrix

So I came across the formula that $\det(-A)=(-1)^n \cdot det(A)$, where $n$ is the number of columns/rows of A. I know how you get the formula by Laplace's formula and only described in words somehow, but I would also like a formal proof of it.
CryoDrakon
  • 3,392
0
votes
5 answers

Prove that this determinant is $0$

$$ \begin{vmatrix} \cos 2x & \cos 2y & \cos 2u \\ \sin^2 x & \sin^2 y & \sin^2 u \\ 1 & 1 & 1 \end{vmatrix} = 0 $$ This is the conclusion where I got from another excercise and I want to prove me it is right. Please don't use the fact that…
prishila
  • 163
0
votes
1 answer

Determinant Cramer's rule 2x2 with x,y,z

I have a task which teacher gave me and I can't figure out this determinant with Cramers rule. It's 2x2 , but there is Z. I move Z and 6 to other end of equals, but what do I do with Z? \begin{cases} 2x-2y+6=4 \\ x-3y-z=1\end{cases} I change it…
mypoint
  • 15
0
votes
1 answer

coefficient of $x$ in a determinant

What is the coefficient of $x$ in the expansion of the determinant$\begin{vmatrix} (1+x)^2 & (1+x)^4 & (1+x)^6 \\ (1+x)^3 & (1+x)^6 & (1+x)^9 \\ (1+x)^4 & (1+x)^8 & (1+x)^{12} \\ \end{vmatrix}$. I simplified the determinant to be…
Brahmagupta
  • 4,204
0
votes
0 answers

Find the value of a determinant in which the entries are in Harmonic Progression

Consider $9$ terms $a_1,a_2 \cdots a_9$ in Harmonic Progression with $a_4=5,a_5=4$. Find the value of the determinant $$\begin{vmatrix}a_1&a_2&a_3\\a_4&5&4\\ a_7&a_8&a_9\end{vmatrix}$$ The 'not so good ' method is clear, calculating the terms and…
user167045
0
votes
1 answer

Computing determinant of the matrix $C$

Let $$C=\begin{bmatrix} 0 & 0 & \cdots &0 & -c_0 \\ 1 & 0 & \cdots & 0& -c_1 \\ 0& 1 & \cdots & 0& -c_2 \\ \vdots & \vdots & & & \\ 0 & 0 & \cdots & 1 & -c_{n-1} \end{bmatrix}$$ Then why $$\det (zI-C) = c_0 + c_1 z + \ldots + c_{n-1}z^{n-1} +…
Qaher
  • 221
0
votes
3 answers

How do you solve a determinant thats set to a value with 1 unknown variable?

I was just wondering if someone could explain the steps you take to solve a determinant that has an unknown variable, and is set to equal integer value? For example: How is one supposed to go about isolating the variable 'a' so that you can obtain…
0
votes
0 answers

finding determinant using elementary matrices

use elementary matrices to find the determinant of the matrix A A = (2 5 -1),(-1 -1 5), (3 7 -3) solution I found: -36
Thebe
  • 1
0
votes
1 answer

"Hadamard's Maximum Determinant Problem" What is the maximum determinant value of 3x3 matrix whose entries consist of only 3 and 0.

I'm currently studying linear algebra. I faced one question that bothers me so hard. The question is about Hadamard's Maximum Determinant Problem. Since I cannot understand the concept of this, I need understandable explanation with following…
uwu
  • 11
0
votes
1 answer

Does there exist a simple solution to the following eigenvalue problem

I am looking for the values of $Z$ for which the determinant of the following $N$-dimensional matrix vanishes: \begin{equation} \begin{bmatrix} N(1-Z) & N-1 & N-2 & \cdots & \cdots & \cdots & \cdots & 1 \\ N-1 &(N-1)(1-Z) & N-2 & \ddots & && &…
user111187
  • 5,856
0
votes
1 answer

Calculate the determinants of the following matrices

so I got this task from my professor and wanted to ask for help I have this following matrices (a) $$A = \begin{pmatrix} -3 & -11 & -11 & 45 \\ 1 & 11 & 10 & -83 \\ 1 & -6 & -5 & 81 \\ 0 & -3 & -3 & 42 \end{pmatrix}$$ I did this one with…
MenMan
  • 11
0
votes
1 answer

To find the determinant in this question

Given $A$ by $4×4$ non singular matrix and $B$ be matrix obtained from A by adding to its third row twice the first row .Then $det(2A^{-1}B)$ is $A:2$ $B:4$ $C:8$ $D:16$ I cannot think anything about this question .Any hints to get started
godonichia
  • 2,235