HP Forums

Full Version: QPI under HOME with complex elements Matrix; History bug
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[[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.
Funny result.
Arno
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.
[attachment=5773]
No, the numbers displayed are meant.
Arno
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.
Reference URL's