mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 10:09:26 +00:00
typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1204269 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
96e2ae350c
commit
6d877485ed
@ -68,7 +68,7 @@ import org.apache.commons.math.linear.RealMatrix;
|
||||
* computed from s<sub>1</sub>(n), s<sub>2</sub>(n) ... s<sub>k</sub>(n), the formula being exact
|
||||
* for degree k polynomials.
|
||||
* <pre>
|
||||
* s<sub>1</sub>(n-i) = s<sub>1</sub>(n) + ∑<sub>j</sub> j (-i)<sup>j-1</sup> s<sub>j</sub>(n)
|
||||
* s<sub>1</sub>(n-i) = s<sub>1</sub>(n) + ∑<sub>j>1</sub> j (-i)<sup>j-1</sup> s<sub>j</sub>(n)
|
||||
* </pre>
|
||||
* The previous formula can be used with several values for i to compute the transform between
|
||||
* classical representation and Nordsieck vector at step end. The transform between r<sub>n</sub>
|
||||
|
Loading…
x
Reference in New Issue
Block a user