Constructing Matrices
Methods for constructing Matrices.
- BoxMatrix — create a matrix with all its entries set to 1
- DiagonalMatrix — give a diagonal matrix with the elements of a given list
- DiamondMatrix — create a matrix with 1 in a diamond-shaped region, and 0 outside
- DiskMatrix — create a matrix with 1 in a disk-shaped region, and 0 outside
- IdentityMatrix — give the identity matrix with a given dimension