Skip to main content

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.

0 votes
0 answers
22 views

Polynomial factorization using determinant

Algebraic identities $$ P_2(a,b)=a^3+b^3=(a+b)(a^2+b^2-ab) $$ $$ P_3(a,b,c)=a^3+b^3+c^3-3abc=(a+b+c)(a^2+b^2+c^2-ab-ac-bc) $$ $$ P_4(a,b,c,d)=a^3+b^3+c^3+d^3-3abc-3abd-3acd-3bcd=(a+b+c+d)(a^2+b^2+c^2+...
Oliver Bukovianský's user avatar
0 votes
0 answers
8 views

Proof of transposed matrix related equation with Levi-Civita symbol

I would like to prove the following equation in relation to Levi-Civita symbol but I got stuck. $\left|{A^T}\right|=\left|{A}\right|$ (1) where A is a square matrix of size 3. I am also given the ...
Ayato's user avatar
  • 1
2 votes
1 answer
38 views

Is the approach I did to justify this limit equality correct?

I am reading a solution to a problem and got stuck to understand the equality (if $A(t)$ is an invertible matrix whose entries depend in a differentiable way on a parameter $t$ and $ \lim_{h\to0}P(h)=...
excitedGoose's user avatar
0 votes
1 answer
21 views

dividing the determinant of a matrix by the expected value of the determinant of the same matrix over a uniform distribution

Let $A, B$ be square $n \times n$ matrices as follows: $$ A = \begin{bmatrix} x_1&x_2&\cdots&x_n\\ x_{n+1}&x_{n+2}&\cdots&x_{2n}\\ \vdots&\vdots&\vdots&\vdots\...
M a m a D's user avatar
  • 451
3 votes
0 answers
39 views

Binomial determinant and LU decomposition

Let $A_n$ be following $n \times n$ symmetric pentadiagonal matrix $$ \begin{pmatrix} 6&4&1&& \\ 4&\ddots&\ddots&\ddots&\\ 1&\ddots&\ddots&\ddots&1\\ &...
Oliver Bukovianský's user avatar
1 vote
0 answers
31 views

Is this generalization of determinant for a higher-order tensor a standard object?

The determinant of an $n$ by $n$ matrix $a$ can be defined as $$ \mathrm{det}(a)= \sum_{\sigma} \mathrm{sgn}(\sigma) a_{1,\sigma(1)} a_{2,\sigma(2)} \dots a_{n,\sigma(n)}$$ where $\sigma$ is a ...
Thomas's user avatar
  • 31
0 votes
0 answers
23 views

Bound on determinant when replacing columns

Suppose a square matrix $A$ has columns $a_1, \ldots, a_n$. Construct $A'$ by replacing a column $a_k$ with $a_k'$ such that $||a_k - a_k'|| \le \epsilon$. Is it possible to bound $|\det A - \det A'|$?...
NYG's user avatar
  • 321
1 vote
1 answer
32 views

Given a map, is the determinant preserved regardless of representation?

I was exploring linear algebra a bit, and I stumbled upon a question that is now eating at me. Given a map, is the determinant preserved regardless of representation? Geometrically, I understand that ...
LateGameLank's user avatar
1 vote
0 answers
26 views

Proof about multiplying another submatrix while calculating the determinant [duplicate]

I took a linear algebra class. However, while lecturing on inverse matrix, the professor said that the following content is trivial, so We skipped over the proof. However, I was so curious about the ...
user1274233's user avatar
2 votes
1 answer
93 views

Create a matrix that has a definite determinant

Consider I want to create a matrix of order $3\times 3$ that has a determinant of $25$. How can I accomplish that task? Even if I have a computer program for that, what shall be range that I need to ...
M.Riyan's user avatar
  • 134
0 votes
1 answer
50 views

Determinant of $3\times3$ block matrix [closed]

My intuition tells me that this determinant should be relatively simple to compute, yet after a while trying, I am running out of ideas. So any suggestions would be greatly appreciated. We aim to find ...
Andymt's user avatar
  • 23
-2 votes
4 answers
287 views

To find the trace and determinant of a matrix $A$ satisfying $A^{2023} + A = \left(\begin{smallmatrix}2 &2& 0\\ 0&2&2\\ 0&0&2\end{smallmatrix}\right)$ [closed]

If $A$ is a $3 \times 3$ matrix such that $$ A^{2023} + A = B\quad \mbox{where matrix}\ B\ \mbox{is given by}\quad B = \left(\begin{smallmatrix}2 &2& 0\\ 0&2&2\\ 0&0&2\end{...
Priyans's user avatar
  • 21
2 votes
0 answers
59 views

Proof of inequality involving matrices: $\operatorname{tr}(I-\Lambda) + \log \det \Lambda \leq 0$

Notation Let $I_n$ be an $n$th order unit matrix. Problem We want to show that $$ \operatorname{tr}(I_n-\Lambda) + \log \det \Lambda \leq 0, $$ where $n\times n$ matrix $\Lambda$ is a positive ...
ytnb's user avatar
  • 590
1 vote
1 answer
83 views

Why do we generally don't expand a determinant diagonally? Why do we generally expand a determinant either row wise or column wise?

Q)Why do we generally don't expand a determinant diagonally? Why do we generally expand a determinant either row wise or column wise ? I learnt about matrices and determinant in class 12. Generally ...
Deb Subha Deepa's user avatar
0 votes
1 answer
33 views

Finding All Linear Factors of a Determinant for a Given 3x3 matrix

I am working on finding all the linear factors of the determinant of the following $3\times 3$ matrix: \begin{vmatrix} a & a^3 & a^4 \\ b & b^3 & b^4 \\ c & c^3 & c^4 \end{...
Anay Chadha's user avatar

15 30 50 per page
1
2 3 4 5
465