九州大学 システム情報科学府 情報理工学専攻・電気電子工学専攻 2024年8月実施 線形代数
Author
祭音Myyura (assisted by ChatGPT 5.5 Thinking)
Description
(1) Find the determinants of the following matrices A and B, respectively.
A=241001292,B=14232645386741089.
(2) For any upper triangular matrix A=(aij) of order n, show
det(A)=i=1∏naii,
where det(A) denotes the determinant of A.
Kai
(1)
First compute det(A).
A=241001292.
Expanding along the first row, we get
det(A)=20192+24101.
Thus,
det(A)=2(0⋅2−9⋅1)+2(4⋅1−0⋅1).
Therefore,
det(A)=−18+8=−10.
Hence,
det(A)=−10.
Next compute det(B).
B=14232645386741089.
Notice that the third row is twice the first row:
[2468]=2[1234].
Therefore, the rows of B are linearly dependent, so
det(B)=0.
Hence,
det(B)=0.
(2)
Let A=(aij) be an upper triangular matrix of order n.
By the Leibniz formula for determinants,
det(A)=σ∈Sn∑sgn(σ)i=1∏nai,σ(i).
Since A is upper triangular, we have
aij=0if i>j.
Therefore, for the product
i=1∏nai,σ(i)
to be nonzero, it is necessary that
i≤σ(i)for all i=1,2,…,n.
However, since σ is a permutation of {1,2,…,n}, we have
i=1∑nσ(i)=i=1∑ni.
Thus, if σ(i)≥i for all i, then we must have
σ(i)=ifor all i.
Hence, the only nonzero term in the Leibniz formula comes from the identity permutation.Therefore,
det(A)=i=1∏naii.
Hence,
det(A)=i=1∏naii.