Difference between revisions of "File:Complexarccosine.png"

From specialfunctionswiki
Jump to: navigation, search
(Category:Arccosineglyph <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: acos(x),[-2,2],[-2,2],points=400000,verbose=Tr...)
 
(No difference)

Latest revision as of 04:05, 26 February 2016

#!/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: acos(x),[-2,2],[-2,2],points=400000,verbose=True)
plt.savefig('complexarccosineglyph.png')

File history

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

Date/TimeThumbnailDimensionsUserComment
current04:05, 26 February 2016Thumbnail for version as of 04:05, 26 February 2016194 × 194 (148 KB)Tom (talk | contribs)Category:Arccosineglyph <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: acos(x),[-2,2],[-2,2],points=400000,verbose=Tr...
  • You cannot overwrite this file.

There are no pages that link to this file.

Metadata