File: Scientific_10.html

package info (click to toggle)
python-scientific 2.2-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,368 kB
  • ctags: 2,396
  • sloc: python: 6,468; ansic: 3,643; xml: 3,596; makefile: 79; sh: 27
file content (23 lines) | stat: -rw-r--r-- 874 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<a name="Module:Scientific.Functions.Polynomial"><h1>Module Scientific.Functions.Polynomial</h1></a>

<hr width=70%>
<a name="Class:Scientific.Functions.Polynomial.Polynomial"><h2>Class Polynomial: Multivariate polynomial</h2></a>

<p>Instances of this class represent polynomials of any order and
in any number of variables. They can be evaluated like functions.</p>

<p>Constructor: Polynomial(<i>coefficients</i>), where <i>coefficients</i> is
an array whose dimension defines the number of variables and whose
length along each axis defines the order in the corresponding
variable.
</p>

<b>Methods:</b><br>
<ul>
<li> <b><i>derivative</i></b>(<i>variable</i>=<tt>0</tt>)
<p>Returns the derivative with respect to <i>variable</i>.</p>

<li> <b><i>integral</i></b>(<i>variable</i>=<tt>0</tt>)
<p>Returns the indefinite integral with respect to <i>variable</i>.</p>

</ul>