Hello, another BUG
CompSystems HP-Prime real tester =)
[HP-Prime xCAS] BUG: string command =(
|
|
« Next Oldest | Next Newest »
|
▼ ▼
Post: #3
09-09-2013, 03:12 PM
Hi Compsys what is this 'poly1'command ? I don't see this one in the catalog nor in documentation. All is fine with emulator without poly1
STRING([1,2])
idem with EXPR ...
[1,2,3] STRING(Ans) is also OK Edit Rev 5106
Edited: 9 Sept 2013, 3:27 p.m. ▼
Post: #4
09-09-2013, 10:16 PM
Hi Gilles Carpentier, how did you make this "screen capture"? I was trying to get the same results using HP Prime Emulator - Version 2013 8 13 Rev 5106, but I couldn't. I obtained the same bad results from the previous one. ▼
Post: #5
09-10-2013, 04:40 AM
I used the emulator with the same version and the "screen copy" option ... I tried with another PC and got the same (good) results ... Perhaps this have to do with some setting ? I don't use at all poly1 wich is not documented.
▼
Post: #6
09-10-2013, 07:17 AM
Please Gilles try a symbolic matrix [[ a, EE ],[ II, o ]] The poly1 prefix before container [] is used to differentiate a list of a list of coefficients analogously to sets set[] CAS author believe this feature to avoid the ambiguity between different data types, note that add polynomials of different dimensions zero adjustment is made to the left, while the right for lists sym2poly(3*x^3+4*x^2+5*x+6) [ENTER] return poly[ 3, 4, 5, 6 ] that is different from [ 3, 4, 5, 6 ] now string(Ans) "3,4,5,6" ??
Post: #7
09-10-2013, 01:15 PM
About STRING({1,2,3}),
Are not 'STRING' and 'string' the same thing in the HP Prime Emulator? take a look to this capture:
Moreover, I see the emulator is not "case sensitve" combined with the pc keyboard. Also I can see some problems using 'caps lock' key and the emulator. |