Showing posts with label fx-115es. Show all posts
Showing posts with label fx-115es. Show all posts

Sunday, November 25, 2012

Matrix Functions on the fx-991ES (fx-115ES in the US) vs TI-36X Pro

Matrix Function Comparison (fx-991ES/fx-115ES vs TI 36X Pro)

Today's blog entry comes from a question by An Artist:


An Artist has left a new comment on your post "TI-36X Pro Review":

Hi Eddie,

In India, the TI 36x pro is available at the same price as the Casio 991ES.
I have ordered the TI.

Is this a good decision?
I've heard of a memory overload bug of the TI which gives wrong answers. Can you please tell me how to get around the bug?

My main focus is matrix and someone told me that this one has more matrix functions for matrices. Can you please confirm that?

Your blogs have been very helpful about calcs. So, keep up the good work.


First of all thank you for the compliment An Artist, very much appreciated.

Regarding the overload bug on the TI-36X Pro, honestly this is the first time I read of it. According to one of the reviewers on the flipkart.com page, the reviewer reports an overload bug occurs when too many equations are used or too much memory is used. I have not found any additional information about this. Personally I have not encounter this problem.

Now the matrix commands. I am going to list the available matrix functions for each calculator. First up, Casio, then Texas Instruments.

Keep in mind both calculators allow only for real-numbered elements.


Casio fx-991ES (aka fx-115ES in the United States)

You will need to enter a specific mode for Matrices (MODE 6)

3 matrices can be stored, up to size 3 x 3 matrices. A separate "Ans" matrix is also available.

Matrix Functions:
Arithmetic
Ability to resize matrices
Determinant (dim)
Transpose (Trn)
Inverse (with the x⁻¹ button)
Square of a square matrix (with the x² button)
Cube of a square matrix (with the x³ function)
Absolute Value of each element (Abs)

Matrices are automatically cleared when modes are switched.

Note: The updated fx-115ES PLUS adds the ref and rref functions.


Texas Instruments TI-36X Pro

There is no specific mode required, you can work with matrices directly from the Home screen.

3 matrices can be stored, up to size 3 x 3 matrices. A separate "Ans" matrix is also available. The TI-36X offers identity matrices [I2] and [I3] of size 2 x 2 and 3 x 3, respectively.

Matrix Functions:
Arithmetic
Ability to resize matrices (through the edit screen)
Determinant (dim)
Transpose (Trn)
Inverse
Square of a square matrix (with the x² button)
Powers of a square matrix ([A]^n where n is a positive integer, 0, or -1)
Absolute Value of each element (abs)
Integer Part of each element (iPart)
Fractional Part of each element (fPart))
Rounding of each element (round)
Reduced Echelon Form (ref)
Row Reduced Echelon Form (rref)

Matrices are retained in memory on the TI-36X Pro.


An Artist, to answer your question between the fx-991ES and the TI-36X Pro, I can confirm that the TI-36X Pro has more functions for matrices. Hope this helps,

Eddie



Friday, April 13, 2012

How Far Scientific Calculators Have Come


Happy Friday the 13th - Blog Entry # 71

How Far Scientific Calculators Have Come

To put it briefly, the Casio fx-115 ES is a Casio 9860g minus the programming and graphing.

The TI-36X Pro is a TI-84 Plus minus the programming and graphing.

Both have definite integrals, numeric derivatives, numeric solvers, polynomial solvers, (some) complex number operations, statistics, base operations, a library of constants and conversions, and Σ (sum of a series).

All for about $20-$25.

40 years ago we were looking at getting just trigonometry and logarithms for $395. (HP 35). (Thank you Hewlett Packard for making the scientific calculator part of our lives. And for bringing back the HP 15C. )

I am excited about the new Casio fx-115ES Plus that is coming soon. I think the model adds product of a series (Π), GCM, LCD, integer part, and fraction part. (partially to catch up to the TI-36X Pro).

Casio has got to consider expanding the programmable fx-3650P, and marketing it in America.

Can a solar graphing calculator not be far behind? Who would do it first?

What about RPN? I have been forever dreaming of a having an RPN solar calculator.

Announcements

Coming at the end of April, I am anticipating April 30, 2012, I am going to post a review series on one-variable calculus. It will last about a few weeks.

Have a good weekend everyone!

This blog is property of Edward Shore. © 2012

Python – Earth’s Radius and Gravity in US Units

Python – Earth’s Radius and Gravity in US Units Introduction The following script, gravus2.py, estimates the Earth’s gravity i...