A
triangular matrix of
the form
|
(1)
|
Written explicitly,
|
(2)
|
An upper triangular matrix with elements
f[i,j] above the diagonal could be formed in versions of
Mathematica
prior to 6 using
UpperDiagonalMatrix[
f,
n], which could be
run after first loading
LinearAlgebra`MatrixManipulation`.
A
strictly upper triangular matrix is an upper triangular matrix having 0s along the
diagonal
as well, i.e.,
for
.
No comments:
Post a Comment