Sigma Squared

Linear Algebra

MINVERSE

  • May 31, 2023
Definition: MINVERSE is a function that returns the inverse of a given matrix. Syntax: =MINVERSE(array) Situation: This formula is appropriate when you need to find the inverse of...

MMULT

  • May 31, 2023
Definition: MMULT is a function that returns the matrix product of two given arrays. Syntax: =MMULT(array1, array2) Situation: This formula is appropriate when you need to find the...

MDETERM

  • May 31, 2023
Definition: MDETERM is a function that returns the matrix determinant of a given array. Syntax: =MDETERM(array) Situation: This formula is appropriate when you need to find the matrix...