HP Forums
QPI under HOME with complex elements Matrix; History bug - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: QPI under HOME with complex elements Matrix; History bug (/thread-10341.html)



QPI under HOME with complex elements Matrix; History bug - toshk - 03-18-2018 08:29 PM

[[1,5,0,2,5],[1,5,1,0.333333333333,6*i],[1,2,3,8,2*i]]
HOME;
pressing ab/c key rotation gives wrong history(Display) ans but right answer on command line.


RE: QPI under HOME with complex elements Matrix; History bug - Arno K - 03-18-2018 09:19 PM

Funny result.
Arno


RE: QPI under HOME with complex elements Matrix; History bug - Tim Wessman - 03-18-2018 10:51 PM

I haven't looked at it, but if you mean you see a "list of lists" as the display, this is expected at the moment. We don't have a symbolic matrix object yet for 2D display in home.


RE: QPI under HOME with complex elements Matrix; History bug - Arno K - 03-19-2018 06:06 AM

[attachment=5773]
No, the numbers displayed are meant.
Arno


RE: QPI under HOME with complex elements Matrix; History bug - Tim Wessman - 03-19-2018 05:14 PM

Thanks - yep, definitely a display issue here. QPI function output comes out as expected.

[EDIT] Fixed. Was just a missing "return" from the case where there is a complex number, but no complex component (or rather, one of complex component 0). What you are seeing is the "real only" put in, then the complex again right after that appended as well.