The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





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 


Messages In This Thread
Python: another bug in paradise linalg.transpose() - Guenter Schink - 02-08-2022 08:11 PM



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