... fig.gca() ax.contour(xx1,xx2,xx1**2 + xx2**2 - 1,colors='k',levels=[0]) ... maxit = 2 while not converged: ax.plot(x[0],x[1],marker='o',color='red') p ...
確定! 回上一頁