Post Reply 
Python: another bug in paradise linalg.transpose()
02-08-2022, 08:11 PM
Post: #1
Python: another bug in paradise linalg.transpose()
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
Find all posts by this user
Quote this message in a reply
Post Reply 




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