nested_sequence_display_test


nested_sequence_display_test, an Octave code which calls nested_sequence_display(), which displays a set of sequences, as lines of X values, stacked up in the Y direction. For cases where sequences share a value, a red vertical line is drawn to highlight this.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

nested_sequence_display, an Octave code which displays a set of nested sequences.

Source Code:

CC is a set of files containing Clenshaw Curtis rules, with an "exponential" growth rule.

GH is a set of files containing Gauss Hermite abscissas, with a linear growth rule.

GL is a set of files containing Gauss Legendre abscissas, with an "exponential" growth rule.

NCO is a set of files containing Newton Cotes Open abscissas, with a "linear" growth rule.

SCC is a set of files containing Clenshaw Curtis rules, with an "slow exponential" growth rule.


Last revised on 22 September 2024.