학술논문

Generalization of the method of difference algorithm to predict the general term of any sequence
Document Type
Conference
Source
2021 5th International Conference on Electronics, Materials Engineering & Nano-Technology (IEMENTech) Electronics, Materials Engineering & Nano-Technology (IEMENTech), 2021 5th International Conference on. :1-3 Sep, 2021
Subject
Bioengineering
Communication, Networking and Broadcast Technologies
Components, Circuits, Devices and Systems
Computing and Processing
Engineered Materials, Dielectrics and Plasmas
Fields, Waves and Electromagnetics
Photonics and Electrooptics
Power, Energy and Industry Applications
Robotics and Control Systems
Signal Processing and Analysis
C languages
Tools
Programming
Prediction algorithms
Clanguage
programming
algorithm
method of difference
nth term of sequence
Language
ISSN
2767-9934
Abstract
In this paper, a C program is composed to find out the nth term of any sequence of 6 numbers entered by the user. The method of difference is used to compute the nth term of the sequence. The method of difference algorithm is implemented in the programming process. First variables are declared in the program. These variables will be used in the computation process. The program will take the input entered by the user and return the nth term of the sequence as the output of the program.