:Matrix multiplication: application of trigonometric functions in the MMULT function-Table skills免费ppt模版下载-道格办公

Matrix multiplication: application of trigonometric functions in the MMULT function

```html
  • Picture and text skills
  • Case

Returns the matrix product of two arrays. The resulting matrix has the same number of rows as array1 and the same number of columns as array2.

Syntax MMULT (array1, array2)

MMULT1.png

array1, array2 The two arrays to perform matrix multiplication.

array1 and array2 can be cell ranges, references, or array constants.

array1 must have the same number of columns as array2 and both arrays must contain only numeric values.

Formulas that return an array must be entered as an array formula.

MMULT returns the #VALUE! error value under the following circumstances:

1. Any cell is empty or contains text.

2. The number of columns in array1 is not equal to the number of rows in array2.

3. The capacity of the result array is equal to or greater than a total of 5,461 cells.

The matrix product a of two arrays b and c is:

MMULT2.png

Like (810)
Reward 支付宝扫一扫 支付宝扫一扫
single-end

Related Suggestion