 |
|
09-20-2005
|
#1 (permalink)
|
|
Creating
Location: Silver Spring, MD, USA
|
Not Ranked
:
+0 / -0
0 score
What is your favorite calculator?
In post #109 of “Riddles”, Jay-qu asks an interesting question
Quote:
|
what kind of calculators do you guys use?
|
My answer is so long, I feel the need for a new thread just to contain it.
 Keeping it short, however, my current calculators of choice are both ones I wrote myself: - On my windows PC, a couple written in the M programming language, one with 32767 significant digits and another with about 16000000. I mostly use it in programs, but sometimes directly from the language’s command line.
- On my PalmOS handheld, one written in Hotpaws basic, with a measly 127 significant digits. My usual interface to it is as an RPN calculator acting on the contents of the clipboard.
In Post #4 or “Topic for seminar” coldhead introduced a elegant language, Ruby, a full programming language that features a built-in arbitrary precision calculator. The most simple interface to it is the command line, eg:
Code:
C:\>ruby -e "print (9**9)**9"
196627050475552913618075908526912116283103450944214766927315415537966391196809
 With all the number-crunchers at scienceforums, I’m sure many of us have favorite homemade, public, commercial, or built-in calculators on an number of platforms. So, everyone, what is your favorite calculator? And Why?
|
|
09-21-2005
|
#2 (permalink)
|
|
¿42?
|
Not Ranked
:
+0 / -0
0 score
Re: What is your favorite calculator?
On my desk I keep a simple TI-25X. On my Palm I use EasyCalc. On my PCs I use a KASH/KANT math shell when the OS calculator doesn't suffice. Sometimes I will also just write a custom program to solve a particular problem.
----------------
Clay
Editor and Forum Administrator
stego anyone?
Add yourself to Hypography's Frappr.
"There are only 10 kinds of people in the world --
.....Those who understand binary, and those who don't."
"Draw no conclusions before their time."
|
|
09-21-2005
|
#4 (permalink)
|
|
Dedicated Smart-ass
Location: Just before 0xAA55
|
Not Ranked
:
+0 / -0
0 score
Re: What is your favorite calculator?
bc, python or ti92+ if you need a hand held one, cuz you can run gcc on it 
----------------
Microsoft, the leader in using innovative tactics to promote irksome experience, coupled with antiquated technology that's held together by a pyramid of makeshift afterthoughts.
Apple, the leader in using irksome tactics to promote innovative experience, coupled with an antiquated core that's enhanced by state-of-the-art afterthoughts.
Linux, the leader in not using any tactics to promote user-defined experience, coupled with state-of-the-art core enhanced by innovative afterthoughts.

|
|
09-21-2005
|
#5 (permalink)
|
|
Ancora Imparo
|
Not Ranked
:
+0 / -0
0 score
Re: What is your favorite calculator?
I like my TI-83, it does all I need it to - with some extras that im slowly getting the hang of. The only thing was that it only has up to 100 digit numbers - not that I need any higher, but just for stuffing arounds sake it would be good
----------------
Jay-qu
::Hypography Moderator of..
Chemistry, Physics & Mathematics, Astronomy & Cosmology, Space and Technology & gadgets Forums
"I don't think much of a man who is not wiser today than he was yesterday."
-Abraham Lincoln
Physics Guides - Physics Resources and help
|
|
09-22-2005
|
#6 (permalink)
|
|
Creating
Location: Silver Spring, MD, USA
|
Not Ranked
:
+0 / -0
0 score
What is the perfect calculator?
With 4 replies after 45 hours, this tread has fallen well short of my expectations. I’ve seem a more spirited response to the “what’s you favorite calculator” at a croquette tournament! (yes, an actual croquette tournament)
I’ll make a desperate attempt to salvage it. Alternate topic:
What are the features of the perfect calculator? Does such a calculator exist?
Here’s my short list of features - Arbitrary precision. Number of significant digits limited only by available memory, and Gibibytes of that.
- Lots of forms of numeric representation: exact integer, rational, real and complex numbers in terms of rationals to rational powers and as many of the important transcendental numbers as possible.
- Flabbergasting speed. Likely achieved through some sort of massively parallel architecture along the lines of a Raw chip array
- A Self contained, portable, USB device. A small display, keyboard, and battery, but stick it into a USB port and have a pretty application interface, as well as enabling high-number-crunching applications that support it.
And my short answer to “does it exist?”: I’m pretty sure not yet.
|
|
09-22-2005
|
#7 (permalink)
|
|
Percipient

Sponsor |
|
Not Ranked
:
+0 / -0
0 score
Re: What is your favorite calculator?
I have paper & pencils, a $20 Casio 99 Function portable, the Windows Calculator on this machine, & an antique Borland Turbo Basic. After you all stop laughing yourselves sick & spewing your drink of choice out your nose holes, here is what I wish for that doesn't exist. Huge integers within my reach but beyond my grasp & voice interface - both input & optional output -, large visual display so I don't need a spectacle, & storage for long lists of those integers. 
----------------
 i think you have to judge people's opinions not by their words, but by their deeds.
~ douglas r. hofstadter ~
|
|
09-22-2005
|
#8 (permalink)
|
|
Creating
Location: Silver Spring, MD, USA
|
Not Ranked
:
+0 / -0
0 score
Re: What is your favorite calculator?
Quote:
|
Originally Posted by Turtle
I have paper & pencils, a $20 Casio 99 Function portable, the Windows Calculator on this machine, & an antique Borland Turbo Basic.
|
You also, I have observed, have a scanner, which greatly enhances the expressive power of your paper & pencils!
Quote:
|
… here is what I wish for that doesn't exist. Huge integers within my reach but beyond my grasp
|
For your occasional huge integer needs, you might find Ruby useful. It’s freeware, small (about 5MB of essentials, 35MB of frills), and can be used right from the DOS/Windows/Unix command line, but is pretty slow, and without using programming statements, has only the basic math functions. This “getting started” link tells all one need to know to install and use it for simple calculations.
 Maybe somebody knows of a smaller, faster arbitrary precision calculator?
|
|
09-22-2005
|
#9 (permalink)
|
|
Resident Slayer
|
Not Ranked
:
+0 / -0
0 score
Re: What is your favorite calculator?
Alexander will hate me. My only calculators are Excel, the built-in one in windows that pops up from the function key on my keyboard, and the free ones I get as handouts at tradeshows. Half the time if its an interesting problem that has a process in it, I'll write a c++ program.
Long ago I had a long string of HPs, (enter > =), but I really don't need them...
Cheers,
Buffy
----------------
"If you do not agree with anything I say, I'll not only retract it, but deny under oath that I ever said it!"
__________________________________________________ ______________-- Tom Lehrer
"No Robbie, not Europe!"
Forum Administrator
Hypography Science Forums - Science for Boys and Girls! Its not for nothing that we hang out here.
|
|
09-23-2005
|
#10 (permalink)
|
|
Creating
Location: Winterpeg, Manitoba
|
Not Ranked
:
+0 / -0
0 score
Re: What is your favorite calculator?
My favorite calculator? Texas instuments Ti84p. Sweet.
----------------
Sometimes a Hypography Forum Administrator

"With a big enough engine, even a brick will fly." -Law of Aerospace
|
|
 |
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
|
» Advertisement |
|
|
|