Casio FX-115ES Scientific Calculator Logo
Posted on Apr 24, 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 multiplication of two matrixes in casio fx 115es

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 Apr 25, 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
4674858
Points
21596

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

Calculate the inverse of a 4X4 matrix on fx-570ms

The Casio FX-570MS does not handle matrices. So you cannot create matrices, let alone invert them. Sorry.
The Casio FX115 ES handles matrices for up to 3X3 dimension. Create the matrix.Have its name displayed on the command line and press the [x^-1] (reciprocal ) key.
1helpful
1answer

How i do matrix equations on my fx-115ES calculator?

1. press mode 2. select the option matrix (6) 3.select matrix A,B or C 4 select (m x n) 5 input matrix 6 repeat steps1-5 if u are using more than 1 matrix. (select another matrix (A,B or C) in step 3) 7 press shift and 4 and select the required functions. (mat A x mat B or det mat A etc..)
2helpful
1answer

On which calculator can i solve 6*6 matrix

If you want to manipulate 6x6 matrices, you can use one of the CASIO Graphing calculators, such as theCFX-9850GPlus, or the FX-9750G plus.
Graphing calculators from other manufacturers can also handle such matrices. The FX-115ES can handle matrices with dimensions up to 3x3.
0helpful
1answer

How do i solve a matrix?

What do you mean by "solve a matrix"? Find the inverse? Find the determinant? Find the solution to a system of linear equations? Within limits the fx-115ES can do any of these and more.

The procedures are described in the "Matrix Calculations" section of the manual. If you still have problems, please reply to this post specifying what you want to do.
2helpful
1answer

How to input numbers to solve a matrix using a casio fx-115es

Press MODE 6 to get into matrix mode. Note: do this only once. If you do it again, it will erase all your matrices. Pick the matrix, set its dimension, then the calculator will put up a screen allowing you to enter/edit the matrix elements. At any time you're in matrix mode, press SHIFT 4 to bring up the matrix menu.

All this is explained in the manual beginning on page E-57. If you've misplaced the manual, you can download a copy from
http://support.casio.com/manualfile.php?rgn=1&cid=004001004
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.
6helpful
1answer

How to do matrix multiplication on Casio 115ES?

Hello
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 (see you textbook for the rules)

Read the appendix to your user manual, there are several exemples.
Hope helps
9helpful
1answer

Cofactor matrix

the cofactor (C) of Matrix (A) = (det(a) times (A)^-1)t

Cof A=(detAxA^1)t

Enter a matrix for (MatA) AC
shift 4 7 gives det(_
shift 4 3 shows det(a )<-end Paren
= x shows ansx
shift 4 3 shows ansxMatA -1x
= you'll see a Matrix AC to get out
shift 4 8 gives Trn(
shift 4 6 shows Trn(MatAns) =


The Matrix graph shows all the Cofactors
4helpful
1answer

Weather casio FX-115ES can solve 5*5 matrix

According to the manual for the Casio FX115ES, the largest matrix it solves is a 3x3.
Not finding what you are looking for?

195 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

3523 Answers

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

Answer questions

Manuals & User Guides

Loading...