Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

Matrix Functions in Excel

Explore Matrix Functions in Excel with a clear summary of the key facts, context, and practical details readers should know. Get clear, practical guidance.

Table of Contents

This article provides a clear overview of Matrix Functions in Excel, with the main facts, useful context, and practical details organized for easy reading.

1. Transpose Function

- Meaning: The function returns the transposition matrix of a given matrix. You notice the function is correct with matrices with the same number of rows and columns.

- Syntax: Transpose (array [n, n]) .

Where: Array is a 2-dimensional array with a row and column index of n.

- For example:

Matrix Functions in Excel — 1. Transpose Function screenshot 1

Step 1: In the cell you may need to display the transposition matrix, enter the command as shown:

Matrix Functions in Excel — 1. Transpose Function screenshot 2

Step 2: Press Enter -> display the command you type False . Highlight the data area F11: G12 -> press F2 -> Ctrl + Shift + Enter .

Matrix Functions in Excel — 1. Transpose Function screenshot 3

Note: The original matrix has many rows and columns, then you highlight the corresponding data area with so many rows and columns.

2. Mdeterm Function

- Meaning: The function returns the determinant of matrices.

- Syntax: Mdeterm (array [n, n]) .

Where: Array is a 2-dimensional array with a row and column index of n.

- For example:

Matrix Functions in Excel — 2. Mdeterm Function screenshot 4

Step 1: In the cell where you need to calculate the determinant, enter the following command:

Matrix Functions in Excel — 2. Mdeterm Function screenshot 5

Step 2: Press Enter, the result will be:

Matrix Functions in Excel — 2. Mdeterm Function screenshot 6

3. Minverse Function

- Meaning: Returns the inverse matrix of the given matrix.

- Syntax: Minverse (array [n, n]) .

Where: Array is a 2-dimensional array with equal number of columns and rows.

- For example:

Matrix Functions in Excel — 3. Minverse Function screenshot 7

Step 1: In the cell you may need to display the inverse matrix, enter the following command:

Matrix Functions in Excel — 3. Minverse Function screenshot 8

Step 2: Press Enter , highlight the data area C11: D12 -> press F2 -> Ctrl + Shift + Enter . The result is as shown in the picture:

Matrix Functions in Excel — 3. Minverse Function screenshot 9

4. Mmult Function

- Meaning: Returns the product of 2 matrices.

- Syntax: Mmult (aray1, array2) .

Where: The number of columns of matrix 1 is equal to the number of rows of matrix 2.

- Example: Find the product of 2 matrices.

Matrix Functions in Excel — 4. Mmult Function screenshot 10

+ Step 1: In the box you may need to display matrix products, enter the command as shown:

Matrix Functions in Excel — 4. Mmult Function screenshot 11

Step 2: Press Enter , highlight the data range K6: L8 -> press F2 -> Ctrl + Shift + Enter . The result is as shown below:

Matrix Functions in Excel — 4. Mmult Function screenshot 12

In this step, there is a small note in Step 2 if you highlight the number of rows and columns incorrectly, as shown in the figure:

Matrix Functions in Excel — 4. Mmult Function screenshot 13

Note: Here matrix 1 (3 rows, 3 columns) x matrix 2 (3 rows, 2 columns) → product matrix has a row index and a column index equal to matrix 2.

FAQ

What is the main focus of Matrix Functions in Excel?

The article explains the most important facts, context, and practical details related to Matrix Functions in Excel.

Who may find this information useful?

It is useful for readers who want a clear overview, practical context, and a better understanding of the subject.

What should readers verify before taking action?

Check current product versions, official requirements, regional availability, and any details that may have changed since the original publication.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.