Difference between revisions of "Manuals/calci/MATRIXZERO"

From ZCubes Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
*Zero matrix is also called null matrix.  
 
*Zero matrix is also called null matrix.  
 
*A zero matrix is the additive identity of the additive group of any matrices.
 
*A zero matrix is the additive identity of the additive group of any matrices.
 +
*This function will return the result as Error
 +
1.The "n" value is non numeric.
 +
2. The order of the matrix is non positive integer which is decimal or negative value.
  
 
==Examples==
 
==Examples==
Line 32: Line 35:
 
| 0 || 0
 
| 0 || 0
 
|}
 
|}
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=LOf8bfjiLow|280|center|Zero Matrix}}
  
 
==See Also==
 
==See Also==

Latest revision as of 11:56, 25 April 2019

MATRIXZERO (n)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n} is any matrix.

Description

  • This function shows the zero matrix with the given order.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle MATRIXZERO(n)} , Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle n} is the order of the matrix.
  • Zero matrix is defined with all the entries being zero.
  • Zero matrix is also called null matrix.
  • A zero matrix is the additive identity of the additive group of any matrices.
  • This function will return the result as Error
1.The "n" value is non numeric.
2. The order of the matrix is non positive integer which is decimal or negative value.

Examples

1. MATRIXZERO(6)

0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0
0 0 0 0 0 0

2. MATRIXZERO(2)

0 0
0 0

Related Videos

Zero Matrix

See Also

References