+ Create new tricision Login 

Login

or


Forgot password?

First visit? Sign-up now!

By continuing you accept the Terms & Conditions and Privacy Policy.

time is up

HP Prime Calculator bugs and suggestions

Vote for your favorite suggestion or nastiest bug so we can get our voice to the HP team. More Prime calculator discussions: http://www.hpmuseum.org/forum/forum-5.html

Already implemented ideas list (these where removed from tricider): http://www.hpmuseum.org/forum/thread-1817.html


saved
Ideas
Pros and cons
 
Votes
Implement full RPN
by K.-L. Butte
RPN should be fully implemented, like e.g. in the HP-50G and especially within the programming la... more
 
Is it possible to tread the command line like a stack level? i.e. swap a value on cmd witk stack 0?
by Angus
21
 
Spreadsheet input should support this too, right now event the basic entry with spaces fails
by Erwin Ried
10
 
HPPPL is not suited to stack interaction like RPL & key stroke progamming were.
13
 
HPPPL could be extended by methods to access Home stack.
by robocop
4
 
Stack or commandline content can be treated as input parameter list for HPPPL routines.
by robocop
6
 
Then RPL interpreter(or compiler) too! Throw out current dumb stuffing, it makes this calc pathetic.
by Xsetset
3
 
RPN is not only convenient input method, it also gives working area in stack levels (temp variables)
by Xsetset
6
 
My apologies- in my enthusiasm I voted 2 times for this idea.
by Randy
3
 
xCas only accepts algebraic notation, so full RPN integration wouldn't mesh as well as it does now.
by iconmaster
5
 
It might be sufficient, if the stack is a global variable that we can manipulate with HPPPL.
by Robert Graulich
6
 
Agreed, Robert Graulich. For details of #RPL as an Application with Lists T0..9 search "Nousiainen"
by VPN
1
 
116

Leo Chang, VPN, jtucker and 113 more

Implement UNDO-REDO
by Erwin Ried
All actions, or at least the editors really need undo and redo actions!
 
Make this available via keyboard shortcuts, e.g. On+Z (undo), On+Y (redo).
by Stefan
32
 
consider performance tradeoffs. Objects vary in type and size. purge(spreadsheet|notes|ap...)->undo?
by Angus
3
 
With a good implementation the tradeoff is minimal, mostly memory
by Erwin Ried
2
 
Hint: Use difference, no need to save full prev state. Others solved this task.
by Xsetset
2
 
Basic function for a "Prime" calculator
by Augusto Jlle
2
87

Berg, Berg, bobager and 84 more

User defined softkeys
by Angus
A way to assign different small programs to the softkeys in home and cas would improve usability.
 
Compare to "implement a menu function to customize the soft buttons" by fabila
by robocop
13
 
This is my biggest grip.
by RGWv
5
 
Allow user defined catalog. Could save frequently used commands (like the TI-86)
by pwarmuth
11
 
Allow to assign buildin-hp-function, and then don't remove it in exam mode. same feature on CAS too.
by hpfx
1
 
HP-50g & TI-89 offer the ability for one to Program/Customize the [ Softkey ] buttons. Why Not Prime
by Prof. Ricardo Duarte
7
74

Leo Chang, benzetti, bobager and 71 more

Add an Equation Library App.
by Colm
 
Add the possibility to insert your own equations along with variables, help,..
by giancarlo
10
 
Anyone willing to update the equations? Seems like a lot are outdated or not frequent forms.
by TW
4
 
Also add an Equation Manager App. that allows folders and sub-folders.
by Colm
5
 
una app con formulas pre establecidas
4
 
Add Complex Number functionality to the Solver App, or EngLib. is not possible
1
 
Han already posted a "workaround" in Hpmuseum forum for this
by Erwin Ried
3
52

Leo Chang, Leo Chang, Christos and 49 more

Folders for apps, or subsections
by Erwin Ried
There is a bunch of worthless apps, like these "explorer" apps or the disabled ones if you have t... more
 
You could also give the possibility to clean up and remove useless apps until "Reset" is done.
by Angus
7
 
Allow users to put most commonly used apps on top and hide the others. Less hunting, less frustrat.
by Dwayne A.
6
 
See Also "Tree view for the Program Catalog (and virtual folder per App)" by Erwin Ried
by Prof. Duarte
4
 
This will greatly improve acceptance of the calculator for professionals. It is a toy without it.
by Xsetset
3
 
You an already organize the apps menu; just drag the icons to where you want them.
1
47

Leo Chang, John Vahedi, Salvo Micciché and 44 more

Improve documentation
by Stefan
The features which are documented are often described very short, with few examples. Additionall... more
 
I would give special attention to the built-in one. It is pretty nice right now but it can be better
by Erwin Ried
2
 
Hands on training on cas, interaction between modules, hpppl examples, well organized reference. :-)
3
 
+ CAS programming, + spreadsheet program examples, ..
by ThomasS_
5
 
HP should offer an server for downloading examples
by ThomasS_
 
HP Application manuals use to be so very nice and informative.
by RGWv
1
 
Yes Please. Real pain having to go through the HP Prime Calculator Help.
by HPM
 
A proper digital catalog and programming reference is needed. Include in connectivity kit docs?
 
See for Example " Implement [ n'th ] order Derivative ( and also add to Math [ Template ] ) "
by Prof. Ricardo Duarte
2
 
[ diff ] command [ Help ] Documentation could be [ Improved ], showing examples of its Full Syntax
by Prof. Ricardo Duarte
3
 
[ n'th ] Derivatives can now be acomplished by the kernel with syntax diff(f,x$n) or diff(f,$(x,n))
by Prof. Ricardo Duarte
1
 
The General Syntax is Now diff( function, var[$order] [,var$order] [,...] )
by Prof. Ricardo Duarte
1
 
For Example diff( sin(a*x+b*y), x$3, y$2 ) returns a^3*b^2*cos(a*x+b*y)
by Prof. Ricardo Duarte
2
 
See Also " Unlock the Full Power of App [ Programming ] by User Defined [ Views ] Programming ! "
by Prof. Ricardo Duarte
2
 
"New [ Firmware ] Version (10077) Released 2016/04/14"
by Prof. Ricardo Duarte
1
 
Documentation [ ftp://ftp.hp.com/pub/calculators/Prime/Documentation/ ] Not yet updated, Dated 2015
by Prof. Ricardo Duarte
2
 
Translate the french Prime CAS manual to english.
by webmasterpdx
1
30

Graham Wilson, Stefan Maus, Salvo Micciché and 27 more

Options FIND and REPLACE in the editor programme and syntaxique coloration
by Tyann
 
syntax coloration would make easier program typing.
by hpfx
4
 
Because it is very difficult to look for key words, especially in large texts.
by Dante Camargo
1
 
And add "virtual keyboard" on tools. Because physical keyboard is impossible to read for alpha keys!
by hpfx
 
syntax coloration is already done in a codereader program, so it's easy to do.
by webmasterpdx
1
29

Adlenovich, Graham Wilson, EdDereDdE and 26 more

Implement [ Variable ] Precision Floating Point [ Arithmetic ] in CAS Mode
by Prof. Ricardo Duarte
Since HP Prime CAS is based on XCAS why not implement Variable Precision Floating Arithmetic rout... more
 
Agreed, the Prime would gain much pro level with this.
by mandresve
23
 
Such Port would allow HP Prime to be the [1st] Calculator to have Variable Floating Point in Kernel
by Prof. Duarte
23
 
See Also Implement PSLQ, LLL, [ Identify ] and [ Inverse Symbolic Calculation ] Features on Prime !
18
 
And Also Port to HP Prime ( or partially implement ) TI-89 [ MathTools ] package by Bhuvanesh Bhatt
17
 
And See [ identify ] by Alberto C
17
 
And the [ YACAS ] Symbolic Package available at http://yacas.sourceforge.net
by Prof. Ricardo Duarte
17
 
by Prof. Ricardo Duarte
16
 
TI-Nspire with the [ KhiCAS ] package is now the First calc to have 2 CAS & Arbitrary Floating Point
by Prof. Ricardo Duarte
15
 
See Also "Implement [ Variable Precision ] Floating Point in CAS Mode by Porting the GIAC Longfloat"
by Prof. Ricardo Duarte
13
 
And Also "Implement [ Longfloat ] library in CAS Mode allowing [ Variable Precision ] in evalf "
by Prof. Ricardo Duarte
12
 
And "Port to HP Prime ( or partially implement ) TI-89 [ MathTools ] package by Bhuvanesh Bhatt "
by Prof. Ricardo Duarte
12
 
And "Implement TI-89 & Nspire [ part ] function for sub-expression [ Extraction ] "
by Prof. Ricardo Duarte
11
 
And Also " Implement [ Periodic ] Decimal [ Digit ] input like CASIO fx-115 ES Plus "
by Prof. Ricardo Duarte
11
 
& "Implement [ QR Code ] ScreenCap Generation like CASIO FX-991EX alowing Transfers to Other Devices
by Prof. Ricardo Duarte
11
9

steve, Alexandre, Bruce Schoenberger and 6 more

implement a menu function to customize the soft buttons
by fabila
implement a menu function to customize the soft buttons on home like cas csthome (yes, no) ... more
 
Compare to "User defined softkeys" by Angus
by robocop
5
 
HP-50g & TI-89 offer the ability for one to Program/Customize the [ Softkey ] buttons. Why Not Prime
by Prof. Ricardo Duarte
5
25

Graham Wilson, Salvo Micciché, and 22 more

Tree view for the Program Catalog (and virtual folder per App)
by Erwin Ried
The Prime does not have any "folder" concept but this does not requires this. This is just a way ... more
 
See Also "Folders for apps, or subsections" by Erwin Ried
by Prof. Ricardo Duarte
5
 
The catalog is definitely a mess. Hard to find what I want. Goes back to better docs too.
by pwarmuth
 
Linear space for apps is looking like toy. Folders would be great improvement.
by Xsetset
23

Leo Chang, Stevetuc92, WattSekunde and 20 more

Fix the screen flickering!
by Erwin Ried
The title bar is constantly flickering, the lists flicker on scroll, the text flickers when typin... more
 
Are you ok with user code required to call a routine to flush to the screen? If so, could be done...
by TW
10
24

John Vahedi, Marcos, Rodomar705 and 21 more

Capabilities to select text via touch
by Erwin Ried
Tap and hold to select, floating controls to adjust the selection
 
See Also [ Real text selection ] by Erwin Ried
by Prof. Ricardo Duarte
6
 
And [ Equation editor option from the line input ] by Erwin Ried
by Prof. Ricardo Duarte
2
 
Also past History [ Selection ] could be implemented like TI-NSpire [Shift][Arrow] for Partial Selec
by Prof. Ricardo Duarte
2
 
Since in Prime Shift Arrows is used for First Last position scroll, another key like [Alpha][Arrows]
by Prof. Ricardo Duarte
1
20

steve, Mark Bailey, iconmaster and 17 more

Enhance the error descriptions
by Erwin Ried
This is a system wide problem, all the errors are worthless, usually is just a copy of the input
22

John Vahedi, Salvo Micciché, steve and 19 more

modify the aesthetic of the calculator and print the orange/light blue label in other colors
by giancarlo
Currently the labels are so small and colors so pale that that are barely visible. Contrast shoul... more
 
You're just holding it wrong... ;-)
by TW
3
 
Maybe i would only need thicker lenses :+)
by giancarlo
 
it's much more than aesthetics it's atrocious ergonomics
by johns
4
 
Using light blue on a grey background is a design disaster. The lightness difference is too low.
by Manuel Lohmann
 
Perhaps 3D print new key assemblies as a partial improvement for existing calcs?
by C J Denman
19

Morten Nielsen, Bernard Michaud, JamesC and 16 more

Implement [ Variable Precision ] Floating Point in CAS Mode by Porting the GIAC [Longfloat] Library
by Prof. Duarte
[ GIAC ] Kernel already has implemented [ Variable Precision ] Floating Point Arithmetic, and HP ... more
 
Such Port would allow HP Prime to be the [1st] Calculator to have Variable Floating Point in Kernel
by Prof. Duarte
24
 
Prime already has interface calls to Longfloat functions missing only the [PORT] of the Giac Library
by Prof. Duarte
22
 
The separate Home & CAS environments would allow for Distinct Numerical Floats ( IEEE & Arbitrary )
by Prof. Duarte
21
 
Even HP50g has third party developed routines with limited Variable Precision floating point support
by Prof. Duarte
21
 
On HP Prime try evalf( 1/7, 14 ) and evalf( 1/7, 15 ) or Digits := 15 and Notice the Results ...
by Prof. Duarte
21
 
TI-Nspire with the [ KhiCAS ] package is now the First calc to have 2 CAS & Arbitrary Floating Point
by Prof. Ricardo Duarte
14
 
See Also "Implement [ Variable ] Precision Floating Point [ Arithmetic ] in CAS Mode "
by Prof. Ricardo Duarte
10
 
And Also "Implement [ Longfloat ] library in CAS Mode allowing [ Variable Precision ] in evalf "
by Prof. Ricardo Duarte
11
 
And "Port to HP Prime ( or partially implement ) TI-89 [ MathTools ] package by Bhuvanesh Bhatt "
by Prof. Ricardo Duarte
11
 
And "Implement TI-89 & Nspire [ part ] function for sub-expression [ Extraction ] "
by Prof. Ricardo Duarte
12
 
And Also " Implement [ Periodic ] Decimal [ Digit ] input like CASIO fx-115 ES Plus "
by Prof. Ricardo Duarte
10
 
& "Implement [ QR Code ] ScreenCap Generation like CASIO FX-991EX alowing Transfers to Other Devices
by Prof. Ricardo Duarte
10
4

Leo Chiang, robocop, webmasterpdx and 1 more

Unlock the Full Power of App [ Programming ] by User Defined [ Views ] Programming !
by Prof. Ricardo Duarte
HP Prime has 3 Primary [ View ] Modes: [ Symb ], [ Plot ] and [ Num ] and a Programmable [ View ]... more
 
See for example "Extend graphing and geometry apps to 3D" by Cappies
by Prof. Ricardo Duarte
17
 
[ Graph 3D ] version 2.422 can be Downloaded from [ http://www.hpmuseum.org/forum/thread-95.html ]
by Prof. Ricardo Duarte
16
 
See Also " Add an Equation Library App. " by Colm
by Prof. Ricardo Duarte
17
 
And " Folders for apps, or subsections " by Erwin Ried
by Prof. Ricardo Duarte
16
 
And Also "Tree view for the Program Catalog (and virtual folder per App)" by Erwin Ried
by Prof. Ricardo Duarte
16
 
And " Improve documentation " by Stefan
by Prof. Ricardo Duarte
14
 
See Also "User defined softkeys" by Angus
by Prof. Ricardo Duarte
15
 
And "implement a menu function to customize the soft buttons" by fabila
by Prof. Ricardo Duarte
16
9

John Vahedi, Bernard Michaud, Mattia and 6 more

Implement [ Longfloat ] library in CAS Mode allowing [ Variable Precision ] in evalf and Digits > 13
by Prof. Ricardo Duarte
HP Prime CAS descends from Giac Kernel, but misses [ Longfloat ] library, which would allow it fl... more
 
HP Prime could be the FIRST [ CALCULATOR ] to have Variable Precision Floating Point in its Kernel
by Prof. Ricardo Duarte
25
 
It already has interface calls to Longfloat functions, missing only the [PORT] of the Giac Library
by Prof. Ricardo Duarte
23
 
Even HP50g has third party developed routines with limited Variable Precision floating point support
by Prof. Ricardo Duarte
22
 
The separate Home & CAS environments would allow for Distinct Numerical Floats ( IEEE & Arbitrary )
by Prof. Ricardo Duarte
22
 
TI-Nspire with the [ KhiCAS ] package is now the First calc to have 2 CAS & Arbitrary Floating Point
by Prof. Ricardo Duarte
14
 
See Also "Implement [ Variable ] Precision Floating Point [ Arithmetic ] in CAS Mode "
by Prof. Ricardo Duarte
11
 
And Also "Implement [ Variable Precision ] Floating Point in CAS Mode by Porting the GIAC Longfloat"
by Prof. Ricardo Duarte
11
 
And "Port to HP Prime ( or partially implement ) TI-89 [ MathTools ] package by Bhuvanesh Bhatt "
by Prof. Ricardo Duarte
11
 
And "Implement TI-89 & Nspire [ part ] function for sub-expression [ Extraction ] "
by Prof. Ricardo Duarte
11
 
And Also " Implement [ Periodic ] Decimal [ Digit ] input like CASIO fx-115 ES Plus "
by Prof. Ricardo Duarte
11
 
& "Implement [ QR Code ] ScreenCap Generation like CASIO FX-991EX alowing Transfers to Other Devices
by Prof. Ricardo Duarte
12
5

robocop, webmasterpdx, pwarmuth and 2 more

Add [ n'th ] order Derivatives to Math Template key
by Prof. Ricardo Duarte
The Math Template key has an entry for first order Derivative, but misses a Template for n'th ord... more
 
The Templates also Miss an indexed [ product ] symbol, and the Solve [ Menu ] misses [ rsolve ]
by Prof. Duarte
16
 
Prime [ lacks ] a [n'th] derivative call which could be implemented at Kernel level as diff(f,x,n)
by Prof. Ricardo Duarte
14
 
CAS Calculus [ Menu ] also Misses [ implicit_diff ] and [ function_diff ] operators
by Prof. Ricardo Duarte
11
 
The Solve [ Menu ] also Misses the [ Sequence ] solver [ seqsolve ], aside with a [ rsolve ] entry.
by Prof. Ricardo Duarte
12
 
[ n'th ] Derivatives can now be acomplished by the kernel with syntax diff(f,x$n) or diff(f,$(x,n))
by Prof. Ricardo Duarte
10
 
See Also " Implement [ n'th ] order Derivative ( and also add to Math [ Template ] ) "
by Prof. Ricardo Duarte
9
 
[ diff ] command [ Help ] Documentation could be [ Improved ], showing examples of its Full Syntax
by Prof. Ricardo Duarte
9
 
The General Syntax is Now diff( function, var[$order] [,var$order] [,...] )
by Prof. Ricardo Duarte
10
 
For Example diff( sin(a*x+b*y), x$3, y$2 ) returns a^3*b^2*cos(a*x+b*y)
by Prof. Ricardo Duarte
10
 
Integral operator should also allow for n'th order syntax by int(f,x$2) resulting in int(int(f,x),x)
by Prof. Ricardo Duarte
10
 
Which unfortunately is [ Not ] actually implemented for the case of Integration, but just for diff
by Prof. Ricardo Duarte
10
 
See also "[ BUG ]: Distinct [ diff ] and slanted [d] operators Results for [ More ] than 1 Variable"
by Prof. Ricardo Duarte
9
 
FIXED ] on New [ Firmware ] Version (10077) Released 2016/04/14 as Resolved Issue 16. in CAS
by Prof. Ricardo Duarte
10
 
16. Fix for ∂(∂(x^2*y^3,y),x)
by Prof. Ricardo Duarte
9
5

WattSekunde, David, webmasterpdx and 2 more

Port to HP Prime ( or partially implement ) TI-89 [ MathTools ] package by Bhuvanesh Bhatt
by Prof. Ricardo Duarte
Due to Texas "Monolithic" Kernel update Policies a suggestion for Porting TI-89 [ MathTools ] pac... more
 
TI-89 [ MathTools ] is available at [ http://www.ticalc.org/archives/files/fileinfo/271/27135.html ]
18
 
 
16
 
And the Author's Page at [ http://www.technicalc.org/bbhatt/ ]
16
 
Another Interesting [ Symbolic ] Package is [ YACAS ] available at http://yacas.sourceforge.net
by Prof. Ricardo Duarte
16
 
by Prof. Ricardo Duarte
17
 
See Also [ KhiCAS ] for TI-Nspire at [ https://tiplanet.org/forum/viewtopic.php?t=14800&;p=166225 ]
by Prof. Ricardo Duarte
14
 
Developed by Parisse & Available at [ https://www-fourier.ujf-grenoble.fr/~parisse/calc/khicas.zip ]
by Prof. Ricardo Duarte
13
 
See Also the [ Giac/XCAS ] page at [ https://www-fourier.ujf-grenoble.fr/~parisse/giac.html ]
by Prof. Ricardo Duarte
14
 
And the [ XCAS ] Installation page [ https://www-fourier.ujf-grenoble.fr/~parisse/install_en.html ]
by Prof. Ricardo Duarte
14
 
And Also " Implement TI-89 & Nspire [ part ] function for sub-expression [ Extraction ] "
by Prof. Ricardo Duarte
11
 
And Also " Implement [ Periodic ] Decimal [ Digit ] input like CASIO fx-115 ES Plus "
by Prof. Ricardo Duarte
11
 
& "Implement [ QR Code ] ScreenCap Generation like CASIO FX-991EX alowing Transfers to Other Devices
by Prof. Ricardo Duarte
11
3
Prof. Ricardo Duarte
robocop
webmasterpdx
Include [ rsolve ] in [ Solve ] Menu
by Prof. Ricardo
The [ Solve ] Menu has only 8 options listed, leaving room for the inclusion of [ rsolve ] for th... more
 
The only actual way (other than tiping rsolve) is through Catalog which Many users do not even know
by Prof. Ricardo Duarte
22
 
Experiment rsolve(u(n+2)=u(n+1)+u(n),u(n),u(0)=0,u(1)=1) resulting in n'th Term Fibonnaci
by Prof. Ricardo Duarte
17
 
Or rsolve(u(n+1)=(n+1)*u(n),u(n),u(0)=1) resulting in the n'th Factorial [ n! ]
by Prof. Ricardo Duarte
16
 
The [ rsolve ] syntax is rsolve( recurrent equation, variable, list of initial values )
by Prof. Ricardo Duarte
16
 
A workaround for typing [ rsolve ] is to select [ solve ] key from CAS Menu & insert a [ r ] before
by Prof. Ricardo Duarte
15
 
The Solve [ Menu ] also Misses the [ Sequence ] solver [ seqsolve ], aside with [ rsolve ] entry.
by Prof. Ricardo Duarte
17
 
See " Include [ seqsolve ] and [ rsolve ] under CAS [ Solve ] and App [ Sequence ] sub-menus "
by Prof. Ricardo Duarte
16
 
And Also "Port [ reverse_rsolve ] Giac feature to HP Prime"
by Prof. Ricardo Duarte
10
 
& Implement Closed Form [ 3rd ] & [ 4th ] Degree Polynomial Solutions on HP Prime [ solve ] command
by Prof. Ricardo Duarte
10
 
& Implement [ Closed Form ] summations of negative powers in terms of [ Psi ] and [ PSI ] function
by Prof. Ricardo Duarte
3
 
And " Implement PSLQ, LLL, [ Identify ] and [ Inverse Symbolic Calculation ] Features on Prime ! "
by Prof. Ricardo Duarte
3
 
& " Implement [ n'th ] order Derivative ( and also add to Math [ Template ] ) "
by Prof. Ricardo Duarte
3
5

robocop, webmasterpdx, unbedingt and 2 more

Sell the wireless dongle in units
by Erwin Ried
Why is this only for classrooms? Individuals may also want to avoid using the cable to send data ... more
 
Wireless connection to a single Prime without having to buy 30 dongles... is that too much ask?
by Manuel Lohmann
4
 
Add programming capability for comms with PC apps (people will develop them if it's there).
by Donald Murray
 
WTH: Bluetooth or WiFi modules wich can talk through UART cost 10 bucks. Make normal TTL serial port
by Xsetset
2
17

John Vahedi, Salvo Micciché, Rodomar705 and 14 more

Make CAS mode and Numeric (Home) mode work seamlessly (or remove Home)
by Stefan
At the moment it is a PITA to use the CAS or Home mode because functions are defined double, once... more
 
cas only for numbercrunching w/o rpn? Many won't like that.
by Angus
2
 
You HAVE to search the interneton for notation and behaviour too often. Requires luck and patience.
by Angus
1
 
It's completely unncesary to have "Home" & "CAS" divided...
by Ronald G V A
1
 
A reason for HOME / CAS would be if VARIABLE Precision Float Arithmetic were Implemented in CAS Mode
by Prof. Ricardo Duarte
4
 
Distinct HOME x CAS Environments would allow IEEE x Arbitrary Precision Float Arithmetic in each one
by Prof. Duarte
4
16

WattSekunde, Xsetset, Arno K and 13 more

identify
by Alberto C
It would be of great value to have something like the "identify" function from Maple available in... more
 
It would be simply Fantastic ! to have Inverse Symbolic Calculation features on Prime !
by Prof. Ricardo Duarte
19
 
It would be also Very interesting to have some sort of Integer Sequence identification like the OEIS
by Prof. Ricardo Duarte
19
 
It would also be Interesting to have PSLQ and LLL routines implemented and available on Catalog
by Prof. Ricardo Duarte
17
 
The [ Inverse Symbolic Calculator ] Online is located at [ https://isc.carma.newcastle.edu.au ]
by Prof. Ricardo Duarte
12
 
The Online Encyclopedia of [ Integer Sequences ] is available at [ https://oeis.org/ ]
by Prof. Ricardo Duarte
12
 
For those with more interest on the subject seek for [ Experimental Mathematics ] topic in Wikipedia
by Prof. Ricardo Duarte
13
 
And also [ http://www.experimentalmath.info/software/ ] for Experimental Mathematics [ Software ]
by Prof. Ricardo Duarte
12
 
And [ http://www.experimentalmath.info/commercial/ ] for other [ Sites ] of interest
by Prof. Ricardo Duarte
12
 
See sec 1.2 of Book [ Experimental Number Theory ] by F. Villegas with [ recognize ] PARI-GP scripts
by Prof. Ricardo Duarte
12
 
Sec 4.2 of [ Villegas ] Book also implements elementar [ Sequence ] recognition PARI-GP procedures.
by Prof. Ricardo Duarte
12
2
Prof. Ricardo Duarte
webmasterpdx
Format (auto-indent) code in the Script editor
by Erwin Ried
 
The menu button would be the correct spot for this though.
by TW
1
 
Syntax coloring would be a nice additional feature, too.
by Manuel Lohmann
3
 
a nice addition feature too would be : list declared functions (click to move to)
by hpfx
1
15

Mark Bailey, iconmaster, Xsetset and 12 more

Implement [ n'th ] order Derivative ( and also add to Math [ Template ] )
by Prof. Ricardo Duarte
Its a Real [ Miss ] not having a [ n'th ] order Derivative operator, obliging one to differentiat... more
 
The Templates also Miss an indexed [ product ] symbol, and the Solve [ Menu ] misses [ rsolve ]
by Prof. Ricardo Duarte
16
 
The Solve [ Menu ] also Misses the [ Sequence ] solver [ seqsolve ], aside with [ rsolve ] entry.
by Prof. Ricardo Duarte
13
 
[ n'th ] Derivatives can now be acomplished by the kernel with syntax diff(f,x$n) or diff(f,$(x,n))
by Prof. Ricardo Duarte
11
 
See also " Add [ n'th ] order Derivatives to Math Template key "
by Prof. Ricardo Duarte
10
 
[ diff ] command [ Help ] Documentation could be [ Improved ], showing examples of its Full Syntax
by Prof. Ricardo Duarte
11
 
The General Syntax is Now diff( function, var[$order] [,var$order] [,...] )
by Prof. Ricardo Duarte
11
 
For Example diff( sin(a*x+b*y), x$3, y$2 ) returns a^3*b^2*cos(a*x+b*y)
by Prof. Ricardo Duarte
11
 
Integral operator should also allow for n'th order syntax by int(f,x$2) resulting in int(int(f,x),x)
by Prof. Ricardo Duarte
10
 
Which unfortunately is [ Not ] actually implemented for the case of Integration, but just for diff
by Prof. Ricardo Duarte
11
 
See also "[ BUG ]: Distinct [ diff ] and slanted [d] operators Results for [ More ] than 1 Variable"
by Prof. Ricardo Duarte
11
 
[ FIXED ] on New [ Firmware ] Version (10077) Released 2016/04/14 as Resolved Issue 16. in CAS
by Prof. Ricardo Duarte
11
 
16. Fix for ∂(∂(x^2*y^3,y),x)
by Prof. Ricardo Duarte
11
3
Erwin Ried
Prof. Ricardo Duarte
webmasterpdx
Equation editor option from the line input
by Erwin Ried
The line entry is OK for quick entries but it does not really work for any lengthy (or tall) inpu... more
 
See Also [ Capabilities to select text via touch ] by Erwin Ried
by Prof. Duarte
1
 
And [ Real text selection ] by Erwin Ried
by Prof. Duarte
1
15

John Vahedi, WattSekunde, Marius and 12 more

spreadsheet: HP Prime connection kit version to transfer spreadsheet to/from Excel
by ThomasS_
There is no interface from Speadsheet to Excel/Libreoffice. Enhancement of HP Prime connection ki... more
 
Having the file description, making a converter is easy enough
by Erwin Ried
 
Not everybody is able to write a converter, extra program needed.
by ThomasS_
4
 
The file format(s) should also be added to the enhanced documentation
by ThomasS_
1
 
Provide xml as data exchange format
by robocop
15

David, Matt Hall, Jéssika Rocha and 12 more

Add [ product ] function to Math Template key
by Prof. Ricardo Duarte
The Math Template key has entries for summation, differentiation, integration, etc ... but misses... more
 
Also Missing are [ rsolve ] from the Solve [ Menu ] ... and a [ n'th ] Derivative Template.
by Prof. Ricardo Duarte
20
 
The Solve [ Menu ] also Misses the [ Sequence ] solver [ seqsolve ], aside with [ rsolve ] entry.
by Prof. Ricardo Duarte
14
 
Already [ Implemented ] on the New Kernel versions and also Updated on the User Guide Documentation
by Prof. Ricardo Duarte
14
 
Just [ product ] Template has been Implemented, yet still [ Missing ] rsolve, seqsolve & n'th diff
by Prof. Ricardo Duarte
13
 
See Also " Include [ rsolve ] in [ Solve ] Menu "
by Prof. Ricardo Duarte
13
 
And " Include [ seqsolve ] and [ rsolve ] under CAS [ Solve ] and App [ Sequence ] sub-menus "
by Prof. Ricardo Duarte
13
 
And Also " Add [ n'th ] order Derivatives to Math Template key "
by Prof. Ricardo Duarte
12
 
And "Port [ reverse_rsolve ] Giac feature to HP Prime"
by Prof. Ricardo Duarte
10
 
& Implement Closed Form [ 3rd ] & [ 4th ] Degree Polynomial Solutions on HP Prime [ solve ] command
by Prof. Ricardo Duarte
10
 
& Implement [ Closed Form ] summations of negative powers in terms of [ Psi ] and [ PSI ] function
by Prof. Ricardo Duarte
3
4

robocop, webmasterpdx, Prof. Ricardo Duarte and 1 more

Allow selecting cells with the finger when writing a formula in the Spreadsheet App
by Erwin Ried
Tap to edit, tap to add the cell coordinate to the current formula (right now the taps are ignore... more
 
how make this?
15

iconmaster, Antonio, johnson and 12 more

Remember last selected item in grid popups
by Erwin Ried
The focus in these dialog is always the top corner one, it feels unclean when calling the dialog ... more
 
Include [ product ] and [ n'th ] Derivative in the Templates, and [ rsolve ] in the Solve [ Menu ].
by Prof. Duarte
4
 
TI Nspire CX CAS do [ Remember ] the [ Last ] used Template. On Prime the Touchscreen may alleviate
by Prof. Duarte
4
 
Remembering the [Last] used Template function would be nice for one used to select with arrows/enter
by Prof. Duarte
4
13

Graham Wilson, Rudi, Matt Hall and 10 more

Real text selection
by Erwin Ried
The text selection in the prime is a joke. It is a gimmick just for the copy and cut functions be... more
 
See Also [ Capabilities to select text via touch ] by Erwin Ried
by Prof. Ricardo Duarte
1
 
And [ Equation editor option from the line input ] by Erwin Ried
by Prof. Ricardo Duarte
1
13

Pedrohega, Energylabsprotec, webmasterpdx and 10 more

Implement full unit support
by ww
Implement a full support of units like the hp48 or hp50 with conversion by softkeys: unshifted s... more
 
More efficient than the convert function with simple units
2
 
Stay in Units Menu until another menu is selected.
by Dr Kent Berry
1
 
Previous argument should have been +. I did not select either - another case of a poorly thought UI
by Dr Kent Berry
13

Pedrohega, Norman Dziedzic, Mattia and 10 more

Include [ expand ] [ factor ] [ exact ] as Touchscreen [ Buttons ] after [ sto > ] and [ simplif ]
by Prof. Ricardo Duarte
In CAS Mode it would be interesting to have usual functions like [ expand ] and [ factor ] and us... more
 
Having these fully customizable seem like a better option
by Erwin Ried
2
 
I agree with Erwin Ried previous suggestion of Fully Customizable touchscreen buttons.
by Prof. Ricardo Duarte
17
 
See "User defined softkeys" by Angus and "menu functions to customize the soft buttons" by fabila
by Prof. Ricardo Duarte
17
 
In the Absence of an implementation of Fully Customized Softkeys, at Least implement fixed New Keys
by Prof. Ricardo Duarte
16
 
See Also [ Equation editor option from the line input ] by Erwin Ried
16
 
At Least [ exact ] can be quickly executed by simply pressing [ a b/c ] just after previous result
by Prof. Ricardo Duarte
14
 
And [ approx(Ans) ] can be obtained by simply pressing [ Shift ][ Enter ]
by Prof. Ricardo Duarte
14
 
Since Prime has [ simplif ] built-in, it only still [ Lacks ] Buttons like [ expand ] and [ factor ]
by Prof. Ricardo Duarte
15
 
Another Option would be to allocate one of the [ Softkeys ] for invoking a [ Virtual ] Keyboard
by Prof. Ricardo Duarte
5
 
As for example " Add a soft keyboard for CAS " by Ronaldo
by Prof. Ricardo Duarte
5
3
Prof. Ricardo Duarte
robocop
webmasterpdx
GPS Lat,Lon Support
by Richard Wagner
Deg/Min/Sec conversion supporting Deg/Min.nnnn as well.
 
Speeds up entering Lat,Lon directly on command line using o|'|" operation, using only Degs Min.nnnn
by Richard Wagner
3
 
Casio Graphing Calculators have had this feature for years.
by Richard Wagner
 
HR(x)=x+fp(x)/1.5+fp(100x)/90 HMS(x)=x-0.4*fp(x)-0.004*fp(60*x)
by RGWv
12

WattSekunde, pwarmuth, Joesurveyor5535 and 9 more

Allow [ Full Screen ] expression [ Entry ] window In [ Emulator ] Software
by Prof. Ricardo Duarte
TI-Nspire official Windows Emulator allow the input of entries in [ Full Screen ] mode, not only ... more
 
Available under [ TI-Nspire CX CAS Student Software ]
by Prof. Ricardo Duarte
13
 
education.ti.com/en/us/products/computer_software/ti-nspire-software/ti-nspire-cx-cas-student-softwa
by Prof. Ricardo Duarte
13
 
And Also the [ TI-Nspire CX and CX CAS Teacher Software ]
by Prof. Ricardo Duarte
13
 
products/computer_software/ti-nspire-software/ti-nspire-cx-and-ti-nspire-cx-cas-teacher-software
by Prof. Ricardo Duarte
13
 
See Also [ Other ] Third Party TI-Nspire Emulators for Windows and Android like kArm-TI and Nspiroid
by Prof. Ricardo Duarte
13
 
Which actually do not yet implement a Full Screen entry Window like the Official TI-Nspire Software
by Prof. Ricardo Duarte
13
 
See Also " Implement HP 50 [ Text ] View feature in Show Last Command Mode "
by Prof. Ricardo Duarte
4
 
Which could at least "alleviate" a bit of the Screen Limitation if Multiline Output were Implemented
by Prof. Ricardo Duarte
4
1
Prof. Ricardo Duarte
Implement [ Closed Form ] summations of negative powers in terms of [ Psi ] and [ PSI ] function
by Prof. Ricardo Duarte
HP 49/50g can express [ Closed Form ] expansions of Sums of [ negative ] powers in terms of [ Psi... more
 
HP Prime handle Closed Form [ infinite ] sums of negative powers, but lacks support for n term Sums
by Prof. Ricardo Duarte
20
 
ex sum(1/x^2,x,1,infinity)=Pi^2/6 sum(1/x^3,x,1,infinity)=Zeta(3) sum(1/x^4,x,1,infinity)=Pi^4/90
by Prof. Ricardo Duarte
18
 
on HP50g sum(x=1,infinity,1/x^3)=-PSI(1,2)/2 sum(x=1,infinity,1/x^5)=-PSI(1,4)/24 in terms of PSI
by Prof. Ricardo Duarte
18
 
with Zeta( 2k+1 ) = - Psi( 1, 2k ) / (2k)! corresponding to sums of [ odd ] negative powers
by Prof. Ricardo Duarte
18
 
and Zeta( 2k ) expanded in Closed Form in terms of Pi^(2k) for sums of [ even ] negative powers
by Prof. Ricardo Duarte
18
 
& Implement Closed Form [ 3rd ] & [ 4th ] Degree Polynomial Solutions on HP Prime [ solve ] command
by Prof. Ricardo Duarte
2
 
And Also " Port [ reverse_rsolve ] Giac feature to HP Prime "
by Prof. Ricardo Duarte
2
4

robocop, webmasterpdx, Prof. Ricardo Duarte and 1 more

Implement PSLQ, LLL, [ Identify ] and [ Inverse Symbolic Calculation ] Features on Prime !
by Prof. Ricardo Duarte
It would be Very Interesting to have [ Inverse Symbolic Calculation ] features like Maple [ ident... more
 
It would also be Very Interesting to have [ Variable ] Precision Floating Point routines on CAS Mode
by Prof. Ricardo Duarte
24
 
See Also [ identify ] by Alberto C
by Prof. Ricardo Duarte
17
 
And Also Port to HP Prime ( or partially implement ) TI-89 [ MathTools ] package by Bhuvanesh Bhatt
16
 
For those with more interest on the subject seek for [ Experimental Mathematics ] topic in Wikipedia
17
 
 
See Also "Port [ reverse_rsolve ] Giac feature to HP Prime"
by Prof. Ricardo Duarte
10
 
& Implement Closed Form [ 3rd ] & [ 4th ] Degree Polynomial Solutions on HP Prime [ solve ] command
by Prof. Ricardo Duarte
10
3
Prof. Ricardo Duarte
robocop
webmasterpdx
Fix the units input in the CAS
by Erwin Ried
In the CAS, if you go to Units -> Length -> In and then press Enter you get an error.
 
Not fixed on 7820
by Hamilton
2
12

Pedrohega, iconmaster, petaks01 and 9 more

Implement HP 50 [ Text ] View feature in Show Last Command Mode
by Prof. Ricardo Duarte
While reviewing past commands HP 50 offered both a Graphical Pretty Print Math Display, but also ... more
 
A Dedicated [ View ] Feature could allow for the Display of Single Expressions within Multiple Lines
by Prof. Ricardo Duarte
20
 
See Also [ Equation editor option from the line input ] by Erwin Ried
by Prof. Ricardo Duarte
18
 
And Also [ Capabilities to select text via touch ] by Erwin Ried
by Prof. Ricardo Duarte
20
 
And [ Real text selection ] by Erwin Ried
by Prof. Ricardo Duarte
18
 
And " Add one level of Font size to at least 50g level "
5
 
And Also " Allow [ Full Screen ] expression [ Entry ] window In [ Emulator ] Software "
by Prof. Ricardo Duarte
4
 
Also past History [ Selection ] could be implemented like TI-NSpire [Shift][Arrow] for Partial Selec
by Prof. Ricardo Duarte
1
 
Since in Prime Shift Arrows is used for First Last position Scroll, another key like [Alpha][Arrows]
by Prof. Ricardo Duarte
1
4

webmasterpdx, Prof. Ricardo Duarte, RBRapha and 1 more

Port [ reverse_rsolve ] Giac feature to HP Prime
by Prof. Ricardo Duart
It would be very interesting to have the Giac feature [ reverse_rsolve ] ported to HP Prime, allo... more
 
Look also " Include [ rsolve ] in [ Solve ] Menu "
by Prof. Ricardo Duarte
17
 
And " Include [ seqsolve ] and [ rsolve ] under CAS [ Solve ] and App [ Sequence ] sub-menus "
by Prof. Ricardo Duarte
17
 
See Also [ KhiCAS ] for TI-Nspire at [ https://tiplanet.org/forum/viewtopic.php?t=14800&;;p=166225 ]
by Prof. Ricardo Duarte
14
 
Developed by Parisse & Available at [ https://www-fourier.ujf-grenoble.fr/~parisse/calc/khicas.zip ]
by Prof. Ricardo Duarte
14
 
See Also the [ Giac/XCAS ] page at [ https://www-fourier.ujf-grenoble.fr/~parisse/giac.html ]
by Prof. Ricardo Duarte
14
 
And the [ XCAS ] Installation page [ https://www-fourier.ujf-grenoble.fr/~parisse/install_en.html ]
by Prof. Ricardo Duarte
14
 
& Implement Closed Form [ 3rd ] & [ 4th ] Degree Polynomial Solutions on HP Prime [ solve ] command
by Prof. Ricardo Duarte
10
 
& Implement [ Closed Form ] summations of negative powers in terms of [ Psi ] and [ PSI ] function
by Prof. Ricardo Duarte
4
1
Prof. Ricardo Duarte
allow to choose the symbol of multiplication... change the horrible "*" in a very nice "." dot
 
In general a good idea but the "." could be missinterpreted easily. What about CHAR(215)?
by robocop
1
 
I would rather something like the \cdot in latex... What about CHAR(8231) ?
by dg1969
 
TI Nspire uses "." dot while Casio CP 400 uses "x" cross and HP Prime "*" star. No consense at all !
by Prof. Ricardo Duarte
2
 
allow user to choose between "*", ".", "x"... in settings
by hpfx
3
10

EKeppel, Bernard Michaud, WattSekunde and 7 more

Handle errors when exiting the program editor
by Erwin Ried
Currently, when you exit the editor, and your code contains an error, you get a msgbox but you ha... more
 
If it went to the line instead of closing, you couldn't ever quit if you wanted to fix it later.
by iconmaster
12

Prof. Ricardo Duarte, WattSekunde, Matt Hall and 9 more

Keep the input cursor away from the right border
by Erwin Ried
When entering a long expression, the cursor stays on the very far right side all the time. Some v... more
 
The HP 49/50g [ View ] option should also be Implemented on Prime allowing the Review of expressions
by Prof. Duarte
3
 
HP50g View is HP Prime [ Show ]. What Prime [ misses ] is HP50g [ Text ] View with multiple lines
by Prof. Ricardo Duarte
3
10

WattSekunde, ttw, webmasterpdx and 7 more

HP50g Emulator as App or Home replacement on demand
by robocop
As alternative to a full RPN implementaion. Emulator with access to Prime variables and Apps. Du... more
 
Limitations also caused by unavailability of a memory extension (SD card).
by robocop
1
 
People used to HP48/49/50 will be able to solve calculation fast & would be encouraged to buy Prime.
by RBRapha
5
 
I didn't buy Prime because until I learn to use it I would be already fired from my job!
by RBRapha
2
10

Salvo Micciché, Prof. Ricardo Duarte, ttw and 7 more

HP Prime [ Virtual Calculator ] Software Build 2016 12 08 Rev (11226) [ Officially ] Released by HP
by Prof. Ricardo Duarte
HP has now Officially made available through [ ftp.hp.com/pub/calculators/Prime/ ] the Newest Rev... more
 
Windows Emulator ftp://ftp.hp.com/pub/calculators/Prime/HP_Prime_Virtual_Calculator_2016_12_08.exe
by Prof. Ricardo Duarte
3
 
MacOS Emulator ftp://ftp.hp.com/pub/calculators/Prime/HP_Prime_Virtual_Calculator_2016_12_08.dmg
by Prof. Ricardo Duarte
3
 
MacOS Connectivity Kit ftp://ftp.hp.com/pub/calculators/Prime/HP_Prime_Connectivity_Kit_20161208.dmg
by Prof. Ricardo Duarte
3
 
Calculator Firmware & Windows Connectivity Kit still outdated 2016/08/29 & 2016/10/17 as of Dec 15
by Prof. Ricardo Duarte
3
 
Outdated Firmware ftp://ftp.hp.com/pub/calculators/Prime/HP_Prime_Calculator_Firmware_20160829.zip
by Prof. Ricardo Duarte
3
 
Outdated Win ConnKit ftp://ftp.hp.com/pub/calculators/Prime/HP_Prime_Connectivity_Kit_20161017.exe
by Prof. Ricardo Duarte
4
 
[ Documentation ] Too still Outdated with User Guide 2016/09/30 & Quick Start Guide 2016/04/04
by Prof. Ricardo Duarte
3
 
[ Virtual ] Calc Software [ Documentation ] still from 2015/06/17 More than one and a half year ...
by Prof. Ricardo Duarte
3
 
Connectivity Kit [ Documentation ] a bit less Outdated from 2016/08/29
by Prof. Ricardo Duarte
3
 
See Also " New [ Firmware ] Version (10077) Released 2016/04/14 "
by Prof. Ricardo Duarte
3
 
Windows Connectivity Kit dated 2016 12 08 just released on Dec 16.
by Prof. Ricardo Duarte
2
 
Available at [ ftp://ftp.hp.com/pub/calculators/Prime/HP_Prime_Connectivity_Kit_20161208.exe ]
by Prof. Ricardo Duarte
2
 
Still missing the corresponding [ Firmware ] update, which is expected to be officially relased Soon
by Prof. Ricardo Duarte
2
 
According to TW No [ Firmware ] update this Time! [ http://www.hpmuseum.org/forum/thread-7420.html ]
by Prof. Ricardo Duarte
1
 
See Also " What's New - HP Prime [ Virtual Calculator ] Software Build 2016 12 08 Rev (11226) "
by Prof. Ricardo Duarte
2
2
Duarte
Prof. Ricardo
Precise coordinates input in the Geometry App
by Erwin Ried
Allow to enter the coordinates with the keyboard, as ANY geometry software allows.
 
Takes advantage that numeric keys aren't being used in this moment by the app
by Erwin Ried
4
10

Salvo Micciché, steve, JamesC and 7 more

Implement [ QR Code ] ScreenCap Generation like CASIO FX-991EX allowing Transfers to Other Devices
by Prof. Duarte
CASIO FX-991EX provides [ QR Code ] Screen Capture Generation, allowing the transfer of Data/Scre... more
 
by Prof. Ricardo Duarte
18
 
by Prof. Ricardo Duarte
18
 
by Prof. Ricardo Duarte
17
 
by Prof. Ricardo Duarte
18
 
See Also " Implement [ Periodic ] Decimal [ Digit ] input like CASIO fx-115 ES Plus "
by Prof. Ricardo Duarte
16
3
Erwin Ried
Prof. Duarte
robocop
Make the CAS more physics-friendly by not replacing small numerical coefficients with zero.
by Nigel (UK)
For example, solving "2*x=6" returns 3. But solving 6.63e-34*f = 4.6e-19 returns no solutions bec... more
 
This must be a limitation of the solve function, as the cas evaluates 4.6e-19/6.63e-34 without issue
by pwarmuth
 
Alternatively you could scale up the coefficients and then scale down answer after calculating.
1
 
Results could already be given in accordance to closest SI metric prefix e.g. e-9, e-6 etc.
9

Pedrohega, WattSekunde, PeterN and 6 more

Create a Math [ Statistics ] ( New ) Menu entry
by Prof. Ricardo Duarte
Although having [ App ] Statistics 1Var & 2Var sub-menus under [ App ] menu, they do Not hold ele... more
 
Actually a ( New ) Math ( Statistics ) [ Regression ] sub-menu could be Also Created for Regressions
by Prof. Ricardo Duarte
12
 
[exponential_regression] [linear_regression] [logarithmic_regression] [logistic_regression]
by Prof. Ricardo Duarte
11
 
[polynomial_regression] [power_regression]
by Prof. Ricardo Duarte
9
 
See Also [ Add "Best fit" in Stats ] by Erwin Ried
by Prof. Ricardo Duarte
10
 
And Also " Statistics 2Var [ Symbolic ] Environment Misses [ Polynomial ] Regression "
by Prof. Ricardo Duarte
10
 
& "Implement [ regeq( Coef, Type, Var ) ] with the [ Closed ] Expansion of the Regression Equation"
by Prof. Ricardo Duarte
10
4

Harold Flores, robocop, webmasterpdx and 1 more

Save / Load History in CAS
by Onkel Otto
Sometimes I come to "interesting" results in my calculations. Then it would be very nice to hav... more
 
The great difference from HP Prime to TI Nspire is exactly this ! since TI Nspire allows saving it !
by Prof. Ricardo Duarte
26
 
At Least include History Saving/Loading capability to [ Emulators ] for [ Win ] PC and [ Android ]
by Prof. Ricardo Duarte
14
 
A still Missed Feature at least on the Emulators even on the most recent update Dated Dec 2016
by Prof. Ricardo Duarte
1
 
Not implementing this feature means every Emulator update one miss All the Home & CAS History ...
by Prof. Ricardo Duarte
1
6

webmasterpdx, pwarmuth, Prof. Duarte and 3 more

[ BUG ] REPORT: Distinct [ diff ] and slanted [d] operators Results for [ More ] than 1 Variable
by Prof. Ricardo Duarte
The general syntax for [ Differentiation ] operator both by [ diff ] command or the slanted [d] s... more
 
The results were produced by the PC Emulator Kernel 8151 and also reproduced by HP Prime Kernel 6975
by Prof. Ricardo Duarte
11
 
See Also " Add [ n'th ] order Derivatives to Math Template key "
by Prof. Ricardo Duarte
11
 
And " Implement [ n'th ] order Derivative ( and also add to Math [ Template ] ) "
by Prof. Ricardo Duarte
11
 
[ FIXED ] on New [ Firmware ] Version (10077) Released 2016/04/14 as Resolved Issue 16. in CAS
by Prof. Ricardo Duarte
9
 
16. Fix for ∂(∂(x^2*y^3,y),x)
by Prof. Ricardo Duarte
9
 
See Also "New [ Firmware ] Version (10077) Released 2016/04/14"
by Prof. Ricardo Duarte
9
 
Available at [ ftp://ftp.hp.com/pub/calculators/Prime/ ]
by Prof. Ricardo Duarte
9
 
See also "Add [ n'th ] order Derivatives to Math Template key"
by Prof. Ricardo Duarte
9
 
And Also "Implement [ n'th ] order Derivative ( and also add to Math [ Template ] )"
by Prof. Ricardo Duarte
9
1
Prof. Ricardo Duarte
For this list: add a column "What HP has implemented"
by Bart
Add a column here to keep track of bug fixes and implementations. That way we can see how much HP... more
 
I'm going to delete fullfilled items and list them in http://www.hpmuseum.org/forum/thread-1817.html
by Erwin Ried
9
 
" Add [ product ] function to Math Template key " has been finally [ Implemented ] on Kernel [8151]
by Prof. Ricardo Duarte
2
 
It would be interesting if some sort of [ Categorization ] of each suggestion, could be Allowed
by Prof. Ricardo Duarte
1
 
Such [ Categorizations ] like, Bug Report, New Features, Aesthetics, would need a [New] Input Field
by Prof. Ricardo Duarte
1
 
It would be interesting if one were able to [Reference] other suggestions by #Links within this page
by Prof. Ricardo
1
 
For so, some sort of HTML #TAGS would need to be Randomly Generated after each suggestion acceptance
by Prof. Ricardo Duarte
2
 
In the Absence of such, I will continue to [ Cross-Reference ] Similar suggestions by " See Also "
by Prof. Ricardo Duarte
2
 
[ Support for GRAD ] now [ Implemented ] on New Firmware Version (10077) released 2016/04/14
by Prof. Ricardo Duarte
1
 
Fixed BUG "Distinct [ diff ] and slanted [d] operators Results for [ More ] than 1 Variable"
by Prof. Ricardo Duarte
1
5

webmasterpdx, Prof. Ricardo Duarte, ThomasS_ and 2 more

Include [ pade ] [ arcLen ] [ residue ] [ implicit_diff ] [ function_diff ] on CAS [ Calculus ] menu
by Prof. Ricardo Duarte
HP Prime CAS [ Calculus ] sub-menu [ Misses ] entries for Pade Approximation [ pade ], Functiona... more
 
[ arcLen ] and [ residue ] could be appended at CAS Calculus [ Integral ] sub-menu
by Prof. Ricardo Duarte
15
 
[ implicit_diff ] and [ function_diff ] could be appended at CAS Calculus [ Differential ] sub-menu
by Prof. Ricardo Duarte
15
 
[ pade ] could be appended at CAS Calculus [ Limits ] sub-menu
by Prof. Ricardo Duarte
13
 
CAS [ Calculus ] lacks a [ product ] Menu entry and Math [ Template ] also miss a [Product] Template
by Prof. Ricardo Duarte
15
 
CAS [ Calculus ] lacks [ Dirac ] and [ Heaviside ] functions which could be appended at [Transforms]
by Prof. Ricardo Duarte
15
3
Prof. Ricardo Duarte
Salvo Micciché
webmasterpdx
Implement TI-89 & Nspire [ part ] function for sub-expression [ Extraction ]
by Prof. Ricardo Duarte
Implement documented TI-89 ( and undocumented TI-Nspire ) part( ) function for sub-expression [ ... more
 
See Also Pages 216-217 of TI-89 Titanium Guidebook: [ TI89TitaniumGuidebook_Part1_EN.pdf ]
by Prof. Ricardo Duarte
17
 
by Prof. Ricardo Duarte
16
 
With such function it would be Easy to Construct a Graphicaly Display an Expression Tree
by Prof. Ricardo Duarte
14
 
Its just the matter of finding some Brave developer accepting the Task of Graphical Tree Display !
by Prof. Ricardo Duarte
13
 
part( ) function would allow also for Trivial "Automatic Differentiation" routines implementation
by Prof. Ricardo Duarte
13
 
by Prof. Ricardo Duarte
14
 
& Also "Port to HP Prime ( or partially implement ) TI-89 [ MathTools ] package" by Bhuvanesh Bhatt
3
1
Prof. Ricardo Duarte
Battery indicator should show some consumption
by Erwin Ried
The battery indicator only shows 4 levels plus a critical one, this means at any second you can l... more
 
Software approximations may return wrong values (...but with 4 'real' levels this has low impact)
by Erwin Ried
 
Precise battery guess would be excpected to be true. Voltage based calculation is not suited.
by Angus
 
WTH: I thought in shows real percents. What a shame guys ! I am shocked!
by Xsetset
1
 
since latest fw update (8151) consumption indicator does not show any changes!!
by robocop
1
8

steve, Prof. Ricardo Duarte, EKeppel and 5 more

Include [ seqsolve ] and [ rsolve ] under CAS [ Solve ] and App [ Sequence ] sub-menus
by Prof. Ricardo Duarte
The CAS [ Solve ] sub-menu misses entries for [ Sequence ] and [ Recurrence ] Solvers [ seqsolve ... more
 
A New [ Sequence Recurrences ] sub-menu entry could be created on CAS [ Solve ] for seqsolve rsolve
by Prof. Ricardo Duarte
17
 
The [ App ] Sequence menu could be enhanced by the addition of such [ Sequence ] related commands.
by Prof. Ricardo Duarte
17
 
See Also "Port [ reverse_rsolve ] Giac feature to HP Prime"
by Prof. Ricardo Duarte
13
 
& Implement Closed Form [ 3rd ] & [ 4th ] Degree Polynomial Solutions on HP Prime [ solve ] command
by Prof. Ricardo Duarte
10
 
& Implement [ Closed Form ] summations of negative powers in terms of [ Psi ] and [ PSI ] function
by Prof. Ricardo Duarte
3
 
And " Implement PSLQ, LLL, [ Identify ] and [ Inverse Symbolic Calculation ] Features on Prime ! "
by Prof. Ricardo Duarte
3
2
Prof. Ricardo Duarte
webmasterpdx
implement a buzzer in the new hardware (rev b)
by giancarlo
 
The buzzer would allow for alarms and then a complete personal information manager. Hp48-49-50 had.
by giancarlo
 
The calculator will be always a sub-par device for alarms or calendar compared to a smartphone
by Erwin Ried
1
 
Its very useful to programs and games have beeps, sounds and music.
by RBRapha
1
 
The CPU has advanced audio capability, so it could do a lot more than simply beep.
by webmasterpdx
 
If it's simply a fixed-frequency alarm bell, it won't really matter that it's there.
by Joseph C. Ruhf
7

Joseph C. Ruhf, webmasterpdx, RBRapha and 4 more

PDF reader
The ability to read pdf files on HP Prime graphing calculator
 
PDF isn't a friendly file to be treated by small devices "non all purpose" (as ereaders)
by RBRapha
1
 
Would be great to read small PDFs, offline HTM pages and EPUBs :-)
by RBRapha
2
 
Currently no reader at all !
by Xsetset
1
7

Prof. Ricardo Duarte, David, PeterN and 4 more

Screen indicator for RPN entry mode
by Dwayne A.
Once you start working it's self evident that you are in Textbook or RPN as the history only show... more
 
Alternatively different command line prompts on the bottom of the screen for each mode.
4
7

WattSekunde, ttw, David and 4 more

Option to disable the insertion of the magical double quotes in the CAS
by Erwin Ried
In the CAS, the double quotes try to be "smart", but it is a pain. Add an option to just insert t... more
 
Not magical. They are necessary as it is a "text node" without special handling. Can't be helped.
by TW
2
8

Prof. Ricardo Duarte, Bob Krohn, JosefK and 5 more

Keyboard shortcuts for the first apps
by Erwin Ried
Fixed by position
 
Since it has a Touch Screen I dont see any reason for Keyboard Shortcuts, as one can Touch the App
8
 
Another Option would be to include [ PagUp ] and [ PagDown ] softkeys between [ Sort ] & [ Start ]
by Prof. Ricardo Duarte
3
 
See also "Include [ expand ] [ factor ] [ exact ] as Touchscreen [ Buttons ] after [sto>] [simplif]"
by Prof. Ricardo Duarte
3
 
With [PgUp] & [PgDown] scrolling the Main [ Apps ] screen from Function to TrigExpl to Solve to Seq
by Prof. Ricardo Duarte
3
6

Prof. Ricardo Duarte, RevenARTS, Jaime Meza and 3 more

Statistics 2Var [ Symbolic ] Environment Misses [ Polynomial ] Regression
by Prof. Ricardo Duarte
Although allowing almost all [ Types ] of regressions ( including User Defined equation ) the [ S... more
 
See Also [ Add "Best fit" in Stats ] by Erwin Ried
by Prof. Ricardo Duarte
11
 
And Also " Create a Math [ Statistics ] ( New ) Menu entry "
by Prof. Ricardo Duarte
9
 
& "Implement [ regeq( Coef, Type, Var ) ] with the [ Closed ] Expansion of the Regression Equation"
by Prof. Ricardo Duarte
9
 
The "User Defined" Regression Type is intended just for Plotting and Regression Adherence Estimation
by Prof. Ricardo Duarte
11
 
As "User Defined" Equation coeffs are not Estimated by this Feature, being only just Imposed by User
by Prof. Ricardo Duarte
9
2
Prof. Ricardo Duarte
webmasterpdx
Convert case
by robocop
Convert automaticaly case of variables when copying terms from Home to CAS vice versa and respect... more
7

Pedrohega, webmasterpdx, Prof. Ricardo Duarte and 4 more

Add "Best fit" in Stats
by Erwin Ried
With the power of the Prime, the calculator should be able to find the best fit
 
Also add [ Multiple ] Linear, [ Quartic ], [ Sinusoidal ], [ Median ] fits as in TI Nspire CX CAS
by Prof. Ricardo Duarte
5
 
See Also " Statistics 2Var [ Symbolic ] Environment Misses [ Polynomial ] Regression "
by Prof. Ricardo Duarte
4
 
And Also " Create a Math [ Statistics ] ( New ) Menu entry "
by Prof. Ricardo Duarte
4
 
& "Implement [ regeq( Coef, Type, Var ) ] with the [ Closed ] Expansion of the Regression Equation"
by Prof. Ricardo Duarte
4
 
"Best fit" criteria vary and none are superior, so what would be used to determine the best model?
by Mark Bailey
 
What Erwin may have suggested is Fit ALL available Models and present the Answer with BEST R2 Coef
by Prof. Ricardo Duarte
1
4

webmasterpdx, Prof. Ricardo Duarte, mandresve and 1 more

C Compiler?
by webmasterpdx
 
Also add interface with regular OS so that we, the people, can add features ourselves.
by webmasterpdx
 
We want native SDK because built-in things are not suitable !
by Xsetset
6

thooth, Prof. Ricardo Duarte, robocop and 3 more

run machine code
by webmasterpdx
allow to put machine code in an array and to run the machine code stored in that array. Allow to ... more
 
This would allow us to build code using c compiler to implement a fast algorithm.
by webmasterpdx
1
 
We could adopt many cool programs (including games), this would attract more kids to buy HP Prime.
by Xsetset
1
 
Most purchasable calculator TI-84 had machine code for centuries ago. And they leave it in 84 CE !!!
by Xsetset
1
 
I promise to buy second HP Prime if HP would give us native SDK.
by Xsetset
5

Prof. Ricardo Duarte, Erwin Ried, robocop and 2 more

Implement event callbacks and functions for better integration.
by Xsetset
Currently we can't access history of home mode or intercept input to add custom commands, we can'... more
 
HP Prime is quite good, there is a way it become great. Improve integration and customization!
by Xsetset
4
6

Prof. Ricardo Duarte, iconmaster, robocop and 3 more

Fix the scroll for long scripts!
by Erwin Ried
The scroll is relatively smooth for short screens but it is painful to see it struggle with longe... more
 
Is this already fixed?
by Erwin Ried
4
7

Prof. Duarte, John P, dg1969 and 4 more

Implement [ regeq( Coef, Type, Var ) ] with the [ Closed ] Expansion of the Regression [ Equation ]
by Prof. Ricardo Duarte
HP Prime Lacks a Regression [ Equation ] Composition command like TI-89/Nspire " regeq( Var ) ", ... more
 
See Also [ Add "Best fit" in Stats ] by Erwin Ried
by Prof. Ricardo Duarte
12
 
And Also " Statistics 2Var [ Symbolic ] Environment Misses [ Polynomial ] Regression "
by Prof. Ricardo Duarte
12
 
And " Create a Math [ Statistics ] ( New ) Menu entry "
by Prof. Ricardo Duarte
11
 
Correcting: regeq( [ a, b ], Logarithmic, z ) should return a * ln(z) + b if regeq were Implemented
by Prof. Ricardo Duarte
12
2
Prof. Ricardo Duarte
webmasterpdx
Fix all scroll freezes
by Tugdual
When displaying a pretty heavy function and scroll with small impulses to leverage the "inertia" ... more
 
Critical bug
 
I sometimes get that too.
 
Is this already solved?
by Erwin Ried
3
6

RBRapha, RevenARTS, GustavoHM and 3 more

Color selector with individual values
by Erwin Ried
What's the point of a color selector with pixel resolution for a capacitive touchscreen? Add a fi... more
 
Would be nice to have this dialog in the program editor, to paste color constants.
by iconmaster
6

Prof. Ricardo Duarte, iconmaster, Jéssika Rocha and 3 more

Add a soft keyboard for CAS
by Ronaldo
In order to make things easier in CAS mode, a soft keyboard would be great, even if the tradeoff ... more
 
The only solution would have been if HP adopted a Larger Display in tradeoff of Less physical keys
 
Like Casio ClassPad Manager II FX CP-400, which allows for Horizontal or Vertical display mode
 
Or Texas TI-Nspire CX CAS with Full Alphanumeric physical keys of reduced dimension at the bottom
 
One of the Free [ Labels ] after [ Sto> ] & [ simplify ] could be used to Invoke a [ Soft ] Keyboard
by Prof. Ricardo Duarte
5
 
Due to space limitations a [ Scrollable ] 3 line virtual keyboard with 9 Keys per line would suffice
by Prof. Ricardo Duarte
5
 
Leaving room for 26 alpha keys + a [ Mode ] change key Alternating between alpha & special keyboards
by Prof. Ricardo Duarte
5
 
Like [ a b c d e f g h i ] [ j k l m n o p q r ] [ s t u v w x y z ] [ Mode ] for example
by Prof. Ricardo Duarte
5
 
With [ Mode ] key Alternating between lower & UPPER CASE, Special Symbols, Greek letter, Keyboards
by Prof. Ricardo Duarte
5
 
See also "Include [ expand ] [ factor ] [ exact ] as Touchscreen [ Buttons ] after [sto>] [simplif]"
by Prof. Ricardo Duarte
5
 
At [ http://www.hpcalc.org/details.php?id=7656 ] a Beta version of a Virtual Keyboard is presented
by Prof. Ricardo Duarte
3
2
Prof. Ricardo Duarte
Ronaldo
Linux support
by Stephen
6

G.Bianchi, C J Denman, Edperu and 3 more

Include [ matpow ] [ charpoly ] and [ ker ] in Math [ Matrix ] Advanced menu
by Prof. Ricardo Duarte
The Math [ Matrix ] Advanced menu Misses [ matpow ] [ charpoly ] and [ ker ] entries.
 
It also Misses [ basis ] and [ ibasis ] in Math [ Matrix ] Advanced menu
by Prof. Ricardo Duarte
15
 
A New menu Math Matrix [ Statistics ] could be Created, for holding [ correlation ] & [ covariance ]
by Prof. Ricardo Duarte
15
 
And Also a [ covariance_correlation ] entry under Math Matrix [ Statistics ]
by Prof. Ricardo Duarte
15
2
Prof. Ricardo Duarte
webmasterpdx
Include [ ztrans ] and [ invztrans ] in [ Transforms ] Calculus sub-menu
by Prof. Ricardo Duarte
The [ Transforms ] sub-menu under CAS [ Calculus ] includes entries for Laplace and FFT, missing ... more
 
HP Prime also lacks [ Fourier ] Transform implementation, which could be appended at Transforms menu
by Prof. Ricardo Duarte
18
 
CAS [ Calculus ] lacks [ Dirac ] and [ Heaviside ] functions which could be appended at [Transforms]
by Prof. Ricardo Duarte
17
3
Anders
Prof. Ricardo Duarte
webmasterpdx
Implement a regular expression interpreter/function as HPPPL language extension
by robocop
...according an accepted standard, e.g. IEEE POSIX or Perl. So a lot of tasks of a specific probl... more
 
probably CAS comes already with an adequate parser/interpreter that could be extended and exported?
by robocop
1
 
Regex is very powerful, and would make string operations a LOT faster.
by iconmaster
1
5

Leo Chang, iconmaster, Prof. Ricardo Duarte and 2 more

Also Allow [ Sorting ] of Ideas by [ Newest Date ] order, If Tricider System offer Resources for So
by Prof. Ricardo Duarte
It would be interesting if Ideas on this Tricision could also be [ Sorted ] not only by Relevance... more
 
See Also " For this list: add a column "What HP has implemented" by Bart
by Prof. Ricardo Duarte
3
 
by Prof. Ricardo Duarte
3
 
And in General [ http://www.hpmuseum.org/forum/forum-5.html ] at The Museum of HP Calculators
by Prof. Ricardo Duarte
3
 
Other Option would be for Registered Users [ Subscribe to Updates ] which may Solve up the question!
by Prof. Ricardo Duarte
2
 
[ Support for GRAD ] now [ Implemented ] on New Firmware Version (10077) released 2016/04/14
by Prof. Ricardo Duarte
2
 
Fixed BUG "Distinct [ diff ] and slanted [d] operators Results for [ More ] than 1 Variable"
by Prof. Ricardo Duarte
2
 
See Also "New [ Firmware ] Version (10077) Released 2016/04/14"
by Prof. Ricardo Duarte
2
 
Another Suggestion would be to Allow a Bit [ More ] Time of Top Visibility for recent [ New ] ideas
by Prof. Ricardo Duarte
1
 
And Also an Option to Fully [ Expand ] All [ Ideas ] on the Left Pane allowing Full Page MHT Backups
by Prof. Ricardo
1
1
Prof. Ricardo Duarte
HPPPL: Optional functions arguments
by Erwin Ried
Simple way to add support for polymorphism, any parameter in the end with a default value is an o... more
 
This might mess the speed of the function calls (so maybe it can be limited for exported funcs only)
by Erwin Ried
1
 
Use lists as last argument
by Xsetset
1
 
The HPPPL compiler can optimize it more, since it would be var use rather than list use. Thus faster
by iconmaster
6

John Vahedi, iconmaster, Mauricio and 3 more

More comms programming ability.
by webmasterpdx
To add our own wifi/usb hardware, like sound, etc..
 
Would be best with C compiler...
by webmasterpdx
5

Leo Chang, Prof. Ricardo Duarte, robocop and 2 more

Image support for "Explorer" apps
by Erwin Ried
Adding a background image to the Explorer apps will allow the users the users to match some natur... more
 
This could be implemented in a simplistic way: Plot setup show png files from AFiles, x, y, opacity
by Erwin Ried
5

webmasterpdx, Cappies, Arno K and 2 more

Provide usage of external storage (e.g. SD-Card reader/writer, USB-Stick adapter) through USB Port
by robocop
to backup/restore the Prime's memory and to keep other prime objects on it (compare HP50g)
 
One of the Real [ Missing ] features, available on HP50g, which would be [ Great ] to have on Prime!
by Prof. Ricardo Duarte
16
4

Bernard Michaud, Prof. Duarte, C J Denman and 1 more

add a setting to keep home.Ans and CAS.Ans syncronized.
by hpfx
this option could be in settings , at least it would inform user about the fact there are *two* Ans.
 
much easier for begginers
by hpfx
1
 
It would be even better to have [ Full ] Ans History access like Ans(1), Ans(2),... like HP50 & TI89
by Prof. Ricardo Duarte
7
 
See "Allow [ Full ] Ans [ History ] backward Access by Ans(1), Ans(2), ..., Ans(n) like HP50 & TI89"
by Prof. Ricardo Duarte
8
3
hpfx
Prof. Ricardo Duarte
robocop
Paste directly without showing the menu
by Erwin Ried
When there is only one item to paste, the paste menu does not make any sense. It usually does not... more
 
Removes the possibility to clear the clipboard with only one entry
by Erwin Ried
3
 
Cut, copy and paste can work too with ON+X, ON+C and ON+V
by Erwin Ried
2
5

iconmaster, ttw, Erwin Ried and 2 more

When you Run a program from Program List, don't restrict input of parameters to numeric variables.
by BobKrohn
I think this is a BUG
5

robocop, ttw, Xsetset and 2 more

Improved integer base handling. Less keystrokes
by Angus
A hp42 like behaviour is beneficial for low level coding. If not wanted or possible a possibility... more
5

robocop, ndzied1, RBRapha and 2 more

Implement Closed Form [ 3rd ] & [ 4th ] Degree Polynomial Solutions on HP Prime [ solve ] command
by Prof. Ricardo Duarte
HP Prime [ solve ] command does not check to see if the equation to be solved is a 3rd or 4th Deg... more
 
At least Implement [ Closed Form ] 3rd & 4th polynomial solvers like [ cubic ] and [ quartic ]
by Prof. Ricardo Duarte
19
 
See Also " Port [ reverse_rsolve ] Giac feature to HP Prime "
by Prof. Ricardo Duarte
18
 
& Implement [ Closed Form ] summations of negative powers in terms of [ Psi ] and [ PSI ] functions
by Prof. Ricardo Duarte
3
1
Prof. Ricardo Duarte
Change field with taps
by Erwin Ried
When user is entering some data, you can't tap another field. This is not intuitive, the input sh... more
 
This actually was removed due to have UNIVERSAL negative feedback. People accidentally tapped
by TW
3
 
If the caret position, selection and data is restored, there is no way to get undesired behaviours
by Erwin Ried
2
 
2TW: For accidental taps make confirmation "DO YOU WANT TO SAVE YOUR EDIT ?"
by Xsetset
1
4

Xsetset, RevenARTS, Erwin Ried and 1 more

add a way to type := in CAS mode (assign it to a softkey on CAS mode for example)
by hpfx
 
we use ":=" to define function like "f(x):=2*x" but it's annoying to use 4 keytrokes for that...
by hpfx
2
4

robocop, Xsetset, unbedingt and 1 more

improve keyboard (colouring)
by Stephen
 
It would be interesting to know if this issue has been Improved on the [ New ] Hardware Version B
1
4

Xsetset, MikeW, Jean-Michel and 1 more

Add one level of Font size to at least 50g level
I use Casio Prizm instead of TI-Nspire and HP Prime because I can't see the print.
 
Thought I was the only one.
1
 
Buttons can be memorized so small print isn't such an issue. Small print on screen different.
by Jesse Stone
 
See Also: " Implement HP 50 [ Text ] View feature in Show Last Command Mode "
by Prof. Ricardo Duarte
3
3
Aron
RBRapha
robocop
Allow users to extend the CAS Advanced Functions by library's written in C.
by Colm
 
The Ti NSpire can do it. The CAS extension library's could be written in GNU C++ or Python.
by Colm
10
3
Prof. Ricardo Duarte
robocop
Xsetset
Implement [ Periodic ] Decimal [ Digit ] input like CASIO fx-115 ES Plus
by Prof. Ricardo Duarte
CASIO fx-115 ES Plus provides a Dedicated key for the input of [ Periodic ] Decimal Digits, retur... more
 
See also "Implement [ QR Code ] ScreenCaps like CASIO FX-991EX allowing Transfers to Other Devices"
by Prof. Ricardo Duarte
17
 
See Also "Implement an indicator for periodic decimals like on CASIO FX-991" by Robocop
by Prof. Ricardo Duarte
15
1
Prof. Ricardo Duarte
Allow exact value answers in home screen.
Just because you don't have CAS functionality, doesn't mean you should always have to settle for ... more
 
Radicals and irrational constants could be returned in answers.
 
exact() and approx() force answer type. Perhaps add option to default return type for home screen?
1
 
See Also " Include [expand] [factor] [exact] as Touchscreen [ Buttons ] after [sto>] and [simplif] "
by Prof. Ricardo Duarte
6
2
pwarmuth
ttw
Add GOTO/LABEL construct
by iconmaster
Hey! I'm the guy writing a language that compiles to HPPPL! If there was a system for GOTO and LA... more
 
For those who lived in the Good Old Past HP's Golden Era, GOTO's & LABEL's was ALL that one Dreamed!
by Prof. Ricardo Duarte
1
 
And the ONLY available constructs at that time, and real Programs with "P" were do indeed written...
by Prof. Ricardo Duarte
2
 
The UTMOST resource was INDIRECT Adressing introduced on HP-67 & 97 by the "magical" (i) keys !
by Prof. Ricardo Duarte
1
2
iconmaster
Prof. Ricardo Duarte
What's New - HP Prime [ Virtual Calculator ] Software Build 2016 12 08 Rev (11226)
by Prof. Ricardo Duarte
According to Tim Wessman ( TW ) at [ http://www.hpmuseum.org/forum/thread-7420.html ] No associat... more
 
Official HP [ Release Notes ] by Tim Wessman at [ http://www.hpmuseum.org/forum/thread-7420.html ]
by Prof. Ricardo Duarte
1
 
See Also
1
 
HP Prime [ Virtual Calculator ] Software Build 2016 12 08 Rev (11226) [ Officially ] Released by HP
by Prof. Ricardo Duarte
1
2
Duarte
Prof. Ricardo
BUG - Numbers in program name
by BobKrohn
Program name with a number is not processed properly. ex. A2B is interpreted as A*2*B. Should... more
 
I stumbled across this problem, too. Happens no matter what app. You get the usual generic error msg
by Manuel Lohmann
3
Manuel Lohmann
robocop
ThomasS_
Merge Home and CAS
by Tom Lake
 
Only having one set of functions and variables to keep track of is more efficient.
by Tom Lake
 
See Also " Make CAS mode and Numeric (Home) mode work seamlessly (or remove Home) " by Stefan
1
 
xCas and HPPPL are actually 2 100% different systems, internally. Merging them would be impossible.
by iconmaster
 
One could work only in CAS if an optional FLAG to AutoConvert all Results to FLOAT were implemented
by Prof. Ricardo Duarte
1
2
Pedrohega
WattSekunde
Allow everyone* to edit the language files
by Erwin Ried
Calculator is a mess in a non-English language, post the resource files in a wiki or something so... more
 
Reduces the costs of each calculator update
by Erwin Ried
 
May lead to leaks in functionality (translators will know possible 'secret' strings from new stuff)
by Erwin Ried
2
 
Opens positive discussion possibilities related with the used terminology in the device
by Erwin Ried
1
 
Against HP Policy. No non-approved sources. Someone puts in a joke? Political statement? etc.
by TW
3
3
Erwin Ried
mandresve
RBRapha
Use the hardware platform for a professional rpl/rpn calculator
by RLS43185
3
Kalle
robocop
ttw
Program Editor with context sensitive auto complete functionality supported by dropdown list
by robocop
If possible extendable by self learning and by user managed word list
3
Bob Krohn
Erwin Ried
robocop
ToolBox - when displaying User functions, Alphabetize the list.
by BobKrohn
Should follow the setting you made in Program List I think this is a BUG
3
BobKrohn
RBRapha
Xsetset
add FOREACH command for programs
by hpfx
proposed syntax : FOREACH L1 AS var; // do something with var END;
 
modern language now have such iterator tool to ease list walkthrough.
by hpfx
2
 
such command can also access by reference to each item, and then make it powerfull.
by hpfx
3
 
Creative use of MAKELIST is always faster than HPPPL loop constructs anyways, so why bother?
by iconmaster
1
2
Prof. Ricardo Duarte
robocop
No unneeded trailing zeros in eng-format
by Angus
Readability and productivity would be increased in practice by a minor change. The argumenta... more
 
1.2e3 could be 1,200 (with any setting) and 1,205 w/ 1 or 2 decimal places set.
by RBRapha
1
3
Angus
mandresve
robocop
Command to pass command line to paser
by Angus
A command to have a returned string passed to the parser (e.g. after a user key) so that the key ... more
 
Expr() ?
by Xsetset
1
3
Angus
Basti
robocop
Alternative Unnofficial Download of 2016-04-14 Firmware and Emulator from Mediafire
For those still interested to give a try with more than double caution to HP 2016-04-14 Firmware ... more
 
CORRECT tiplanet.org/forum/viewtopic.php?t=18294 tiplanet.org/forum/viewtopic.php?t=18292
3
 
See Also " New [ Firmware ] Version (10077) Released "
1
1
PowerUser
Allow [ Full ] Ans [ History ] backward Access by Ans(1), Ans(2), ..., Ans(n) like HP50 & TI89
by Prof. Ricardo Duarte
Both HP Prime & TI Nspire lacks [ Full ] Ans [ History ] backward Access by Ans(1), Ans(2), ..., ... more
 
See Also " add a setting to keep home.Ans and CAS.Ans syncronized. " by hpfx
by Prof. Ricardo Duarte
18
1
Prof. Ricardo Duarte
the ability to easily use the CAS commands in a program
by dg1969
I mean for example : ... Local f; input (f); //ability to give symbolic expression return(lap... more
 
See Also " Change the way LOCAL variable declaration works. " by John P
1
2
fabila
Prof. Ricardo Duarte
Impliment carriage return for matrix/vector templates
Can we make data entry a little quicker? The comma key moves to the next entry to the right, but ... more
 
Would also be nice to have a key iterate through entry boxes in other templates as well.
2
pwarmuth
robocop
HPPPL: Automatic function declaration
by Erwin Ried
Auto-declare functions (for a pocket language does not make any sense to declare functions manually)
 
This can be done when exiting the editor
by Erwin Ried
2
Erwin Ried
tyann
Family curve in function APP
by dg1969
F1(X)=SIN( {2,3,5}*X) result in three plots Sin(x); sin(2*x) and sin(5*x) in a single entry or... more
 
See Also " Extend graphing and geometry apps to 3D " by Cappies
4
 
And DPGraph by David Parker at [ http://www.dpgraph.com/ ]
by Prof. Ricardo Duarte
4
1
Prof. Ricardo Duarte
OS independent firmware upgrades
by C J Denman
 
Getting very tired of dragging out an old Windoze just to reflash. My digital cameras can all do it.
by C J Denman
 
Steer firmware towards a more usable USB i/f. e.g. storage device: drop firmware in, then restart.
 
Could simplify backups for non-classroom users. No clunky application needed.
1
G.Bianchi
Make possible to use textbook notation in Notes
by Xsetset
Currently you can not insert matrix in Notes, it will put it in algebraic notation [[1,2],[3,4]].... more
 
Almost anyone would prefer to save Notes in natural notation. Especially the target audience !
by Xsetset
 
This is already possible using insert > 1.formula
2
robocop
Xsetset
Implement an indicator for periodic decimals like on CASIO FX-991
by robocop
 
See Also "Implement [ Periodic ] Decimal [ Digit ] input like CASIO fx-115 ES Plus"
by Prof. Ricardo Duarte
13
1
Prof. Ricardo Duarte
An Help system for custom programs (CAS and HPPPL)
by Salvo Micciché
Also custom programs (not only App, commands and Custom app) should have an Help system. In a pro... more
2
Leo Chang
Salvo Micciché
A 10 or more digit exponent.
by Michael Powell
I like to calculate the worlds largest prime number for example "(2^57885161)-1" That would be... more
 
It would make sense in Floating Point Exponent, since the Exact integer would have near 10^8 Digits
 
Even Maple / Mathematica would take a considerable time to Compute requiring a Vast Amount of Memory
 
In Floating Point the -1 would be totally Irrelevant as the mantissa would be truncated to 15 Digits
 
The only solution would be the Implementation of Giac [Longfloat] Library, allowing extended Digits
by Prof. Ricardo Duarte
5
2
Erwin Ried
Prof. Duarte
Implement symbolic constants
by Mattia
Writing quantum physics formulas is really difficult when the constants are inserted by their res... more
2
Mattia
Pedrohega
Serial I/O capabilities
by Erwin Ried
2
Leo Chang
robocop
Add option to define a matrix's size within the matrix editor.
Adding rows and columns individually through the soft menu gets rather tedious as the matrix grow... more
2
pwarmuth
robocop
BUG: Copy & Paste depends on Digit Grouping
by ThomasS_
see this thread: http://www.hpmuseum.org/forum/thread-4427.html Successful copying from Spreadsh... more
2
robocop
ThomasS_
Allow selection of font color and background color
by robocop
The existing Color Theme styles are very limited
2
C J Denman
robocop
Rendered Fonts
by robocop
Compare ClearType/TrueType or PS rendering, etc.
2
Erwin Ried
mandresve
Add a richtext editor to write notes quickly with some shortcut
by Gigiusone
2
paolo
robocop
Allow undefined identifiers
by robocop
Allow unknown identifiers in Home/RPN to be pushed onto stack (Enter) and put it automatically in... more
 
See Also " the ability to easily use the CAS commands in a program " by dg1969
 
And " Change the way LOCAL variable declaration works. " by John P
1
Prof. Ricardo Duarte
BUG: Custom functions Plot and START not called each start of a customized application.
by XSet
Own application is not own if it constantly aborted and started to execute procedures of ancestor... more
 
Critical BUG, brakes inheritance of built-in applications !
by Xsetset
1
1
Xsetset
Character recognition
by Jean-Michel
Take benefit of the tactile screen to allow the user to enter a computation line graphically and ... more
 
Do it urself as application. Not character, but gesture or stroke sequence recognition.
1
webmasterpdx
Port a free Editor with syntax highlighting; undo/redo; search/replace as an Application.
by Veli Pekka Nousiainen
Examples: http://fte.sourceforge.net/ http://akelpad.sourceforge.net/en/index.php It should ... more
1
Veli Pekka Nousiainen
RPL Stack=List as an Application? (later integrated) T0..9. Program starts with #RPL like #cas.
by Veli Pekka Nousiainen
Referring to a Stack is done by a Tag , e.g. :T5: SIN. Without a tag it's the current Stack se... more
1
<< RPL APPLICATION ***
Improve Isect-Intersection recall variable and function from Function App
by David González
I think Intersection function in the Function App needs some improvements, when an intersection i... more
1
undefined
Add lines number in the program editor (toggle option)
1
Adlenovich
Improve INPUT function for text inside box instead of below and add more widgets (slider, etc.).
by webmasterpdx
1
webmasterpdx
Vector operations similar to hp50 or hp48 (or even the ti89) ) should be added to the hp prime.
by Steve Ezzell
1
robocop
Backwards compatibility
by PeterN
Backwards compatibility feature for programs already written for older HP model calculators.
1
PeterN
Implement modern features in HPPPL
by Xsetset
Currently there are no ways to pass function to another function (u can in CAS mode, but it is 7 ... more
1
robocop
Make phasor notations and calculations an easy accessible window.
1
Pedrohega
Statistics Features: "between-values" for Normal_cdf & t_cdf, Boxplot that marks outliers
by Andrew Bressette
These features would be critical for any student taking AP Statistics in high school or an introd... more
1
Andrew Bressette
Copy to Clipboard
by robocop
It would be helpful to have an easy to handle possibility (or even automatic mode) to copy entrie... more
1
ThomasS_
Simplify variable handling
by robocop
Simplify the way (less keystrokes) how to define variables and store values in it in Home and CAS... more
1
robocop
Change the way LOCAL variable declaration works.
by John P
Change the way LOCAL variable declaration works. It is impossible to do indirect addressing tota... more
 
Better implement Lua like in TI Nspire, this PPL is poor version of BASIC w Pascal-like syntax.
by Xsetset
2
 
See Also " the ability to easily use the CAS commands in a program " by dg1969
1
0
Control of input parameters in prgms./fns.
by John P
To tell haw many input parameters were passed and modify the prgm./fn. behavior accordingly.
 
Benefit against optional arguments? (another request)
by Erwin Ried
1
robocop
modular arithmetic
by Antonio Filz
 
Lights Out Game Secret messages using Hill Codes
by Antonio Filz
0
Consistent syntax for BINOMIAL and BINOMIAL_CDF
 
Having the syntax for these be inconsistent is inconsistent with all the other distributions.
 
Is this already fixed?
by Erwin Ried
1
0
Add ways to control cursor and currently editing field or programmatically simulate user input
by Leo Chang
This is mainly for extending the functionality of User Key (and probably other things) so beside ... more
0
Add the ability to add pieces to the piecewise function, similar to adding to matrices.
0
C/C++ programming language have structures. HPPPL need to have this struct feature for some programs
0
Angle doesn't work correctly in degree mode
by ACM
For example solve(angle(100+i*x)=45°,x) gives back x = 1.37... while its obvious that it needs to... more
0
Allow navigation to and selection of soft menu buttons with the hardware cursor pad
by jtucker
I would propose using the left an right arrow buttons to navigate across the soft menu keys. And ... more
0
Implement Closed Source-Like apps
by mandresve
All programs written for HP Prime are open source-like, anyone can view edit and recompile apps w... more
0
HP 51g Emmulator for Prime hardware. Bring back the stack, soft keys and RPL.
by Tweaker
0
Implement "Engineer Symbol" and SI Prefix conversion
by Pedrohega
My casio scientific calculator can do things like multiplying 5M*1µ to return 5. When I do the sa... more
0
Save option in menu for VC state
by ebswift
VC edits can be lost in an unexpected shutdown. A save menu item under the Calculator menu can a... more
0
Allow units in the Solver app
by Chris
In my 48SX's solver, I can create use values with units and solve for a variable with the units i... more
0
Commands for message send and receive
by Erwinried
Similar to AFiles, it would be nice to access the chat/messages. AMessages and some function to s... more
0
Importing data into inference app screwy
by Mbeddo
When doing z-tests in the Inference app, there is the ability to import statistics from the Stati... more
0
Need slightly larger plot symbols on scatter plots
by Mbeddo
Currently need a microscope to see the points on a scatter plot. Having the option to make them j... more
0
Editable amortization table
by Dan Greil
The amortization table available through the Finance app is great but you can't edit the table an... more
0
RPL interpreter App
by robocop
...with own build-in stack and capable to read and execute objects in Programs catalog written in... more
0
implement a function to reset any app by code
by fabila
reset(spreadsheet);
0
Implicit differentiation on HP Prime.
by John P
Add implicit differentiation on HP Prime.
 
could you give an example?
by ThomasS_
 
implicit_diff(expression, var1, var2) is already implemmented on the catalog of functions
by Prof. Ricardo Duarte
14
0
Change the key label of +/- to CHS as a reminiscence to the old HPs
by robocop
 
Not intuitive
by Erwin Ried
5
 
This add nothing useful, but only problems
by Xsetset
4
 
Also [XEQ][CAT][x><y][Rv][CLx][LBL][GTO][GSB][RTN][(i)][ISG][DSZ][SST][BST][R/S][R><P][D><R][H><HMS]
7
0
Completely remove RPN mode
by Bart
RPN mode was probably added for legacy users and may be creating more problems than it's worth. ... more
 
This removes all the excitement for non-students to buy the calculator :/
by Erwin Ried
11
 
The stack can't be used effectively in programs anyway.
2
 
I disagree. An essential characteristic of HP calculators would be lost!
by robocop
8
 
RPN is Brilliant, and it makes HP calculators outstanding. Nothing 'Legacy' about it. Try it!
by Primal
7
 
The RPN system is the most efficient for calculations in general and especially in engineering.
by andre
5
 
I would give up engineering if RPN went away.
5
 
Human brains did not change during the last decades. It requires some time to notice the benefits
by Angus
5
 
RPN is far better when handling long expressions than any other method
by RBRapha
5
 
You crazy??!!!! RPN is the best thing ever in calculators. Do not take it off!
by Jess Rocks
5
 
Both Textbook and RPN have purpose. If you want to see your intermediate values RPN is superior.
by Dwayne A.
6
 
HP Calculators without RPN would simply Not be HP ! Those who dont want RPN go buy Texas / Casio ...
by Prof. Ricardo Duarte
11
 
Simpler to remove HP Prime at all as useless non-RPN HP Calculator as HP 39gii.
by Xsetset
4
 
A toolbox without tools ...is just a box!!!
by JanneF
5
 
Today calc resources allow them even to Build and present a Graphical view of a RPN Expression Tree
5
 
Its just a matter of a brave developer deciding to Implement such Graphical Tree Expression view
4
 
In the same style as the HP48 Equation Writer which allowed for a Graphical [ Expression ] Display
5
 
In parallel with the Newly Proposed Graphical RPN Expression ( evaluation ) [ Tree ] Display
4
 
See for Example TI-89 & Nspire part( ) function which "Extracts" all sub-expression tree levels
5
 
RPN is already a 2nd class citizen on the HP Prime. Just save us the memory space and get rid of it!
by iconmaster
4
 
All the negatives for this idea are just emotional drivel from people living in the past
5
 
And the single two Positives from unninformed NewAger's who have not lived at the HP's Golden Age !
2
 
One seldom comments that although being the SMARTEST in past it was also the EASIEST to implement !
1
 
The reason for which HP may have opted, due to the lack of resources at a time were "bits" counted !
1
2
iconmaster
John P

Comments

Ggg

Gy

Thu, Sep 8, 2022

essen

Best solution, and only one, to cure all known Prime issues would be to sell Prime with the full HP48 programming language in it. HP48 have all programming instructions needed. And are a genius. The HP company selected the wrong guy to manage their calculator department. If HP realized and changed, this would rise their calculator sales to enormous heights. The old far at the Prime forum has a huge responsibility why a change has not yet taken place, by these folks holding the Prime calculator as valuable.

essen

Thu, Mar 19, 2020

call support group

https://www.google.com/
<a onclick="return confirm('You try to open an external website which might contain malicious contents. Are you sure you want to open this site?');" href="https://www.google.com/">ding a ling</a>
[url=https://www.google.com]ding a ling[/url]
Google

Sat, Jun 29, 2019

https://www.tricider.com/brainstorming/2eKfifdjarx