-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Constant matrix
Reading time: 1minReturns a constant matrix: a matrix with all its entries equal to a given number.
Syntax
constant_matrix(Integer, Expression)
constant_matrix(Integer, Integer, Expression)
Description
Given an integer n and an expression e, constructs a matrix of dimensions n×n with all its entries equal to e.
Given two integers n and m and an expression e, constructs a matrix of dimensions n×m with all its entries equal to e.