Step 1: Identify the diagonal elements.
For $i=j$,
\[
a_{ii} = i \times i = i^2.
\]
Step 2: Compute determinant.
Since the determinant of a lower triangular matrix is the product of the diagonal entries:
\[
\det(A) = \prod_{i=1}^{n} i^2
\]
\[
= (1^2)(2^2)(3^2)\cdots(n^2)
\]
\[
= (1 \cdot 2 \cdot 3 \cdots n)^2 = (n!)^2.
\]
Step 3: Conclusion.
Thus, the determinant is \((n!)^2\).
A, B, C and D are vectors of length 4. The rank of the matrix
A = \(\begin{bmatrix} a_1 & a_2 & a_3 & a_4 \end{bmatrix}\),
B = \(\begin{bmatrix} b_1 & b_2 & b_3 & b_4 \end{bmatrix}\),
C = \(\begin{bmatrix} c_1 & c_2 & c_3 & c_4 \end{bmatrix}\),
D = \(\begin{bmatrix} d_1 & d_2 & d_3 & d_4 \end{bmatrix}\)
It is known that B is not a scalar multiple of A. Also, C is linearly independent of A and B. Further, \( D = 3A + 2B + C \)
The rank of the matrix \( \begin{bmatrix} a_1 & a_2 & a_3 & a_4 \\ b_1 & b_2 & b_3 & b_4 \\ c_1 & c_2 & c_3 & c_4 \\ d_1 & d_2 & d_3 & d_4 \end{bmatrix} \) is \(\underline{\hspace{1cm}}\)