On Fri, Apr 2, 2010 at 10:46 AM, Charles R Harris wrote:
> On Fri, Apr 2, 2010 at 11:27 AM, David Goldsmith
> wrote:
>
>> Also:
>>
>> >>> c.deriv(0)
>> Chebyshev([ 1.], [-1., 1.])
>> >>> c.integ(0)
>>
>> Traceback (most recent call last):
>> File "", line 1, in
>> File "", line 441, in int
On Fri, Apr 2, 2010 at 10:42 AM, Charles R Harris wrote:
>
> On Thu, Apr 1, 2010 at 7:42 PM, David Goldsmith
> wrote:
>
>> >>> np.version.version
>> '1.4.0'
>> >>> c = np.polynomial.chebyshev.Chebyshev(1)
>> >>> c.deriv(1.0)
>> Chebyshev([ 0.], [-1., 1.])
>> >>> c.integ(1.0)
>> Traceback (most
On Fri, Apr 2, 2010 at 11:27 AM, David Goldsmith wrote:
> On Thu, Apr 1, 2010 at 6:42 PM, David Goldsmith
> wrote:
>
>> >>> np.version.version
>> '1.4.0'
>> >>> c = np.polynomial.chebyshev.Chebyshev(1)
>> >>> c.deriv(1.0)
>> Chebyshev([ 0.], [-1., 1.])
>> >>> c.integ(1.0)
>> Traceback (most rece
On Thu, Apr 1, 2010 at 7:42 PM, David Goldsmith wrote:
> >>> np.version.version
> '1.4.0'
> >>> c = np.polynomial.chebyshev.Chebyshev(1)
> >>> c.deriv(1.0)
> Chebyshev([ 0.], [-1., 1.])
> >>> c.integ(1.0)
> Traceback (most recent call last):
> File "", line 1, in
> File "", line 441, in inte
On Thu, Apr 1, 2010 at 6:42 PM, David Goldsmith wrote:
> >>> np.version.version
> '1.4.0'
> >>> c = np.polynomial.chebyshev.Chebyshev(1)
> >>> c.deriv(1.0)
> Chebyshev([ 0.], [-1., 1.])
> >>> c.integ(1.0)
> Traceback (most recent call last):
> File "", line 1, in
> File "", line 441, in inte
>>> np.version.version
'1.4.0'
>>> c = np.polynomial.chebyshev.Chebyshev(1)
>>> c.deriv(1.0)
Chebyshev([ 0.], [-1., 1.])
>>> c.integ(1.0)
Traceback (most recent call last):
File "", line 1, in
File "", line 441, in integ
File "C:\Python26\lib\site-packages\numpy\polynomial\chebyshev.py", li