CEMETECH
Leading The Way To The Future
Login [Register]
Username:
Password:
Autologin:

Don't have an account? Register now to chat, post, use our tools, and much more.
Latest Headlines
Online Users
There are 167 users online: 5 members, 131 guests and 31 bots.
Members: HOMER-16, ordelore, tifreak8x.
Bots: VoilaBot (3), Spinn3r (2), MSN/Bing (1), Magpie Crawler (2), VoilaBot (6), Googlebot (16), MSN/Bing (1).
RSS & Social Media
SAX
You must log in to view the SAX chat widget
Author Message
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55763
Location: Earth, Sol, Milky Way

Posted: 08 Jul 2012 07:21:45 pm    Post subject:

Actually, even the TI-82 and TI-83 can turn decimals into fractions with the >Frac command, even if there's no mode where it happens automatically. With regards to the issue of the scratched screen, I realized my Prizms do have tiny, unnoticeable ones.
_________________


Back to top
mlytle0


Newbie


Joined: 17 Apr 2012
Posts: 12

Posted: 10 Jul 2012 09:36:09 pm    Post subject:

I'm not quite sure where to post this, but have any of you seen this, or ever played with it:

http://www-fourier.ujf-grenoble.fr/~parisse/giac.html

It looks like it has TI-89 and Nspire emulation modes...

I imagine it's had limited airplay here, as it's hosted in France...

Just did a little more digging, the main author of this package (Bernard Parisse) says this about himself:

"I'm the main author of the CAS of the HP49G, HP40G, HP49G+ and HP48GII calculators. I have also developped in 2005 an interactive and analytic geometry module."
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55763
Location: Earth, Sol, Milky Way

Posted: 14 Jul 2012 08:41:55 am    Post subject:

Yes, AHelper0 and I have both played with that before. I'm blown away that the main author was the creator of HP's graphing calculators' CASes, though! I keep meaning to look at that again for how it might be useable (with plenty of trimming, of course) for a Prizm CAS.
_________________


Back to top
mlytle0


Newbie


Joined: 17 Apr 2012
Posts: 12

Posted: 14 Jul 2012 06:44:34 pm    Post subject:


Code:

Code:
For 1->I To 999
sqrt(sin(ln(1+Abs(cos I))))
Next


Just for completeness sake I ran this on my venerable TI-86. It comes in at 135 seconds (2 min. 15 secs).
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55763
Location: Earth, Sol, Milky Way

Posted: 15 Jul 2012 04:09:00 pm    Post subject:

Nifty, thanks for sharing that. It seems to me that perhaps we could create a table of some sort comparing all of these numbers, and devise a few other tests to compare the various calculators' math, display, input, and other speeds.
_________________


Back to top
blue_bear_94


Member


Joined: 20 Apr 2012
Posts: 162

Posted: 16 Jul 2012 08:47:35 am    Post subject:

Here's a test for HS display:

Code:

TI-83:
For(I,1,999
Disp "HI
End
TI-89:
For i,1,999
Disp "HI"
EndFor

_________________
Do NOT click any links!
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55763
Location: Earth, Sol, Milky Way

Posted: 16 Jul 2012 10:37:56 am    Post subject:

blue_bear_94 wrote:
Here's a test for HS display:

Code:

TI-83:
For(I,1,999
Disp "HI
End
TI-89:
For i,1,999
Disp "HI"
EndFor
What do you mean by "HS display"? Did you try that on both calculators and get performance numbers for that code stub?
_________________


Back to top
seana11


Super-Expert


Joined: 23 May 2011
Posts: 833
Location: Well, the sign says "You are here"...

Posted: 16 Jul 2012 02:23:20 pm    Post subject:

KermMartian wrote:
Nifty, thanks for sharing that. It seems to me that perhaps we could create a table of some sort comparing all of these numbers, and devise a few other tests to compare the various calculators' math, display, input, and other speeds.


Some of this has already been done: http://www.leningrad.su/calc/speed_eng.php (http://www.leningrad.su/calc/speed.php is in Russian, however it has more data; also check out http://www.leningrad.su/calc/speed.txt for raw data) I'm not sure how old that is.
_________________

Code:
-----BEGIN GEEK CODE BLOCK-----
GCS d- s+: a---@ C+++ UL++ P L+++ E- W++ N o? K? w--- O? M--
V- PS++(--) PE- Y+ PGP t 5? X(+) R tv-- b++(+++) DI+(++)
D(+) G e-(*)>++@ h! r!>+++ y?
------END GEEK CODE BLOCK------
decoded
Back to top
blue_bear_94


Member


Joined: 20 Apr 2012
Posts: 162

Posted: 20 Jul 2012 09:19:38 am    Post subject:

seana11 wrote:
Some of this has already been done: http://www.leningrad.su/calc/speed_eng.php (http://www.leningrad.su/calc/speed.php is in Russian, however it has more data; also check out http://www.leningrad.su/calc/speed.txt for raw data) I'm not sure how old that is.


It's not surprising that the TI-89 Titanium runs the example slower than the 83+SE.

KermMartian wrote:
What do you mean by "HS display"? Did you try that on both calculators and get performance numbers for that code stub?

I meant Home Screen Display.[/quote]
_________________
Do NOT click any links!
Back to top
seana11


Super-Expert


Joined: 23 May 2011
Posts: 833
Location: Well, the sign says "You are here"...

Posted: 20 Jul 2012 02:15:56 pm    Post subject:

blue_bear_94 wrote:
seana11 wrote:
Some of this has already been done: http://www.leningrad.su/calc/speed_eng.php (http://www.leningrad.su/calc/speed.php is in Russian, however it has more data; also check out http://www.leningrad.su/calc/speed.txt for raw data) I'm not sure how old that is.


It's not surprising that the TI-89 Titanium runs the example slower than the 83+SE.

KermMartian wrote:
What do you mean by "HS display"? Did you try that on both calculators and get performance numbers for that code stub?

I meant Home Screen Display.
[/quote]

/me blames the rampant use of GOTOs where loops would have worked much better.
_________________

Code:
-----BEGIN GEEK CODE BLOCK-----
GCS d- s+: a---@ C+++ UL++ P L+++ E- W++ N o? K? w--- O? M--
V- PS++(--) PE- Y+ PGP t 5? X(+) R tv-- b++(+++) DI+(++)
D(+) G e-(*)>++@ h! r!>+++ y?
------END GEEK CODE BLOCK------
decoded
Back to top
blue_bear_94


Member


Joined: 20 Apr 2012
Posts: 162

Posted: 23 Jul 2012 05:56:04 am    Post subject:

Remember, the 1st generation Casio programming language didn't have loops, IIRC.
_________________
Do NOT click any links!
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55763
Location: Earth, Sol, Milky Way

Posted: 23 Jul 2012 07:58:27 pm    Post subject:

blue_bear_94 wrote:
Remember, the 1st generation Casio programming language didn't have loops, IIRC.
Can you back that up with some sort of proof? I'm inclined to believe you, of course, especially since that closely mirrors assembly.
_________________


Back to top
blue_bear_94


Member


Joined: 20 Apr 2012
Posts: 162

Posted: 24 Jul 2012 09:05:35 am    Post subject:

http://en.wikipedia.org/wiki/Casio_graphic_calculators#Programming
_________________
Do NOT click any links!
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55763
Location: Earth, Sol, Milky Way

Posted: 24 Jul 2012 08:06:27 pm    Post subject:

blue_bear_94 wrote:
http://en.wikipedia.org/wiki/Casio_graphic_calculators#Programming
Fair enough, thanks for that. Also, I'm a bit confused about why that article is named "graphic" rather than "graphing" calculators...
_________________


Back to top
AHelper


LONG LIVE COMICTECH


Joined: 30 Jan 2011
Posts: 1661
Location: Aufhelperstan, Utopian Republic

Posted: 24 Jul 2012 08:22:55 pm    Post subject:

Does this help?



Casio sure does know how to word stuff Razz

<edit>

Lost in translation, maybe? (On Casio's part)
_________________
°ᴥ° Get Lucky

<BrandonW> "You don't even want to know what TI Connect does when it's just detecting your calculator...It ACTUALLY ERASES THE SWAP SECTOR on every communication attempt...EVERY SINGLE ATTEMPT...Yes, TI Connect will kill your calculator..What do I have to do to get your attention?!....Such a bloated protocol."
Back to top
DJ_O


Retired TI-83+ coder


Joined: 18 Mar 2005
Posts: 1487
Location: Quebec (Canada)

Posted: 24 Jul 2012 09:03:43 pm    Post subject:

KermMartian wrote:
blue_bear_94 wrote:
http://en.wikipedia.org/wiki/Casio_graphic_calculators#Programming
Also, I'm a bit confused about why that article is named "graphic" rather than "graphing" calculators...


It was probably written by British people. In UK they say graphic(s) calculators instead of graphing ones it seems. (See the UK TI website)
_________________
Retired 83+ coder, Omnimaga/TIMGUL founder. Now doing power metal music (formerly did electronica)

Follow me on Bandcamp|Facebook|Reverbnation|Youtube|Twitter
Back to top
Ashbad


... I think redheaded girls are kind of cool


Joined: 01 Dec 2010
Posts: 2418
Location: Stomp Stomp Stomp, The Idiot Convention

Posted: 24 Jul 2012 09:29:04 pm    Post subject:

This is off topic, but from what I've heard, most students around the world know it as "graphic calculator", not "graphing calculator". Mostly Americans are the ones who call them "graphing". Graphic makes more sense to me honestly, since while they can graph, that's not what really makes them stand apart -- it's more their graphical user interfaces and functions beyond just graphing.
_________________
-Ashbad
Back to top
KermMartian


Site Admin


Joined: 14 Mar 2005
Posts: 55763
Location: Earth, Sol, Milky Way

Posted: 24 Jul 2012 09:42:26 pm    Post subject:

DJ_O wrote:
KermMartian wrote:
blue_bear_94 wrote:
http://en.wikipedia.org/wiki/Casio_graphic_calculators#Programming
Also, I'm a bit confused about why that article is named "graphic" rather than "graphing" calculators...


It was probably written by British people. In UK they say graphic(s) calculators instead of graphing ones it seems. (See the UK TI website)
Fascinating, I learned something new today. I thought graphic calculator referred to a non-graphing calculator with a large screen, or alternatively, was a way to bumble the phrase "graphing calculator".
_________________


Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    » Goto page Previous  1, 2, 3, 4
» View previous topic :: View next topic  
Page 4 of 4 » All times are GMT - 5 Hours

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© Copyright 2000-2013 Cemetech & Kerm Martian :: Page Execution Time: 0.040001 seconds.