Manuals/calci/MATRIXDIAGONALPRODUCT

Revision as of 16:44, 13 June 2017 by Devika (talk | contribs) (Created page with "<div style="font-size:30px">'''MATRIXDIAGONALPRODUCT (a)'''</div><br/> *<math> a </math> is any square matrix. ==Description== *This function shows the product value of the m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
MATRIXDIAGONALPRODUCT (a)


  • 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 a } is any square matrix.

Description

  • This function shows the product value of the main diagonal values.
  • 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 MATRIXDIAGONALPRODUCT(a)} , 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 a} is any square matrix.
  • The main diagonal of a matrix consists of those elements that lie on the diagonal that runs from top left to bottom right.
  • Main diagonal of a matrix A is defined by A is the collection of entries 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 a_{ij}} ,where i=j.
  • So diagonal entries are 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 a_{11},a_{22},a_{33}} and so on.
  • Here it is calculating the product of the main diagonal values.
  • So it is calculating 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 a_{11}*a_{22}*a_{33}} and so on.