Numpy Array學(xué)習(xí)筆記

創(chuàng)建數(shù)組
包含:
1.利用數(shù)組及數(shù)組的嵌套
2.用常量填充數(shù)組? ?ones? zeros? full? empty(必須賦值后使用)? fill
3.用增量序列填充數(shù)組? ?arange? llinspace(默認(rèn)包含結(jié)束值)? logspace(類似linspace)
4.meshgrid數(shù)組
5.用其他數(shù)組的shape 和 dtype 屬性創(chuàng)建數(shù)組,通常會(huì)自定義函數(shù)使用
6.創(chuàng)建對(duì)角線為1或?qū)蔷€根據(jù)已知一維數(shù)組? 可偏移的矩陣? identity? eye diag
? ?plus:使用一些函數(shù)的可選參數(shù)
標(biāo)簽: