Author Topic: Z80 calculators CAS project  (Read 4225 times)

0 Members and 1 Guest are viewing this topic.

Offline scubadiver102

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 7
  • Rating: +0/-0
    • View Profile
Re: Z80 calculators CAS project
« Reply #15 on: March 07, 2012, 07:23:38 pm »
@davewu I was actually wondering if CAS on the Z80 was possible also. I'm thinking about coding it-if you would like to work with me, just PM me.

Offline DrDnar

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 546
  • Rating: +97/-1
    • View Profile
Re: Z80 calculators CAS project
« Reply #16 on: March 07, 2012, 09:53:30 pm »
;D So I'm in 9th grade right now and i have a ti84se. I downloaded zoommath500, and palyed around with it, found that it's really useful while it's way toooooooooooo expensive. Does anybody have any idea about how to hack that software, or move the cas from ti89, or the one in ti92, to z80 calc as a app or into it's system? it'll be hecka awesome

It most certainly can be done, but that doesn't mean it's a good idea. In the time it takes you to learn enough about software engineering to understand how to crack ZoomMath 500, you could have legitimately learned how to do algebra---and probably everything up through differential equations---because reversing engineering is very tedious work. The last person I know who gave it a real try (a master of reverse engineering calculator software) spoke highly of the app's copy protection system, saying that the system was well designed and very difficult to crack. But I won't tell you who, because I'm not interesting in ruining IQ Joe's business. So just do your school work.

However, I do encourage you to try writing your own software. Writing a program to perform a mathematical task forces you to formalize the concept in a way that may help you to understand it better. I, personally, have only shared one of my math programs online. But it has a note saying that it could sometimes fail to produce an answer when one exists, and to work out the problem by hand if that happens.
« Last Edit: March 07, 2012, 10:00:51 pm by DrDnar »
"No tools will make a man a skilled workman, or master of defense, nor be of any use to him who has not learned how to handle them, and has never bestowed any attention upon them. . . . Yes, [] the tools which would teach men their own use would be beyond price."—Plato's The Republic, circa 380 BC

Offline alberthrocks

  • Moderator
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 876
  • Rating: +103/-10
    • View Profile
Re: Z80 calculators CAS project
« Reply #17 on: March 07, 2012, 10:10:29 pm »
I remember having a discussion yesterday about the feasibility of porting gCAS2 to the TI-OS in an odd fashion. Since it's all in C, it won't be as efficient and will be much greater in size, likely exceeding the 8k program execution limit. However, I had an idea to convert the 8Xp (or just the binary output) to 8Xk (an app). (This deserves its own topic, but I want to be semi-free before trying to code it :P)

DrDnar is right in many aspects - I also know of the hacker (who I should mention is a pro at Z80 assembly and very knowledgeable of the TI-OS) who played around with ZoomMath. You'd be better off learning the math yourself! Besides, real STEM people in the field don't use CASes** all day... ;)

If you really want to try making a CAS, you can study existing CASes and understand how they work. Not only will you be able to write a CAS, but you'll also develop the mathematical knowledge that the CAS attempts to use! :)

** OK, professionals do use CASes - most notably, Mathematica. But they use it for much, MUCH more complex mathematical operations then solving equations, probably operations that are understood in theory but impossible for humans to perform by hand. That is a legitimate use of a CAS. ;)
« Last Edit: March 07, 2012, 10:12:48 pm by alberthrocks »
Withgusto Networks Founder and Administrator
Main Server Status: http://withg.org/status/
Backup Server Status: Not available
Backup 2/MC Server Status: http://mc.withg.org/status/


Proud member of ClrHome!

Miss my old signature? Here it is!
Spoiler For Signature:
Alternate "New" IRC post notification bot (Newy) down? Go here to reset it! http://withg.org/albert/cpuhero/

Withgusto Networks Founder and Administrator
Main Server Status: http://withg.org/status/
Backup Server Status: Not available
Backup 2/MC Server Status: http://mc.withg.org/status/

Activity remains limited due to busyness from school et al. Sorry! :( Feel free to PM, email, or if you know me well enough, FB me if you have a question/concern. :)

Don't expect me to be online 24/7 until summer. Contact me via FB if you feel it's urgent.


Proud member of ClrHome!

Spoiler For "My Projects! :D":
Projects:

Computer/Web/IRC Projects:
C______c: 0% done (Doing planning and trying to not forget it :P)
A_____m: 40% done (Need to develop a sophisticated process queue, and a pretty web GUI)
AtomBot v3.0: 0% done (Planning stage, may do a litmus test of developer wants in the future)
IdeaFrenzy: 0% done (Planning and trying to not forget it :P)
wxWabbitemu: 40% done (NEED MOAR FEATURES :P)

Calculator Projects:
M__ C_____ (an A____ _____ clone): 0% done (Need to figure out physics and Axe)
C2I: 0% done (planning, checking the demand for it, and dreaming :P)

Offline Geekboy1011

  • The Oneironaut
  • Donator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2031
  • Rating: +119/-2
  • Dream that Awakening dream
    • View Profile
Re: Z80 calculators CAS project
« Reply #18 on: March 08, 2012, 12:12:50 am »
iirc there are at least three people who have attacked zoom math. with all differing succsess.

each one with a different approach to it as well xD