Manuals/calci/DIAG

From ZCubes Wiki
Revision as of 14:52, 24 August 2018 by Devika (talk | contribs)
Jump to navigation Jump to search
DIAG (Array)


  • is the set of values.
    • DIAG() shows the diagonal values in the given set of values.

Description

DIAG(Array)

  • is the set of values.
  • DIAG shows the diagonal values which means first row first element ,second row second element,third row third element and so on.
  • So will get the particular main diagonal values from the given set of any values.

Examples

1. DIAG([[10,15],[12,6]])

10 6

2. DIAG([[21,43,-56],[1,-6,-15],[2,3.2,8]])

21 -6 8

See Also


References