We can build a better calculator - Printable Version +- HP Forums (https://archived.hpcalc.org/museumforum) +-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html) +--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html) +--- Thread: We can build a better calculator (/thread-50592.html) |
We can build a better calculator - John L. Shelton - 01-23-2004 Despite our shared nostalgia for great HP past products, I believe this community can cooperate to build a better calculator. Using an open community approach (similar to the large Linux community), we could develop modern software to run on modern hardware, and wind up with something much nicer than the HP 49gx+. I've done some thinking about this, and have prepared a (rather lengthy, richly illustrated) document describing the idea. You can read about it in: http://home.comcast.net/~john.shelton1/ICP/ICP_1.0.pdf (3mb Acrobat file)
Is there interest in forming such a community? I call it the Ideal Calculator Project.
Re: We can build a better calculator - Namir Shammas - 01-23-2004 I like your idea John. We can certainly build emulators as Windows application to test the calculator. I developed something similar (that I am selling on eBay) that builds on the HP41C and adds many many commands that include matrix math, graphics, SOLVER, ROOT finder, and so on. Getting to teh hardware is teh tricky part. I get the impression (and I may be very wrong) that the HP49G was the result of HP enthusiasts that smehow convinced HP to build a machine. Unfortunately, the HP49G was not the big hit HP expected.
Namir
Re: We can build a better calculator - Arnaud Amiel - 01-23-2004 What would be really good is to have full access to the 49g+ and have hp support to develop an open community calc that could even come in different flavours:
Arnaud
Re: We can build a better calculator - Ben Salinas - 01-23-2004 When I first read the subject of this e-mail, I thought of a response automatically. About a year ago (maybe 1.5 years) there was a very large discussion about building a better calculator. It was eventually dismissed because that was all it was: a discussion. There were a bunch of people all arguing over LED or LCD; Scientific or Graphing, and so on.
I read the first 19 pages of your pdf file, and I find your idea to be very fesible. It sounds like a well planned-out, well thought-through, feasible idea. (that was redundant)
Let me know what I can do to help you out. better... faster... stronger... The $6 million dollar calculator ... - Norm - 01-24-2004 need that to come out on DVD.... boxed set :o)
still waiting for 'time tunnel'
Re: We can build a better calculator - hugh steers - 01-24-2004 i like your idea a lot, but im unconvinced by java. the problem is that
whether or not you want to use java, your base arithmetic will need to
from a software perspective, a big challenge is going to be the Re: We can build a better calculator - Ben Salinas - 01-24-2004 If I understood your message correctly, you are asking whether the ICP is to design a new language (so to speak) for the calculator (such as the RPL is for HP?) or use the already existing Java Micro Edition. (Please, correct me if I am wrong) Now, I have very little experience with electronics (I took a Digital Electronics course, but the most we did mathematically was make an 8 bit binary adder/subtractor), so I might not know what I am talking about, but would it be simpler to use the J2ME for the more complex features, such as the vectors and matrices. I was looking over the J2ME API Specifications earlier today, and although there is considerably fewer classes than in J2SE, it still includes what I find to be the most useful classes for this type of operation (java.util.vector, simple 1 and 2 demensional arrays, the hash codes, the threads, etc)... Now if only it included BigDecimal, and BigInteger. Personally, I would think that it would be easier to build off of this language for the more complicated features and use the native programming, as suggested for the basic, faster features"
A few, somewhat confusing thoughts Re: We can build a better calculator - hugh - 01-25-2004 hi ben, you are quite right. it would be nice to use java like j2me or even j2se. it could be the way to produce a prototype for the icp and to develop the algorithms. im not really suggesting another language, i was thinking that for performance reasons, the icp would run native code. what would be excellent is to prototype in java and then be able to compile it into a native binary. ie to run without jvm. where are we at with compiled java. i am not up to date with it and for what processors tools are available.
the symbolic front is more theoretical. its not something that can just be written like that. i am always really impressed by any symbolic ability because its so hard to do. best wishes,
Re: We can build a better calculator - Ben Salinas - 01-25-2004 Last night I started thinking about this synthetic math problem, and I think I have found the way to factor. This morning I only had a little time (I will have more time later), but I created a basic (very basic) Java Class to deal with Equations. Right now it can only input equations and print them out. I know how I am going to find a common factor of a monomial within the polynomial, but haven't implemented it yet. I also know how I am going to find a pair of binomial factors. Right now though, I must leave so take a look at this... I will work on it some more later.
www.geocities.com/piguy31415926/Equation.java -Ben Salinas
Edited: 26 Jan 2004, 12:09 a.m.
Re: We can build a better calculator - hugh - 01-26-2004
there is some stuff here on polynomial factorisation over Z:
chapter 15.
Re: We can build a better calculator - Ben Salinas - 01-26-2004 Well, I will have that book tomorrow evening (they have it at the local university library, where my dad works), and am working on getting a hold of an e-book copy of "Computer Algebra Systems: A Practical Guide" (http://www.math.unm.edu/~wester/cas/book/contents.html) They have it at NetLibrary, but I can't make an account until I get to school tomorrow. From there, I guess I will start reading and learn the theory of making a CAS (easier said than done... much easier said) Untill next time, whenever that may be,
-Ben
Re: We can build a better calculator - Karl-Ludwig Butte - 01-27-2004 I love your idea, John, although I'm not sure Java is the right decision at this point of the project. There may be constraints/reasons to favour something else yet unknown/not discussed. And Java in general has its shortcommings, too. Another point I'd like to suggest is, not to limit physical I/O to the ones you suggested (USB/Ethernet, Printer, etc.). One of the features, that made the HP-41 so popular, was the Interface Loop with its many peripheral extensions. You may argue that this is possible with USB/Ethernet, too. BUT (and this is a big but) the hardware-/software-overhead this means not only for the ICP itself but for the peripherals, too, is tremendous. If a discussion about the I/O-/hardwareplattform-topic is still possible I'd like to suggest e.g. to have a look into the new PSoCs (Programmble System on Chip) I've read about in the January 2004 -issue (if I remeber it right) of Dr. Dobbs Journal.
Anyway, your idea is fascinating and I'd like to be part of the developing community if this project will come into existance. So please keep me up to date. Thank you very much in advance.
Re: We can build a better calculator - eclectic_echidna - 01-28-2004 A possible platform: http://www.gumstix.org/
-- Re: We can build a better calculator - Ben Salinas - 01-29-2004 Well, I got the Modern Computer Algebra book that hugh recommended and I like it a lot. I have read the first 4 chapters. It occured to me that I could use this as an independent study class at school (I mean, I am only reading a graduate level textbook), so I wrote up a proposal for the class. Basically, I proposed that for every chapter, I would write a summary so that I could use it for reference in the future. Tonight I also wrote up the first summary on Chapter 2 (Chapter 1 is pretty much an introduction to mathematics) Chapter 2 covers adding, subtracting, multiplying, and remainder division for polynomials. I have my summary posted up on my website at www.studystuff.tk Soon I am going to re-rewrite my Java equation class and start adding in classes for addition, multiplication, subtraction, division, and various other functions. I will keep you posted -Ben Salinas
www.studystuff.tk
Re: We can build a better calculator - ned - 01-31-2004 I thought I was the only nerd remapping a pioneer keyboard to squeeze in more functionality. I'm a computer guy, but not a programmer, so weight my opinion accordingly. Java is known throughout the biz, but since MS and Sun had the 'dissagreement' regarding licensure, i'd stay miles away from running it native in a product. Developing in Java, ok, but porting it into rom? I love the idea of redesigning the functionality of a calculator, while keeping with off the shelf construction. The ends of the design seem like the easy part, I mean the core logic, and the external design. Stick a ZiLOG inside a Pioneer, right? Of course ROM development is the tough part. I especially admire the attention to simplicity and usability. Skip the leather bound edition for now. Make a working simulator, the rest will follow. Painting a house is easy, plumbing is the real work. I want a 'mr. potato head' calc where i put the buttons where I want them! ; )
ned
|