Matrices whose entries are polynomials

ⅰ亾dé卋堺 提交于 2020-01-05 12:23:49

问题


When using the sympy library, what is the most efficient way of operating with matrices whose entries are polynomials?

I tried both storing symbols and storing Poly instances as entries of a Matrix object. In each case, the performance that I get for operations like matrix multiplication seems to be an order of magnitude slower than what I get with sage.

来源:https://stackoverflow.com/questions/24931740/matrices-whose-entries-are-polynomials

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!