码迷,mamicode.com
首页 > 其他好文 > 详细

用 np.logspace() 创建等比数列

时间:2019-12-15 14:25:53      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:size   end   point   ber   none   cal   ace   red   enc   

np.logspace( start, stop, num=50, endpoint=True, base=10.0, dtype=None, axis=0, )

Docstring:

  Return numbers spaced evenly on a log scale.

  In linear space, the sequence starts at ``base ** start`` (`base` to the power of `start`) and ends with ``base ** stop``

(see `endpoint` below).

 

等比数列通项为:an  = a1 * qn-1

用 np.logspace() 创建等比数列

标签:size   end   point   ber   none   cal   ace   red   enc   

原文地址:https://www.cnblogs.com/shanger/p/12043959.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!