Number sequence calculator to find the nth term of arithmetic, geometric, and Fibonacci sequences. The calculator also finds the sum of the terms of a sequence.
- Download the ZIP file of this repository.
- Upload the /arithmetic-geometric-sequence-calculator-master/ folder to the /wp-content/plugins/ directory.
- Activate the Arithmetic and Geometric Sequence Calculator plugin through the "Plugins" menu in WordPress.
- Add the shortcode
[ci_arithmetic_geometric_sequence_calculator]
to your page, post or sidebar. - Or add the following code:
<?php display_ci_arithmetic_geometric_sequence_calculator(); ?>
to your template where you would like the Arithmetic and Geometric Sequence Calculator to appear.