摘要: 1.准备工作: 代码中用到numpy和matplotlib,需要先安装这两个库 pip3 install numpypip3 install matplotlib 会用到的数学公式:(x^2+y^2-1)^3+x^2*y^3=0 2.编写代码: importnumpy asnp importmatp 阅读全文
posted @ 2019-03-13 23:05 gsd_tt 阅读(5003) 评论(0) 推荐(0) 编辑