python: how to implement a matrix as column1=x column2=x^2… columnP=x^p

前端 未结 0 1507
礼貌的吻别
礼貌的吻别 2020-12-29 03:03

I want to create a matrix that has as many columns as the given input. and those columns will be the powered values of the first array. for ex: array = [1,2,3]

相关标签:
回答
  • 消灭零回复
提交回复
热议问题