Casio FX-115ES Scientific Calculator Logo
Posted on Jan 09, 2011
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

How to do matrix multiplication - Casio FX-115ES Scientific Calculator

1 Answer

k24674

Level 3:

An expert who has achieved level 3 by getting 1000 points

Superstar:

An expert that got 20 achievements.

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

  • Casio Master 8,093 Answers
  • Posted on Jan 15, 2011
k24674
Casio Master
Level 3:

An expert who has achieved level 3 by getting 1000 points

Superstar:

An expert that got 20 achievements.

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Joined: Aug 17, 2009
Answers
8093
Questions
0
Helped
4672688
Points
21595

This post is rather exhaustive as regards the matrix capabilities of the calculator. So if the post recalls things you already know, please skip them. Matrix multiplication is at the end.

Let me explain how to create matrices. (If you know how to do it, skip to the operations on matrices, at the end.)

First you must set Matrix calculation
[MODE][6:Matrix]. Then By entering one of the numbers [1:MatA] or [2:Matb] or [3:MatC] you get to choose the dimensions of the matrix
(mxn]. Once finished entering the matrix you clear the screen.
The operations on matrices are available by pressing [Shift][Matrix]
[1:Dim] to change the dimension of a matrix (in fact redefining the matrix)
[2:Data] enter values in a matrix
[3:MatA] access Matrix A
[4:Matb] access Matrix B
[5:MatC] access matrix C
[6:MatAns] access the Answer Matrix (the last matrix calculated)
[7:det] Calculate the determinant of a matrix already defined
[8:Trn] The transpose of a matrix already defined

To add matrices MatA+MatB (MUST have identical dimensions same m and same n, m and n do not have to be the same)
To subtract MatA-MatB. (MUST have identical dimensions, see above)
To multiply MatAxMatB (See below for conditions on dimensions)
To raise a matrix to a power 2 [x2], cube [x3]
To obtain inverse of a SQUARE MatA already defined MatA[x-1]. The key [x-1] is the x to the power -1 key. If the determinant of a matrix is zero, the matrix is singular and its inverse does not exit.

Dimensions of matrices involved in operations must match. Here is a short summary

The multiplication of structured mathematical entities (vectors, complex numbers, matrices, etc.) is different from the multiplication of unstructured (scalar) mathematical entities (regular numbers). As you well know matrix multiplication is not commutative> This has to do with the dimensions.

An mXn matrix has m rows and n columns. To perform multiplication of an kXl matrix by an mXn matrix you multiply each element in one row of the first matrix by a specific element in a column of the second matrix. This imposes a condition, namely that the number of columns of the first matrix be equal to the number of rows of the second.
Thus, to be able to multiply a kXl matrix by am mXn matrix, the number of columns of the first (l) must be equal to the number of rows of the second (m).

So MatA(kXl) * MatB(mXn) is possible only if l=m
MatA(kX3) * Mat(3Xn) is possible and meaningful, but
Mat(kX3) * Mat(nX3) may not be possible.

To get back to your calculation, make sure that the number of columns of the first matrix is equal to the number of rows of the second. If this condition is not satisfied, the calculator returns a dimension error. The order of the matrices in the multiplication is, shall we say, vital.

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

How to do matrix problems in fx991ms

The following was written for the Casio FX-991 ES. If matrix calculations are available on your calculator you will perform them as described below. ( I have no time to verify that the FX-991ms can perform matrix calculations).

Let me explain how to create matrices. (If you know how to do it, skip to the operations on matricies, at the end.)

First you must set Matrix calculation
[MODE][6:Matrix]. Then By entering one of the numbers [1:MatA] or [2:Matb] or [3:MatC] you get to choose the dimensions of the matrix
(mxn]. Once finished entering the matrix you clear the screen.
The operations on matrices are available by pressing [Shift][Matrix]
[1:Dim] to change the dimension of a matrix (in fact redefining the matrix)
[2:Data] enter values in a matrix
[3:MatA] access Matrix A
[4:Matb] access Matrix B
[5:MatC] access matrix C
[6:MatAns] access the Answer Matrix (the last matrix calculated)
[7:det] Calculate the determinant of a matrix already defined
[8:Trn] The transpose of a matrix already defined

To add matrices MatA+MatB
To subtract MatA-MatB
To multiply MatAxMatB
To raise a matrixe to a power 2 [x2], cube [x3]
To obtain inverse of MatA already defined MatA[x-1] [x-1] is the x to the power -1 key
Dimensions of matrices involved in operations must match.
Here is a short summary

The multiplication of structured mathematical entities (vectors, complex numbers, matrices, etc.) is different from the multiplication of unstructured (scalar) mathematical entities (regular umbers). As you well know matrix multiplication is not commutative> This has to do with the dimensions.

An mXn matrix has m rows and n columns. To perform multiplication of an kXl matrice by an mXn matrix you multiply each element in one row of the first matrix by a specific element in a column of the second matrix. This imposes a condition, namely that the number of columns of the first matrix be equal to the number of rows of the second.
Thus, to be able to multiply a kXl matrix by am mXn matrix, the number of columns of the first (l) must be equal to the number of rows of the second (m).

So MatA(kXl) * MatB(mXn) is possible only if l=m
MatA(kX3) * Mat(3Xn) is possible and meaningful, but
Mat(kX3) * Mat(nX3) may not be possible.

To get back to your calculation, make sure that the number of columns of the first matrix is equal to the number of rows of the second. If this condition is not satisfied, the calculator returns a dimension error. The order of the matrices in the multiplication is, shall we say, vital.
1helpful
1answer

How to multiply the matrices using fx-991ms calculator

The following was written for the Casio FX-991 ES. If matrix calculations are available on your calculator you will perform them as described below. ( I have no time to verify that the FX-991ms can perform matrix calculations).

Let me explain how to create matrices. (If you know how to do it, skip to the operations on matricies, at the end.)

First you must set Matrix calculation
[MODE][6:Matrix]. Then By entering one of the numbers [1:MatA] or [2:Matb] or [3:MatC] you get to choose the dimensions of the matrix
(mxn]. Once finished entering the matrix you clear the screen.
The operations on matrices are available by pressing [Shift][Matrix]
[1:Dim] to change the dimension of a matrix (in fact redefining the matrix)
[2:Data] enter values in a matrix
[3:MatA] access Matrix A
[4:Matb] access Matrix B
[5:MatC] access matrix C
[6:MatAns] access the Answer Matrix (the last matrix calculated)
[7:det] Calculate the determinant of a matrix already defined
[8:Trn] The transpose of a matrix already defined

To add matrices MatA+MatB
To subtract MatA-MatB
To multiply MatAxMatB
To raise a matrixe to a power 2 [x2], cube [x3]
To obtain inverse of MatA already defined MatA[x-1] [x-1] is the x to the power -1 key
Dimensions of matrices involved in operations must match.
Here is a short summary

The multiplication of structured mathematical entities (vectors, complex numbers, matrices, etc.) is different from the multiplication of unstructured (scalar) mathematical entities (regular umbers). As you well know matrix multiplication is not commutative> This has to do with the dimensions.

An mXn matrix has m rows and n columns. To perform multiplication of an kXl matrice by an mXn matrix you multiply each element in one row of the first matrix by a specific element in a column of the second matrix. This imposes a condition, namely that the number of columns of the first matrix be equal to the number of rows of the second.
Thus, to be able to multiply a kXl matrix by am mXn matrix, the number of columns of the first (l) must be equal to the number of rows of the second (m).

So MatA(kXl) * MatB(mXn) is possible only if l=m
MatA(kX3) * Mat(3Xn) is possible and meaningful, but
Mat(kX3) * Mat(nX3) may not be possible.

To get back to your calculation, make sure that the number of columns of the first matrix is equal to the number of rows of the second. If this condition is not satisfied, the calculator returns a dimension error. The order of the matrices in the multiplication is, shall we say, vital.
0helpful
1answer

We are trying to add, subtract, multiply, and divide matrixes, but the Casio calculator that we have will allow for us to input the information into the calc. However, it will not allow for us to add,...

This post is rather exhaustive as regards the matrix capabilities of the calculator. So if the post recalls things you already know, please skip them. Matrix multiplication is at the end. As to division of matrices, I do not believe that this operation exits.

Let me explain how to create matrices. (If you know how to do it, skip to the operations on matrices, at the end.)

First you must set Matrix calculation
[MODE][6:Matrix]. Then By entering one of the numbers [1:MatA] or [2:Matb] or [3:MatC] you get to choose the dimensions of the matrix
(mxn]. Once finished entering the matrix you clear the screen.

The operations on matrices are available by pressing [Shift][Matrix]
[1:Dim] to change the dimension of a matrix (in fact redefining the matrix)
[2: D A T A] enter values in a matrix
[3:MatA] access Matrix A
[4:Matb] access Matrix B
[5:MatC] access matrix C
[6:MatAns] access the Answer Matrix (the last matrix calculated)
[7:det] Calculate the determinant of a matrix already defined
[8:Trn] The transpose of a matrix already defined

To add matrices MatA+MatB (MUST have identical dimensions same m and same n, m and n do not have to be the same)
To subtract MatA-MatB. (MUST have identical dimensions, see above)
To multiply MatAxMatB (See below for conditions on dimensions)
To raise a matrix to a power 2 [x2], cube [x3]
To obtain inverse of a SQUARE MatA already defined MatA[x^-1]. The key [x^-1] is the x to the power -1 key. If the determinant of a matrix is zero, the matrix is singular and its inverse does not exit.

Dimensions of matrices involved in operations must match. Here is a short summary

The multiplication of structured mathematical entities (vectors, complex numbers, matrices, etc.) is different from the multiplication of unstructured (scalar) mathematical entities (regular numbers). As you well know matrix multiplication is not commutative> This has to do with the dimensions.

An mXn matrix has m rows and n columns. To perform multiplication of an kXl matrix by an mXn matrix you multiply each element in one row of the first matrix by a specific element in a column of the second matrix. This imposes a condition, namely that the number of columns of the first matrix be equal to the number of rows of the second.
Thus, to be able to multiply a kXl matrix by am mXn matrix, the number of columns of the first (l) must be equal to the number of rows of the second (m).

So MatA(kXl) * MatB(mXn) is possible only if l=m
MatA(kX3) * Mat(3Xn) is possible and meaningful, but
Mat(kX3) * Mat(nX3) may not be possible.

To get back to your calculation, make sure that the number of columns of the first matrix is equal to the number of rows of the second. If this condition is not satisfied, the calculator returns a dimension error. The order of the matrices in the multiplication is, shall we say, vital.
0helpful
1answer

I'm trying to solve a matrix using your calc--I was able to follow the steps that were located on the internet, but it does not explain what you will do next. My partners and I have spent hours and we...

This post is rather exhaustive as regards the matrix capabilities of the calculator. So if the post recalls things you already know, please skip them. Matrix multiplication is at the end. As to division of matrices, I do not believe that this operation exits.

Let me explain how to create matrices. (If you know how to do it, skip to the operations on matrices, at the end.)

First you must set Matrix calculation
[MODE][6:Matrix]. Then By entering one of the numbers [1:MatA] or [2:Matb] or [3:MatC] you get to choose the dimensions of the matrix
(mxn]. Once finished entering the matrix you clear the screen.

The operations on matrices are available by pressing [Shift][Matrix]
[1:Dim] to change the dimension of a matrix (in fact redefining the matrix)
[2: D A T A] enter values in a matrix
[3:MatA] access Matrix A
[4:Matb] access Matrix B
[5:MatC] access matrix C
[6:MatAns] access the Answer Matrix (the last matrix calculated)
[7:det] Calculate the determinant of a matrix already defined
[8:Trn] The transpose of a matrix already defined

To add matrices MatA+MatB (MUST have identical dimensions same m and same n, m and n do not have to be the same)
To subtract MatA-MatB. (MUST have identical dimensions, see above)
To multiply MatAxMatB (See below for conditions on dimensions)
To raise a matrix to a power 2 [x2], cube [x3]
To obtain inverse of a SQUARE MatA already defined MatA[x^-1]. The key [x^-1] is the x to the power -1 key. If the determinant of a matrix is zero, the matrix is singular and its inverse does not exit.

Dimensions of matrices involved in operations must match. Here is a short summary

The multiplication of structured mathematical entities (vectors, complex numbers, matrices, etc.) is different from the multiplication of unstructured (scalar) mathematical entities (regular numbers). As you well know matrix multiplication is not commutative> This has to do with the dimensions.

An mXn matrix has m rows and n columns. To perform multiplication of an kXl matrix by an mXn matrix you multiply each element in one row of the first matrix by a specific element in a column of the second matrix. This imposes a condition, namely that the number of columns of the first matrix be equal to the number of rows of the second.
Thus, to be able to multiply a kXl matrix by am mXn matrix, the number of columns of the first (l) must be equal to the number of rows of the second (m).

So MatA(kXl) * MatB(mXn) is possible only if l=m
MatA(kX3) * Mat(3Xn) is possible and meaningful, but
Mat(kX3) * Mat(nX3) may not be possible.

To get back to your calculation, make sure that the number of columns of the first matrix is equal to the number of rows of the second. If this condition is not satisfied, the calculator returns a dimension error. The order of the matrices in the multiplication is, shall we say, vital.
1helpful
1answer

How to do multiplication of two matrixes in casio fx 115es

This post is rather exhaustive as regards the matrix capabilities of the calculator. So if the post recalls things you already know, please skip them. Matrix multiplication is at the end.

Let me explain how to create matrices. (If you know how to do it, skip to the operations on matrices, at the end.)

First you must set Matrix calculation
[MODE][6:Matrix]. Then By entering one of the numbers [1:MatA] or [2:Matb] or [3:MatC] you get to choose the dimensions of the matrix
(mxn]. Once finished entering the matrix you clear the screen.
The operations on matrices are available by pressing [Shift][Matrix]
[1:Dim] to change the dimension of a matrix (in fact redefining the matrix)
[2:Data] enter values in a matrix
[3:MatA] access Matrix A
[4:Matb] access Matrix B
[5:MatC] access matrix C
[6:MatAns] access the Answer Matrix (the last matrix calculated)
[7:det] Calculate the determinant of a matrix already defined
[8:Trn] The transpose of a matrix already defined

To add matrices MatA+MatB (MUST have identical dimensions same m and same n, m and n do not have to be the same)
To subtract MatA-MatB. (MUST have identical dimensions, see above)
To multiply MatAxMatB (See below for conditions on dimensions)
To raise a matrix to a power 2 [x2], cube [x3]
To obtain inverse of a SQUARE MatA already defined MatA[x-1]. The key [x-1] is the x to the power -1 key. If the determinant of a matrix is zero, the matrix is singular and its inverse does not exit.

Dimensions of matrices involved in operations must match. Here is a short summary

The multiplication of structured mathematical entities (vectors, complex numbers, matrices, etc.) is different from the multiplication of unstructured (scalar) mathematical entities (regular numbers). As you well know matrix multiplication is not commutative> This has to do with the dimensions.

An mXn matrix has m rows and n columns. To perform multiplication of an kXl matrix by an mXn matrix you multiply each element in one row of the first matrix by a specific element in a column of the second matrix. This imposes a condition, namely that the number of columns of the first matrix be equal to the number of rows of the second.
Thus, to be able to multiply a kXl matrix by am mXn matrix, the number of columns of the first (l) must be equal to the number of rows of the second (m).

So MatA(kXl) * MatB(mXn) is possible only if l=m
MatA(kX3) * Mat(3Xn) is possible and meaningful, but
Mat(kX3) * Mat(nX3) may not be possible.

To get back to your calculation, make sure that the number of columns of the first matrix is equal to the number of rows of the second. If this condition is not satisfied, the calculator returns a dimension error. The order of the matrices in the multiplication is, shall we say, vital.
1helpful
4answers

In casio fx-991ES, i am able not to get the matrix multiplication as well as inverse when i do so get math error.

This post is rather exhaustive as regards the matrix capabilities of the calculator. So if the post recalls things you already know, please skip them. Matrix multiplication is at the end.

Let me explain how to create matrices. (If you know how to do it, skip to the operations on matrices, at the end.)

First you must set Matrix calculation
[MODE][6:Matrix]. Then By entering one of the numbers [1:MatA] or [2:Matb] or [3:MatC] you get to choose the dimensions of the matrix
(mxn]. Once finished entering the matrix you clear the screen.
The operations on matrices are available by pressing [Shift][Matrix]
[1:Dim] to change the dimension of a matrix (in fact redefining the matrix)
[2:Data] enter values in a matrix
[3:MatA] access Matrix A
[4:Matb] access Matrix B
[5:MatC] access matrix C
[6:MatAns] access the Answer Matrix (the last matrix calculated)
[7:det] Calculate the determinant of a matrix already defined
[8:Trn] The transpose of a matrix already defined

To add matrices MatA+MatB (MUST have identical dimensions same m and same n, m and n do not have to be the same)
To subtract MatA-MatB. (MUST have identical dimensions, see above)
To multiply MatAxMatB (See below for conditions on dimensions)
To raise a matrix to a power 2 [x2], cube [x3]
To obtain inverse of a SQUARE MatA already defined MatA[x-1]. The key [x-1] is the x to the power -1 key. If the determinant of a matrix is zero, the matrix is singular and its inverse does not exit.

Dimensions of matrices involved in operations must match. Here is a short summary

The multiplication of structured mathematical entities (vectors, complex numbers, matrices, etc.) is different from the multiplication of unstructured (scalar) mathematical entities (regular numbers). As you well know matrix multiplication is not commutative> This has to do with the dimensions.

An mXn matrix has m rows and n columns. To perform multiplication of an kXl matrix by an mXn matrix you multiply each element in one row of the first matrix by a specific element in a column of the second matrix. This imposes a condition, namely that the number of columns of the first matrix be equal to the number of rows of the second.
Thus, to be able to multiply a kXl matrix by am mXn matrix, the number of columns of the first (l) must be equal to the number of rows of the second (m).

So MatA(kXl) * MatB(mXn) is possible only if l=m
MatA(kX3) * Mat(3Xn) is possible and meaningful, but
Mat(kX3) * Mat(nX3) may not be possible.

To get back to your calculation, make sure that the number of columns of the first matrix is equal to the number of rows of the second. If this condition is not satisfied, the calculator returns a dimension error. The order of the matrices in the multiplication is, shall we say, vital.
2helpful
1answer

How to use matrix in the calculator

Let me explain how to create matrices. (If you know how to do it, skip to the operations on matrices, at the end.)

First you must set Matrix calculation
[MODE][6:Matrix]. Then By entering one of the numbers [1:MatA] or [2:Matb] or [3:MatC] you get to choose the dimensions of the matrix
(mxn]. Once finished entering the matrix you clear the screen.
The operations on matrices are available by pressing [Shift][Matrix]
[1:Dim] to change the dimension of a matrix (in fact redefining the matrix)
[2:Data] enter values in a matrix
[3:MatA] access Matrix A
[4:Matb] access Matrix B
[5:MatC] access matrix C
[6:MatAns] access the Answer Matrix (the last matrix calculated)
[7:det] Calculate the determinant of a matrix already defined
[8:Trn] The transpose of a matrix already defined

To add matrices MatA+MatB (MUST have identical dimensions same m and same n, m and n do not have to be the same)
To subtract MatA-MatB. (MUST have identical dimensions, see above)
To multiply MatAxMatB (See below for conditions on dimensions)
To raise a matrixe to a power 2 [x2], cube [x3]
To obtain inverse of MatA already defined MatA[x-1] [x-1] is the x to the power -1 key
Dimensions of matrices involved in operations must match.
Here is a short summary

The multiplication of structured mathematical entities (vectors, complex numbers, matrices, etc.) is different from the multiplication of unstructured (scalar) mathematical entities (regular umbers). As you well know matrix multiplication is not commutative> This has to do with the dimensions.

An mXn matrix has m rows and n columns. To perform multiplication of an kXl matrix by an mXn matrix you multiply each element in one row of the first matrix by a specific element in a column of the second matrix. This imposes a condition, namely that the number of columns of the first matrix be equal to the number of rows of the second.
Thus, to be able to multiply a kXl matrix by am mXn matrix, the number of columns of the first (l) must be equal to the number of rows of the second (m).

So MatA(kXl) * MatB(mXn) is possible only if l=m
MatA(kX3) * Mat(3Xn) is possible and meaningful, but
Mat(kX3) * Mat(nX3) may not be possible.

To get back to your calculation, make sure that the number of columns of the first matrix is equal to the number of rows of the second. If this condition is not satisfied, the calculator returns a dimension error. The order of the matrices in the multiplication is, shall we say, vital.
1helpful
1answer

Matrix

Let me explain how to create matrices. (If you know how to do it, skip to the operations on matricies, at the end.)

First you must set Matrix calculation
[MODE][6:Matrix]. Then By entering one of the numbers [1:MatA] or [2:Matb] or [3:MatC] you get to choose the dimensions of the matrix
(mxn]. Once finished entering the matrix you clear the screen.
The operations on matrices are available by pressing [Shift][Matrix]
[1:Dim] to change the dimension of a matrix (in fact redefining the matrix)
[2:Data] enter values in a matrix
[3:MatA] access Matrix A
[4:Matb] access Matrix B
[5:MatC] access matrix C
[6:MatAns] access the Answer Matrix (the last matrix calculated)
[7:det] Calculate the determinant of a matrix already defined
[8:Trn] The transpose of a matrix already defined

To add matrices MatA+MatB (MUST have identical dimensions same m and same n, m and n do not have to be the same)
To subtract MatA-MatB. (MUST have identical dimensions, see above)
To multiply MatAxMatB (See below for conditions on dimensions)
To raise a matrixe to a power 2 [x2], cube [x3]
To obtain inverse of MatA already defined MatA[x-1] [x-1] is the x to the power -1 key
Dimensions of matrices involved in operations must match.
Here is a short summary

The multiplication of structured mathematical entities (vectors, complex numbers, matrices, etc.) is different from the multiplication of unstructured (scalar) mathematical entities (regular umbers). As you well know matrix multiplication is not commutative> This has to do with the dimensions.

An mXn matrix has m rows and n columns. To perform multiplication of an kXl matrice by an mXn matrix you multiply each element in one row of the first matrix by a specific element in a column of the second matrix. This imposes a condition, namely that the number of columns of the first matrix be equal to the number of rows of the second.
Thus, to be able to multiply a kXl matrix by am mXn matrix, the number of columns of the first (l) must be equal to the number of rows of the second (m).

So MatA(kXl) * MatB(mXn) is possible only if l=m
MatA(kX3) * Mat(3Xn) is possible and meaningful, but
Mat(kX3) * Mat(nX3) may not be possible.

To get back to your calculation, make sure that the number of columns of the first matrix is equal to the number of rows of the second. If this condition is not satisfied, the calculator returns a dimension error. The order of the matrices in the multiplication is, shall we say, vital.
2helpful
1answer

How to multiply two matricies?

Let me explain how to create matrices. (If you know how to do it, skip to the operations on matricies, at the end.)

First you must set Matrix calculation
[MODE][6:Matrix]. Then By entering one of the numbers [1:MatA] or [2:Matb] or [3:MatC] you get to choose the dimensions of the matrix
(mxn]. Once finished entering the matrix you clear the screen.
The operations on matrices are available by pressing [Shift][Matrix]
[1:Dim] to change the dimension of a matrix (in fact redefining the matrix)
[2:Data] enter values in a matrix
[3:MatA] access Matrix A
[4:Matb] access Matrix B
[5:MatC] access matrix C
[6:MatAns] access the Answer Matrix (the last matrix calculated)
[7:det] Calculate the determinant of a matrix already defined
[8:Trn] The transpose of a matrix already defined

To add matrices MatA+MatB
To subtract MatA-MatB
To multiply MatAxMatB
To raise a matrixe to a power 2 [x2], cube [x3]
To obtain inverse of MatA already defined MatA[x-1] [x-1] is the x to the power -1 key
Dimensions of matrices involved in operations must match.
Here is a short summary

The multiplication of structured mathematical entities (vectors, complex numbers, matrices, etc.) is different from the multiplication of unstructured (scalar) mathematical entities (regular umbers). As you well know matrix multiplication is not commutative> This has to do with the dimensions.

An mXn matrix has m rows and n columns. To perform multiplication of an kXl matrice by an mXn matrix you multiply each element in one row of the first matrix by a specific element in a column of the second matrix. This imposes a condition, namely that the number of columns of the first matrix be equal to the number of rows of the second.
Thus, to be able to multiply a kXl matrix by am mXn matrix, the number of columns of the first (l) must be equal to the number of rows of the second (m).

So MatA(kXl) * MatB(mXn) is possible only if l=m
MatA(kX3) * Mat(3Xn) is possible and meaningful, but
Mat(kX3) * Mat(nX3) may not be possible.

To get back to your calculation, make sure that the number of columns of the first matrix is equal to the number of rows of the second. If this condition is not satisfied, the calculator returns a dimension error. The order of the matrices in the multiplication is, shall we say, vital.

1helpful
2answers

I put my MatA and MatB but when I multiply them it displays a dimension erreor

I know this is a long time ago, but i am sure someone might ask eventually this same question.For the Casio fx-115es here are the instructions:go to mode, matrix, and pick the matrix you want to you.. you only have 3 options.create your matrix and press AC.Here is the tricky part, DO NOT go to mode again, that will reset your matrices that you have entered. Instead, press shift and the number 4 key, which is also matrix, go to press 1 (DIM), chose the other matrix to enter, and you can start mult, adding, etc.Any time you want to use the entered matrices, go through the matrix function, not the mode function.
Not finding what you are looking for?

553 views

Ask a Question

Usually answered in minutes!

Top Casio Office Equipment & Supplies Experts

k24674

Level 3 Expert

8093 Answers

Arnie Burke
Arnie Burke

Level 3 Expert

7339 Answers

Ngoro

Level 3 Expert

3521 Answers

Are you a Casio Office Equipment and Supply Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...