HP Forums

Full Version: Python: another bug in paradise linalg.transpose()
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Paradise is nice working Python on the Prime - so to say heaven.
Hell is the ... bugs
here is another one:
  • transpose([[1, 2, 3], [4, 5, 6]])
  • gives [[1.0, 4.0] , [3.0, 2.0] , [5.0, 6.0]]
  • should be [1, 4], [2, 5][3, 6]]
Xcas, HOME and CAS have it correct. Any correction in sight? Changing integers to reals is a mere inconvenience.

Günter
Reference URL's