Thread Closed 
bug report with prefix set[ ] & list[]
11-03-2018, 01:27 AM (This post was last modified: 11-03-2018 07:15 PM by compsystems.)
Post: #1
bug report with prefix set[ ] & list[]
Hello, Users and Developer group of the famous hp-prime calculator
Sorry for my technical english.


Step by step to show in detail where the problem arises.

Step 1: please enter

PHP Code:
symb2poly3*x^-
[enter] show on history view [3, 0, -9] // ok,
does not matter if the 'poly1' prefix is not displayed.

Step 2: then press
[up key] then [copy] (previous output) [enter] shows the true output expression, that is, with the poly1 prefix

PHP Code:
poly130, -
// ok

Since it is different list[ 3, 0, -9 ] to poly1[ 3, 0, -9 ] or set[ 3, 0, -9 ] when it is operated.
for example:

PHP Code:
30, -] * [ 30, -
[enter] returns 90 // ok Interpreted as a dot product (vectors)

PHP Code:
poly130, -] * poly1,0, -
[enter] returns poly1[ 9, 0, -54, 0, 81 ] // ok

PHP Code:
poly130, -]  .* poly130, -
[enter] returns poly1[ 9, 0, 81 ] // ok

in the most recent firmware version

Step 1: Enter
PHP Code:
solve3*x^-6*-0
[enter] returns [ -1, 3 ]

Step 2:
but [up key] then [copy] -1,3 this is a pair not a list, the containers [] are lost
-1,3 + 6 returns [ -1,9 ] // bug, because the container is not incorporated

in XCas shows on worksheet [ -1, 3 ] and with copy [ctrl+c] as list[ -1, 3 ] //ok

the prefix list[ ] must be preserved and can be displayed as [] or {} (it is indifferent on the history view), but the important thing is to keep the internal prefix when it is carried to the entry line




Another case, the information (entry) is also lost in sets.

Step 1: previous firmware (no beta). Enter
PHP Code:
seta,ca
[enter] show on history view [ a, b ,c ] // ok

Step 2: then press
[up key][up key] (previous entry) then [copy] shows the true input expression, that is, with the prefix SET
PHP Code:
setabca
[enter] set[ a, b ,c ] // ok


Step 1: current firmware
PHP Code:
seta,,,
[enter] show on history view [ a, b ,c ] // ok

Step 2:
[up key][up key](previous entry) then [copy]
PHP Code:
{abcac
[enter] { a, b, c, a, c } // bug this is not a set, because the prefix was lost and he no longer interprets it as a set


Please hpp-team recover the previous prefix operation set[] and list[], taking into account that if an operation returns a list, add the prefix list[] as in xCAS

Thanks

JaiMeza
Find all posts by this user
Thread Closed 


Messages In This Thread
bug report with prefix set[ ] & list[] - compsystems - 11-03-2018 01:27 AM
RE: bugs: prefix[ ] lost - eried - 11-03-2018, 09:20 AM
RE: - compsystems - 11-03-2018, 06:52 PM
Please be kind - Gene - 11-04-2018, 06:12 PM



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