PedroM v0.81 Released
Posted by Michael on 3 December 2005, 06:33 GMT
Everyone's favorite operating system for 68k calculators, PedroM, has just been updated to v0.81. This version adds support for the TI-89 Titanium and Voyage 200, fixes bugs, and improves many features which are too numerous to list here. There is still no CAS yet, but Patrick Pelissier informs me that one may eventually be released as an external application.
|
|
Reply to this article
|
The comments below are written by ticalc.org visitors. Their views are not necessarily those of ticalc.org, and ticalc.org takes no responsibility for their content.
|
|
Re: PedroM v0.81 Released
|
punned
|
this is abit off topic, but i seirously dont know where to ask..
i'm studying final year high school maths in australia nxt year, and we have choices to bring in any of the TI calculators into our exams and SAcs, includes the 83+, 84+, 89ti, voyage200).
just wanting to know which of these is best to purchase, i already own a 84+ but i really have a dilema on whether to upgrade to a CAS calculator like 89ti. The topics taht we do next year include calculus, trignometry, vectors, complex nmbers, kinematics.
also,i have some brilliant BASIC prgms on my ti 84+ at the moment, is there any chance i can still use these prgrms, (by converting or something) on a 89ti ?
be wonderful if i got some opinions and expert advice.
thank you
|
Reply to this comment
|
4 December 2005, 15:45 GMT
|
|
|
|
|
Re: Re: PedroM v0.81 Released
|
CajunLuke
(Web Page)
|
As for calculator models, if they'll let you use the Voyage 200 on the test, I'd say go for it. If they don't, grab an 89 Ti. My reasoning: I find the Voyage 200 easier to use, despite it being about twice the size. If you like the 89Ti better, or you have a compelling need for a calculator with a USB port, go with the 89.
As for the basic programs, they're not totally compatible, but it isn't a total chore to cross them over. A For loop is a good example:
82/83/84 series:
:For(X,1,30)
:"stuff goes here
:End
68k:
:For x,1,30
: ©stuff goes here
:EndFor
So you see, the 68k series' BASIC is slightly different, but not totally. It's kinda like TI-BASIC version 2.0, where the 82/83/84 series' is version 1.0.
For better-looking user I/O, you can use Dialog boxes instead of the HOME/PrgmIO screen. I actually never use the PrgmIO screen except for debugging.
|
Reply to this comment
|
4 December 2005, 16:53 GMT
|
|
Re: PedroM v0.81 Released
|
Michael McElroy
(Web Page)
|
Oh my GOD! PpHd and Kevin Kofler, don't you have personal e-mail addresses? I can't even read this page!
|
Reply to this comment
|
7 December 2005, 04:14 GMT
|
|
1 2
You can change the number of comments per page in Account Preferences.
|