MAKE matrix function
Description
MAKE(r,c,[v]) Creates a r × c matrix (r rows and c columns) with all elements equal to v. If the optional parameter v is not specified, then all elements are equal to 0.
MAKE(r,c,[v]) Creates a r × c matrix (r rows and c columns) with all elements equal to v. If the optional parameter v is not specified, then all elements are equal to 0.