File:Complexairybiglyph.png

From specialfunctionswiki
Jump to: navigation, search
Complexairybiglyph.png(250 × 250 pixels, file size: 52 KB, MIME type: image/png)
#!/usr/bin/python
import numpy as np
import matplotlib.pyplot as plt
from mpmath import *
from pylab import rcParams

rcParams['figure.figsize'] = 2.5, 2.5

cplot(lambda x: airybi(x),[-10,10],[-10,10],points=400000,verbose=True)
plt.savefig('complexairybiglyph.png')

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current06:44, 16 May 2016Thumbnail for version as of 06:44, 16 May 2016250 × 250 (52 KB)Tom (talk | contribs)Category:Airybiglyph <pre>#!/usr/bin/python import numpy as np import matplotlib.pyplot as plt from mpmath import * from pylab import rcParams rcParams['figure.figsize'] = 2.5, 2.5 cplot(lambda x: airybi(x),[-10,10],[-10,10],points=400000,verbose...
  • You cannot overwrite this file.

There are no pages that link to this file.

Metadata