使用dataframe.hist()或series.hist()函数绘制直方图
import numpy as np
import pandas as pd
from matplotlib import pyplot as plt.dfpd.DataFrame(data{type:[A,A,A,A,A,A,A,A,A,A,B,B,B,B,B,B,B,B,B,B],value:[2,3,3,4,4,4,4,5,5,6,5,6,6,7,7,7,7,8,8,9]
})
serpd.Serie…
积性函数定义 若gcd(p,q)1,有f(p*q)f(p)*f(q),则f(x)是积性函数
其中规定f(1)1,对于积性函数有:所有的积性函数都可以用筛法求出
常见的积性函数有欧拉函数和莫比乌斯函数
筛法求莫比乌斯函数 const int N 1e9 5;
const int …