Post Reply 
Base Conversion & Logical Operations: Prime vs. 28S/28GX/50g on EASE OF USE
08-17-2018, 09:08 AM (This post was last modified: 08-18-2018 12:11 AM by Didier Lachieze.)
Post: #4
RE: Base Conversion & Logical Operations: Prime vs. 28S/28GX/50g on EASE OF USE
The Prime is not a RPL calculator, so number entry and manipulation is quite different but here is how you can do the same operations as in the video on the Prime (assuming default base in settings is Hex):
  • Enter hexa FE: press [Alpha][3] [Alpha][F] [Alpha][E] [ENTER] => you get #FEh in the history
       
  • Now select it and press [Shift][Base], you see the number in different bases : hex, dec, binary, you can manipulate this integer number (shift left, shift right ..) and choose the output base format
       
  • Enter bin 11101: press [Alpha][3] 11101 [Alpha][Shift][b] [ENTER] => you get #11101b in the history
       
  • Select it and with [Shift][Base], you can convert it to hex for example
  • to do an XOR with these two numbers, press the toolbox key, select [Catlg] and press [B] [I] [T] to go the list of Bitwise functions, select BITXOR (next time you open the catalog you’ll go back to these functions)
       
  • double press on #FEh in the history, press [,], double press #11101b in the history and press enter, you get the result in the default base: #E3h
       
  • Now that we have these different integer numbers in the history we can convert them easily, for example press on #11101b on the left side of the screen, press [Shift][Base] and press on the Base soft key and OK, the number in the history is now in octal
    [Image: mini_180817112235342058.png]
  • do the same with the #11101b on the right side of the screen and convert it to hex
    [Image: mini_180817112235271343.png]
  • and you can also convert the XOR result to binary in the same way
    [Image: mini_180817112235602251.png]

So the Prime Base support is pretty extensive, the interaction is different from the RPL models but it’s quite powerful. Try it and get accustomed with the way the Prime works. The [Shift][Base] is good for number exploration in different bases as it shows different representations of the same number in different bases on the same screen which could be good for students learning how numbers are represented in different bases.

(note: post edited to add more than the 5 attachments allowed on the forum and fix typos)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Base Conversion & Logical Operations: Prime vs. 28S/28GX/50g on EASE OF USE - Didier Lachieze - 08-17-2018 09:08 AM



User(s) browsing this thread: 1 Guest(s)