Column.getCoeff ()


Column.getCoeff ()

getCoeff(我)

从列中的单个项检索系数。

返回值:

指数项的系数在列。

使用示例:

col = Column([1.0, 2.0], [c0, c1]) print(col. getcoeff (1))