HP Forums
Retro Review: TI-Explorer Plus - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: Not HP Calculators (/forum-7.html)
+--- Forum: Not remotely HP Calculators (/forum-9.html)
+--- Thread: Retro Review: TI-Explorer Plus (/thread-11967.html)



Retro Review: TI-Explorer Plus - Eddie W. Shore - 12-17-2018 02:56 AM

This should have been the modern TI-30X (adding the polar/rectangular and D/DMS conversions):

https://edspi31415.blogspot.com/2018/12/retro-review-texas-instruments-explorer.html


RE: Retro Review: TI-Explorer Plus - ijabbott - 12-17-2018 02:26 PM

What's the maximum number of digits in the denominator that can be displayed? I'm wondering how many digits of the display need that extra segment for the fraction slash.


RE: Retro Review: TI-Explorer Plus - Eddie W. Shore - 12-17-2018 02:55 PM

(12-17-2018 02:26 PM)ijabbott Wrote:  What's the maximum number of digits in the denominator that can be displayed? I'm wondering how many digits of the display need that extra segment for the fraction slash.

I think it's 4.


RE: Retro Review: TI-Explorer Plus - ijabbott - 12-17-2018 03:11 PM

(12-17-2018 02:55 PM)Eddie W. Shore Wrote:  
(12-17-2018 02:26 PM)ijabbott Wrote:  What's the maximum number of digits in the denominator that can be displayed? I'm wondering how many digits of the display need that extra segment for the fraction slash.

I think it's 4.

It appears the slash doesn't have to appear before the 4 rightmost digits of the display. The picture of the TI-40 Solar (China) on datamath.org shows the calculator showing a mixed fraction with the number starting on the left and the slash somewhere left of the middle.

[Image: TI-40Solar_N1298.jpg]


RE: Retro Review: TI-Explorer Plus - Don Shepherd - 12-18-2018 03:54 PM

(12-17-2018 02:56 AM)Eddie W. Shore Wrote:  This should have been the modern TI-30X (adding the polar/rectangular and D/DMS conversions):

https://edspi31415.blogspot.com/2018/12/retro-review-texas-instruments-explorer.html

Hi Eddie, nice review.

I used to use the OP1 and OP2 features of my TI-34 II here when I was teaching the famous quadratic formula to my students. I would ask them to think of two numbers, and give me the sum and product of the numbers. I could then tell them their two numbers by "magic". It turns out that X+Y = n1 and X*Y = n2 easily turns into an equation in the form ax^2 + bx + c, which is easily and quickly solved by the quadratic formula.

op1 = (-b+sqrt(b^2-4ac))/(2a)
op2 = (-b-sqrt(b^2-4ac))/(2a)

I would just set variable a=1, b=-the sum of the two numbers, and c=the product of the two numbers, press OP1 and OP2 and tell them their original numbers. They thought that was pretty cool, and it made it easier to teach the formula.

The calculator you have pictured doesn't seem to have variables, however.


RE: Retro Review: TI-Explorer Plus - Eddie W. Shore - 12-24-2018 01:02 AM

(12-18-2018 03:54 PM)Don Shepherd Wrote:  
(12-17-2018 02:56 AM)Eddie W. Shore Wrote:  This should have been the modern TI-30X (adding the polar/rectangular and D/DMS conversions):

https://edspi31415.blogspot.com/2018/12/retro-review-texas-instruments-explorer.html

Hi Eddie, nice review.

I used to use the OP1 and OP2 features of my TI-34 II here when I was teaching the famous quadratic formula to my students. I would ask them to think of two numbers, and give me the sum and product of the numbers. I could then tell them their two numbers by "magic". It turns out that X+Y = n1 and X*Y = n2 easily turns into an equation in the form ax^2 + bx + c, which is easily and quickly solved by the quadratic formula.

op1 = (-b+sqrt(b^2-4ac))/(2a)
op2 = (-b-sqrt(b^2-4ac))/(2a)

I would just set variable a=1, b=-the sum of the two numbers, and c=the product of the two numbers, press OP1 and OP2 and tell them their original numbers. They thought that was pretty cool, and it made it easier to teach the formula.

The calculator you have pictured doesn't seem to have variables, however.

Right, both the TI-40 and TI-Explorer Plus have only one memory register. Excellent use of OP1 and OP2.