
Program Library
Program NameDescription
After inputting sequence terms 1, 2, and 3, this program determines whether it is an arithmetic sequence or geometric sequence based on the differences and ratios of the terms.
Purpose
This program determines whether a specific sequence is an arithmetic sequence or geometric sequence.
Example 1 5, 10, 15, ... Arithmetic sequence
Example 2 5, 10, 20, ... Geometric sequence
20050401