Author Topic: HP50G advanced applications for mathematics  (Read 9302 times)

0 Members and 1 Guest are viewing this topic.

Offline CompSystems

  • LV3 Member (Next: 100)
  • ***
  • Posts: 68
  • Rating: +7/-4
  • HP48GX,HP50G and TInspireCAS Calculator Programmer
    • View Profile
    • HP48GX,HP50G and TInspireCAS Calculator Programmer
HP50G advanced applications for mathematics
« on: June 17, 2013, 08:42:51 am »
Video List  *.*

1: ARVOOV [ED RICATTI]: HP 50g, TI-Nspire CX CAS, ClassPad ll (fx-CP400), Mathematica 9 & Maple 17



2: ARVOOV: HP 50G & Mathematica 9 [TRANSFORMADA Z INVERSA-EJEMPLO 2]



3: ARVOOV: HP 50G & Mathematica 9 [ED SEPARABLE]



4: ARVOOV: HP 50G [ {book: Proakis} TRANSFORMADA Z INVERSA]


5: ARVOOV: EBOOK [ECUACIONES DIFERENCIALES]



More

http://www.youtube.com/channel/UCPnADmOH8og7vFXBWRVeSZA?feature=watch

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: HP50G advanced applications for mathematics
« Reply #1 on: June 18, 2013, 01:19:10 am »
Looks nice. I wonder if those are coded in ARM assembly/C? I am curious if the HP 50g even has native ASM support or if it's just BASIC?

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: HP50G advanced applications for mathematics
« Reply #2 on: June 18, 2013, 03:37:09 am »
Let's hope that hp won't do a TI with nspire......

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: HP50G advanced applications for mathematics
« Reply #3 on: June 18, 2013, 04:54:41 pm »
Well, at least if they can make BASIC running proportionally to the processor speed compared to the 39gII, then BASIC could be a nice alternative for most games, even better if the interpreter is higher quality and runs faster. However, some people will still want more freedom to access memory and stuff. They better not do the same mistakes as TI if they want a decent audience.

Offline dogman

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 5
  • Rating: +0/-0
    • View Profile
Re: HP50G advanced applications for mathematics
« Reply #4 on: March 24, 2014, 06:58:03 am »
Looks nice. I wonder if those are coded in ARM assembly/C? I am curious if the HP 50g even has native ASM support or if it's just BASIC?

Responding to an old post but just for the record...

HP 50g does not have BASIC at all, although it is widely misstated on the net that it does.

The HP 50g is a descendant of the HP 48 Series. The 50g is based on the dedicated Saturn microprocessor from the 48 series but emulated on ARM.

The languages on the HP 50g are User RPL, System RPL, Saturn Assembly, and ARM assembly. ARM assembly is supported onboard (natively). I think Saturn assembly is also supported onboard but I don't remember.
« Last Edit: March 24, 2014, 06:59:36 am by dogman »

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: HP50G advanced applications for mathematics
« Reply #5 on: March 24, 2014, 01:00:18 pm »
I believe you are correct (in regards to saturn ASM). I also don't recall the 50G having BASIC, though I pretty much never use mine. Welcome to Omnimaga by the way! :D

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: HP50G advanced applications for mathematics
« Reply #6 on: March 24, 2014, 06:58:14 pm »
Yeah, I was just wondering because I don't think I ever saw an ASM game for the 50g before. It would be fun to see this calc pushed to its limits.

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: HP50G advanced applications for mathematics
« Reply #7 on: March 24, 2014, 08:53:46 pm »
I agree. I remember it was really high speced (at the time) when I first got mine. I made a post about it here, but there was pretty much no interest. I didn't have any luck finding info on it back then either, so I kind of just put it aside.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: HP50G advanced applications for mathematics
« Reply #8 on: March 24, 2014, 10:27:13 pm »
Actually the HP 50g speed is hampered by how the OS actually runs on a Saturn processor emulator layer, not directly as an ARM-written OS, so it's about 7 times faster than the 48g for the most part. The HP Prime, on the other hand, had an OS rewritten from scratch for the ARM processor and the processor is even faster, so there is a major difference (although the rewrite resulted in many glitches). ARM ASM on the 50g must be ridiculously fast too, though.

On the HP Prime you can graph almost everything instantly.