15.12.2012 Views

scipy tutorial - Baustatik-Info-Server

scipy tutorial - Baustatik-Info-Server

scipy tutorial - Baustatik-Info-Server

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

SciPy Reference Guide, Release 0.8.dev<br />

See also:<br />

splprep, splrep, sproot, spalde, splev - evaluation, roots, integral bisplrep, bisplev - bivariate splines UnivariateSpline,<br />

BivariateSpline - an alternative wrapping<br />

Notes:<br />

of the FITPACK functions<br />

Gaffney P.W.<br />

[The calculation of indefinite integrals of b-splines]<br />

1. Inst. Maths Applics 17 (1976) 37-41.<br />

Dierckx P.<br />

[Curve and surface fitting with splines, Monographs on] Numerical Analysis, Oxford University<br />

Press, 1993.<br />

sproot(tck, mest=10)<br />

Find the roots of a cubic B-spline.<br />

Description:<br />

Inputs:<br />

Given the knots (>=8) and coefficients of a cubic B-spline return the roots of the spline.<br />

tck – A length 3 sequence describing the given spline (See splev).<br />

The number of knots must be >= 8. The knots must be a montonically increasing sequence.<br />

mest – An estimate of the number of zeros (Default is 10).<br />

Outputs: (zeros, )<br />

zeros – An array giving the roots of the spline.<br />

See also:<br />

splprep, splrep, splint, spalde, splev - evaluation, roots, integral bisplrep, bisplev - bivariate splines UnivariateSpline,<br />

BivariateSpline - an alternative wrapping<br />

of the FITPACK functions<br />

spalde(x, tck)<br />

Evaluate all derivatives of a B-spline.<br />

Description:<br />

Inputs:<br />

Given the knots and coefficients of a cubic B-spline compute all derivatives up to order k at a point<br />

(or set of points).<br />

tck – A length 3 sequence describing the given spline (See splev). x – A point or a set of points at<br />

which to evaluate the derivatives.<br />

Outputs: (results, )<br />

Note that t(k)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!