SlideShare a Scribd company logo
1 of 18
Download to read offline
International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014
DOI:10.5121/ijitca.2014.4302 7
POLYNOMIAL EVALUATIONS IN
ENGINEERING
Khier Benmahammed1
, Saeed badran2
and Bassam Kourdi2
1
Department of electronics, LSI, University Ferhat Abbas Setif, 19000 Setif,
Algeria.
2
Electrical engineering department at Al Baha University, Al Baha, Saudia Arabia.
Senior Member, IEEE
ABSTRACT
Techniques for the evaluation of complex polynomials with one and two variables are
introduced.Polynomials arise in may areas such as control systems, image and signal processing, coding
theory,electrical networks, etc., and their evaluations are time consuming. This paper introduces new
evaluationalgorithms that are straightforward with fewer arithmetic operations and a fast matrix
exponentiation technique.
Keywords:
Complex polynomial, mapping, polynomial arithmetic, one or two variables, control systems, fast matrix
exponentiation.
1. INTRODUCTION
Polynomials play an important role in almost all areas of engineering. Polynomials have wielded
an enormous influence on the development of mathematics, since ancient times. Now-days,
polynomial models are ubiquitous and widely used across the sciences. They arise in robotics,
coding theory, control systems, electrical networks, image and signal processing, mathematical
biology, computer vision, game theory, statistics, and numerous other areas. In the last few
decades, a tremendous improvements in microelectronics technology have led to an advancement
in microprocessors which in their turn have increased the availability of low cost personal
computers. The personal computers have had multiplicative effects on a number of areas such as
control systems, signal processing, etc.. However, at the beginning, many of the personal
computers had compilers without the capability of complex arithmetic. Recent developments in
computer software for computation have revolutionized the aforementioned fields. Formerly
inaccessible problems are now tractable, providing fertile ground for simulations. This is a paper
about the use of polynomials in engineering. We can do justice to only very small part of the
subject and we confine most of our attention to the polynomial evaluation on a point of the
complex plane. However, as the paper requires some basic notions of complex analysis, we have
concentrated in the first two sections on building some theoretical foundations. Among which a
International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014
8
mapping from the complex variable domain to the skew symmetric matrix domain is studied and
used in combination with the Horner technique to develop polynomial evaluation algorithms.
These algorithms do not involve any complex arithmetic and require fewer floating point
arithmetic operations than the conventional techniques. Furthermore, the algorithms can be used
in the stability analysis of linear continuous time invariant systems. Following similar arguments
as before, one can develop algorithms for the two variable polynomials. If the system is given in
its state space representation, then using the Leverrier Faddeva algorithm, one can compute the
transfer function. In this system framework, one often needs to calculate a matrix to a certain
power. The latter operation is time consuming. Therefore, we have also provided a fast matrix
exponentiation algorithm. The paper is structured as follows: the third section introduces the key
concepts of complex variables needed in the forthcoming sections. The fourth section is devoted
to the development of the real polynomial evaluation. The fifth section is focused on the
generalization of the previously developed algorithm to include the complex polynomials. The
sections six and seven are devoted to the arithmetics of a polynomial with its complex conjugate.
The arithmetic operations, including the addition, subtraction, multiplication and division, and the
differentiation of a polynomial evaluated at a given point on a complex plane, are often used in
variety of areas, namely the adaptive robust optimal control and signal processing.The section
eight shows how the algorithms introduced in the previous sections can be in control systems.The
algorithms are used in the computation of the system frequency response. The latter is needed in
order to draw the Bode plots or the Nyquist plot in the system stability analysis. In this section, a
fast matrix exponentiation technique for a very large exponents is also introduced. Finally,
section nine, devoted to the generalization of the previous techniques, presents an algorithm for
the evaluation of 2 D polynomials.
International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014
9
2. NOTIONS OF COMPLEX VARIABLES
International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014
10
International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014
11
3. POLYNOMIALS WITH REAL COEFFICIENTS
International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014
12
4. POLYNOMIALS WITH COMPLEX COEFFICIENTS
International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014
13
International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014
14
5. ARITHMETIC OF COMPLEX POLYNOMIALS
6. DERIVATIVE OF A POLYNOMIAL
International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014
15
7. APPLICATIONS AND MATRIX EXPONENTIATION
International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014
16
International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014
17
International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014
18
International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014
19
Notice that the use of equations (76), (77) and (78) requires the computation of a matrix to a
certain power. The matrix exponentiation is very important subject in control, image and signal
processing. Thusif the exponent of the matrix exponentiation is large enough, the calculation
becomes tedious. Therefore,a technique of conversion from a binary number to an integer is used
to develop a fast algorithm for the computation of a matrix exponentiation. The method of
conversion is given as follows:
8. TWO DIMENSIONAL POLYNOMIALS
The algorithms given in [4] and repeated in the previous sections will be extended to the two
dimensional case. Although, a vast quantity of results has been found for the one variable
polynomial, relatively fewer of these results can be extended to the two variables case. The most
serious problem in the generalization of the one variable techniques to the two variable
counterpart, is the fact that there is no fundamental theorem of algebra for polynomials in two
independent variables.
Consider the linear continuous time invariant two dimensional (2D) system described by the
transfer function
International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014
20
International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014
21
International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014
22
International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014
23
International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014
24
9. CONCLUSION
In this paper, we have introduced algorithms for the evaluation of complex polynomials with one
and two variables which can used for the stability analysis of linear continuous time invariant
systems. We have also presented a fast matrix exponentiation technique. These algorithms require
fewer arithmetic operations than the existing techniques.
REFERENCES
[1] J. W. Brown and R. V. Churchill, Complex variables and its applications. McGraw Hill 7th edition,
New York 2003.
[2] G. Strang, Linear algebra and its applications. 4th edition, Thomson Brooks/Cole, Belmont California
2006.
[3] C. T. Chen, Linear system theory and design. Holt Reinhart and Winston, New York 1984.
[4] K. Benmahammed, Complex polynomials and control systems, Proceedings of the first IEEE
Conference on Control Applications,Vol.2, pp. 677 - 681, 1992. DOI: 10.1109/CCA.1992.269766.

More Related Content

What's hot

IRJET - Airplane Crash Analysis and Prediction using Machine Learning
IRJET - Airplane Crash Analysis and Prediction using Machine LearningIRJET - Airplane Crash Analysis and Prediction using Machine Learning
IRJET - Airplane Crash Analysis and Prediction using Machine LearningIRJET Journal
 
A robust algorithm based on a failure sensitive matrix for fault diagnosis of...
A robust algorithm based on a failure sensitive matrix for fault diagnosis of...A robust algorithm based on a failure sensitive matrix for fault diagnosis of...
A robust algorithm based on a failure sensitive matrix for fault diagnosis of...IJMER
 
IRJET- A Comparative Research of Rule based Classification on Dataset using W...
IRJET- A Comparative Research of Rule based Classification on Dataset using W...IRJET- A Comparative Research of Rule based Classification on Dataset using W...
IRJET- A Comparative Research of Rule based Classification on Dataset using W...IRJET Journal
 
Predicting and visualizing the heart diseases by machine learning algorithms ...
Predicting and visualizing the heart diseases by machine learning algorithms ...Predicting and visualizing the heart diseases by machine learning algorithms ...
Predicting and visualizing the heart diseases by machine learning algorithms ...KannanRamasamy25
 
Data mining-for-prediction-of-aircraft-component-replacement
Data mining-for-prediction-of-aircraft-component-replacementData mining-for-prediction-of-aircraft-component-replacement
Data mining-for-prediction-of-aircraft-component-replacementSaurabh Gawande
 
Neural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank System
Neural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank SystemNeural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank System
Neural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank SystemISA Interchange
 
Analysis of intelligent system design by neuro adaptive control
Analysis of intelligent system design by neuro adaptive controlAnalysis of intelligent system design by neuro adaptive control
Analysis of intelligent system design by neuro adaptive controliaemedu
 
Analysis of intelligent system design by neuro adaptive control no restriction
Analysis of intelligent system design by neuro adaptive control no restrictionAnalysis of intelligent system design by neuro adaptive control no restriction
Analysis of intelligent system design by neuro adaptive control no restrictioniaemedu
 

What's hot (9)

IRJET - Airplane Crash Analysis and Prediction using Machine Learning
IRJET - Airplane Crash Analysis and Prediction using Machine LearningIRJET - Airplane Crash Analysis and Prediction using Machine Learning
IRJET - Airplane Crash Analysis and Prediction using Machine Learning
 
A robust algorithm based on a failure sensitive matrix for fault diagnosis of...
A robust algorithm based on a failure sensitive matrix for fault diagnosis of...A robust algorithm based on a failure sensitive matrix for fault diagnosis of...
A robust algorithm based on a failure sensitive matrix for fault diagnosis of...
 
IRJET- A Comparative Research of Rule based Classification on Dataset using W...
IRJET- A Comparative Research of Rule based Classification on Dataset using W...IRJET- A Comparative Research of Rule based Classification on Dataset using W...
IRJET- A Comparative Research of Rule based Classification on Dataset using W...
 
Predicting and visualizing the heart diseases by machine learning algorithms ...
Predicting and visualizing the heart diseases by machine learning algorithms ...Predicting and visualizing the heart diseases by machine learning algorithms ...
Predicting and visualizing the heart diseases by machine learning algorithms ...
 
20320140502002
2032014050200220320140502002
20320140502002
 
Data mining-for-prediction-of-aircraft-component-replacement
Data mining-for-prediction-of-aircraft-component-replacementData mining-for-prediction-of-aircraft-component-replacement
Data mining-for-prediction-of-aircraft-component-replacement
 
Neural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank System
Neural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank SystemNeural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank System
Neural Network-Based Actuator Fault Diagnosis for a Non-Linear Multi-Tank System
 
Analysis of intelligent system design by neuro adaptive control
Analysis of intelligent system design by neuro adaptive controlAnalysis of intelligent system design by neuro adaptive control
Analysis of intelligent system design by neuro adaptive control
 
Analysis of intelligent system design by neuro adaptive control no restriction
Analysis of intelligent system design by neuro adaptive control no restrictionAnalysis of intelligent system design by neuro adaptive control no restriction
Analysis of intelligent system design by neuro adaptive control no restriction
 

Viewers also liked

Data clustering using kernel based
Data clustering using kernel basedData clustering using kernel based
Data clustering using kernel basedIJITCA Journal
 
A C OMPREHENSIVE S URVEY O N P ERFORMANCE A NALYSIS O F C HAOTIC C OLOU...
A C OMPREHENSIVE  S URVEY  O N P ERFORMANCE  A NALYSIS  O F  C HAOTIC  C OLOU...A C OMPREHENSIVE  S URVEY  O N P ERFORMANCE  A NALYSIS  O F  C HAOTIC  C OLOU...
A C OMPREHENSIVE S URVEY O N P ERFORMANCE A NALYSIS O F C HAOTIC C OLOU...IJITCA Journal
 
Introducing the Concept of Back-Inking as an Efficient Model for Document Ret...
Introducing the Concept of Back-Inking as an Efficient Model for Document Ret...Introducing the Concept of Back-Inking as an Efficient Model for Document Ret...
Introducing the Concept of Back-Inking as an Efficient Model for Document Ret...IJITCA Journal
 
PROTOTYPE APPLICATION IN ANDROID PLATFORM FOR SYSTEM ADMINISTRATION OF HPC ...
PROTOTYPE APPLICATION IN ANDROID  PLATFORM FOR SYSTEM  ADMINISTRATION OF HPC ...PROTOTYPE APPLICATION IN ANDROID  PLATFORM FOR SYSTEM  ADMINISTRATION OF HPC ...
PROTOTYPE APPLICATION IN ANDROID PLATFORM FOR SYSTEM ADMINISTRATION OF HPC ...IJITCA Journal
 
Introducing the concept of information pixels and the sipa (storing informati...
Introducing the concept of information pixels and the sipa (storing informati...Introducing the concept of information pixels and the sipa (storing informati...
Introducing the concept of information pixels and the sipa (storing informati...IJITCA Journal
 
C OMPREHENSIVE S URVEY O N P ERFORMANCE A NALYSIS O F C HAOTIC C OLOUR...
 C OMPREHENSIVE  S URVEY  O N P ERFORMANCE  A NALYSIS  O F  C HAOTIC  C OLOUR... C OMPREHENSIVE  S URVEY  O N P ERFORMANCE  A NALYSIS  O F  C HAOTIC  C OLOUR...
C OMPREHENSIVE S URVEY O N P ERFORMANCE A NALYSIS O F C HAOTIC C OLOUR...IJITCA Journal
 
DEVELOPMENT OF AN AUTONOMOUS Y4 COPTER
DEVELOPMENT OF AN AUTONOMOUS Y4 COPTERDEVELOPMENT OF AN AUTONOMOUS Y4 COPTER
DEVELOPMENT OF AN AUTONOMOUS Y4 COPTERIJITCA Journal
 
Increase productivity and absorption of reactive power for power station with...
Increase productivity and absorption of reactive power for power station with...Increase productivity and absorption of reactive power for power station with...
Increase productivity and absorption of reactive power for power station with...IJITCA Journal
 
Xml document probabilistic
Xml document probabilisticXml document probabilistic
Xml document probabilisticIJITCA Journal
 
The development of product distribution
The development of product distributionThe development of product distribution
The development of product distributionIJITCA Journal
 

Viewers also liked (10)

Data clustering using kernel based
Data clustering using kernel basedData clustering using kernel based
Data clustering using kernel based
 
A C OMPREHENSIVE S URVEY O N P ERFORMANCE A NALYSIS O F C HAOTIC C OLOU...
A C OMPREHENSIVE  S URVEY  O N P ERFORMANCE  A NALYSIS  O F  C HAOTIC  C OLOU...A C OMPREHENSIVE  S URVEY  O N P ERFORMANCE  A NALYSIS  O F  C HAOTIC  C OLOU...
A C OMPREHENSIVE S URVEY O N P ERFORMANCE A NALYSIS O F C HAOTIC C OLOU...
 
Introducing the Concept of Back-Inking as an Efficient Model for Document Ret...
Introducing the Concept of Back-Inking as an Efficient Model for Document Ret...Introducing the Concept of Back-Inking as an Efficient Model for Document Ret...
Introducing the Concept of Back-Inking as an Efficient Model for Document Ret...
 
PROTOTYPE APPLICATION IN ANDROID PLATFORM FOR SYSTEM ADMINISTRATION OF HPC ...
PROTOTYPE APPLICATION IN ANDROID  PLATFORM FOR SYSTEM  ADMINISTRATION OF HPC ...PROTOTYPE APPLICATION IN ANDROID  PLATFORM FOR SYSTEM  ADMINISTRATION OF HPC ...
PROTOTYPE APPLICATION IN ANDROID PLATFORM FOR SYSTEM ADMINISTRATION OF HPC ...
 
Introducing the concept of information pixels and the sipa (storing informati...
Introducing the concept of information pixels and the sipa (storing informati...Introducing the concept of information pixels and the sipa (storing informati...
Introducing the concept of information pixels and the sipa (storing informati...
 
C OMPREHENSIVE S URVEY O N P ERFORMANCE A NALYSIS O F C HAOTIC C OLOUR...
 C OMPREHENSIVE  S URVEY  O N P ERFORMANCE  A NALYSIS  O F  C HAOTIC  C OLOUR... C OMPREHENSIVE  S URVEY  O N P ERFORMANCE  A NALYSIS  O F  C HAOTIC  C OLOUR...
C OMPREHENSIVE S URVEY O N P ERFORMANCE A NALYSIS O F C HAOTIC C OLOUR...
 
DEVELOPMENT OF AN AUTONOMOUS Y4 COPTER
DEVELOPMENT OF AN AUTONOMOUS Y4 COPTERDEVELOPMENT OF AN AUTONOMOUS Y4 COPTER
DEVELOPMENT OF AN AUTONOMOUS Y4 COPTER
 
Increase productivity and absorption of reactive power for power station with...
Increase productivity and absorption of reactive power for power station with...Increase productivity and absorption of reactive power for power station with...
Increase productivity and absorption of reactive power for power station with...
 
Xml document probabilistic
Xml document probabilisticXml document probabilistic
Xml document probabilistic
 
The development of product distribution
The development of product distributionThe development of product distribution
The development of product distribution
 

Similar to Polynomial evaluations in

Principal component analysis based approach for fault diagnosis in pneumatic ...
Principal component analysis based approach for fault diagnosis in pneumatic ...Principal component analysis based approach for fault diagnosis in pneumatic ...
Principal component analysis based approach for fault diagnosis in pneumatic ...eSAT Publishing House
 
Modeling the enablers for implementing ict enabled wireless control in industry
Modeling the enablers for implementing ict enabled wireless control in industryModeling the enablers for implementing ict enabled wireless control in industry
Modeling the enablers for implementing ict enabled wireless control in industryIAEME Publication
 
Evaluation of matcont bifurcation w jason picardo
Evaluation of matcont bifurcation   w jason picardoEvaluation of matcont bifurcation   w jason picardo
Evaluation of matcont bifurcation w jason picardoFatima Muhammad Saleem
 
Ieeepro techno solutions 2013 ieee embedded project microcontroller-based r...
Ieeepro techno solutions   2013 ieee embedded project microcontroller-based r...Ieeepro techno solutions   2013 ieee embedded project microcontroller-based r...
Ieeepro techno solutions 2013 ieee embedded project microcontroller-based r...srinivasanece7
 
Sensor Fault Detection in IoT System Using Machine Learning
Sensor Fault Detection in IoT System Using Machine LearningSensor Fault Detection in IoT System Using Machine Learning
Sensor Fault Detection in IoT System Using Machine LearningIRJET Journal
 
Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...
Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...
Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...dbpublications
 
IRJET- Anomaly Detection System in CCTV Derived Videos
IRJET- Anomaly Detection System in CCTV Derived VideosIRJET- Anomaly Detection System in CCTV Derived Videos
IRJET- Anomaly Detection System in CCTV Derived VideosIRJET Journal
 
Stock Market Prediction using Long Short-Term Memory
Stock Market Prediction using Long Short-Term MemoryStock Market Prediction using Long Short-Term Memory
Stock Market Prediction using Long Short-Term MemoryIRJET Journal
 
A WORKSPACE SIMULATION FOR TAL TR-2 ARTICULATED ROBOT
A WORKSPACE SIMULATION FOR TAL TR-2 ARTICULATED ROBOT A WORKSPACE SIMULATION FOR TAL TR-2 ARTICULATED ROBOT
A WORKSPACE SIMULATION FOR TAL TR-2 ARTICULATED ROBOT IAEME Publication
 
Enhancing Time Series Anomaly Detection: A Hybrid Model Fusion Approach
Enhancing Time Series Anomaly Detection: A Hybrid Model Fusion ApproachEnhancing Time Series Anomaly Detection: A Hybrid Model Fusion Approach
Enhancing Time Series Anomaly Detection: A Hybrid Model Fusion ApproachIJCI JOURNAL
 
A General Framework for Electronic Circuit Verification
A General Framework for Electronic Circuit VerificationA General Framework for Electronic Circuit Verification
A General Framework for Electronic Circuit VerificationIRJET Journal
 
SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...
SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...
SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...ijistjournal
 
TRAFFIC LIGHT PRIORITY FOR EMERGENCY VEHICLE
TRAFFIC LIGHT PRIORITY FOR EMERGENCY VEHICLETRAFFIC LIGHT PRIORITY FOR EMERGENCY VEHICLE
TRAFFIC LIGHT PRIORITY FOR EMERGENCY VEHICLEIRJET Journal
 
Artificial Neural Network Based Load Forecasting
Artificial Neural Network Based Load ForecastingArtificial Neural Network Based Load Forecasting
Artificial Neural Network Based Load ForecastingIRJET Journal
 
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNINGA SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNINGIRJET Journal
 
Data-Driven Hydrocarbon Production Forecasting Using Machine Learning Techniques
Data-Driven Hydrocarbon Production Forecasting Using Machine Learning TechniquesData-Driven Hydrocarbon Production Forecasting Using Machine Learning Techniques
Data-Driven Hydrocarbon Production Forecasting Using Machine Learning TechniquesIJCSIS Research Publications
 
Empowering anomaly detection algorithm: a review
Empowering anomaly detection algorithm: a reviewEmpowering anomaly detection algorithm: a review
Empowering anomaly detection algorithm: a reviewIAESIJAI
 
FUNCTION PROJECTIVE SYNCHRONIZATION OF NEW CHAOTIC REVERSAL SYSTEMS
FUNCTION PROJECTIVE SYNCHRONIZATION OF NEW CHAOTIC REVERSAL SYSTEMSFUNCTION PROJECTIVE SYNCHRONIZATION OF NEW CHAOTIC REVERSAL SYSTEMS
FUNCTION PROJECTIVE SYNCHRONIZATION OF NEW CHAOTIC REVERSAL SYSTEMSijcseit
 
FUNCTION PROJECTIVE SYNCHRONIZATION OF NEW CHAOTIC REVERSAL SYSTEMS
FUNCTION PROJECTIVE SYNCHRONIZATION OF NEW CHAOTIC REVERSAL SYSTEMSFUNCTION PROJECTIVE SYNCHRONIZATION OF NEW CHAOTIC REVERSAL SYSTEMS
FUNCTION PROJECTIVE SYNCHRONIZATION OF NEW CHAOTIC REVERSAL SYSTEMSijcseit
 

Similar to Polynomial evaluations in (20)

Principal component analysis based approach for fault diagnosis in pneumatic ...
Principal component analysis based approach for fault diagnosis in pneumatic ...Principal component analysis based approach for fault diagnosis in pneumatic ...
Principal component analysis based approach for fault diagnosis in pneumatic ...
 
Modeling the enablers for implementing ict enabled wireless control in industry
Modeling the enablers for implementing ict enabled wireless control in industryModeling the enablers for implementing ict enabled wireless control in industry
Modeling the enablers for implementing ict enabled wireless control in industry
 
Evaluation of matcont bifurcation w jason picardo
Evaluation of matcont bifurcation   w jason picardoEvaluation of matcont bifurcation   w jason picardo
Evaluation of matcont bifurcation w jason picardo
 
Ieeepro techno solutions 2013 ieee embedded project microcontroller-based r...
Ieeepro techno solutions   2013 ieee embedded project microcontroller-based r...Ieeepro techno solutions   2013 ieee embedded project microcontroller-based r...
Ieeepro techno solutions 2013 ieee embedded project microcontroller-based r...
 
Sensor Fault Detection in IoT System Using Machine Learning
Sensor Fault Detection in IoT System Using Machine LearningSensor Fault Detection in IoT System Using Machine Learning
Sensor Fault Detection in IoT System Using Machine Learning
 
Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...
Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...
Analysis and Modeling of PID and MRAC Controllers for a Quadruple Tank System...
 
IRJET- Anomaly Detection System in CCTV Derived Videos
IRJET- Anomaly Detection System in CCTV Derived VideosIRJET- Anomaly Detection System in CCTV Derived Videos
IRJET- Anomaly Detection System in CCTV Derived Videos
 
Stock Market Prediction using Long Short-Term Memory
Stock Market Prediction using Long Short-Term MemoryStock Market Prediction using Long Short-Term Memory
Stock Market Prediction using Long Short-Term Memory
 
A WORKSPACE SIMULATION FOR TAL TR-2 ARTICULATED ROBOT
A WORKSPACE SIMULATION FOR TAL TR-2 ARTICULATED ROBOT A WORKSPACE SIMULATION FOR TAL TR-2 ARTICULATED ROBOT
A WORKSPACE SIMULATION FOR TAL TR-2 ARTICULATED ROBOT
 
Enhancing Time Series Anomaly Detection: A Hybrid Model Fusion Approach
Enhancing Time Series Anomaly Detection: A Hybrid Model Fusion ApproachEnhancing Time Series Anomaly Detection: A Hybrid Model Fusion Approach
Enhancing Time Series Anomaly Detection: A Hybrid Model Fusion Approach
 
A General Framework for Electronic Circuit Verification
A General Framework for Electronic Circuit VerificationA General Framework for Electronic Circuit Verification
A General Framework for Electronic Circuit Verification
 
SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...
SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...
SYSTEM IDENTIFICATION AND MODELING FOR INTERACTING AND NON-INTERACTING TANK S...
 
TRAFFIC LIGHT PRIORITY FOR EMERGENCY VEHICLE
TRAFFIC LIGHT PRIORITY FOR EMERGENCY VEHICLETRAFFIC LIGHT PRIORITY FOR EMERGENCY VEHICLE
TRAFFIC LIGHT PRIORITY FOR EMERGENCY VEHICLE
 
Artificial Neural Network Based Load Forecasting
Artificial Neural Network Based Load ForecastingArtificial Neural Network Based Load Forecasting
Artificial Neural Network Based Load Forecasting
 
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNINGA SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
A SURVEY ON BLOOD DISEASE DETECTION USING MACHINE LEARNING
 
Data-Driven Hydrocarbon Production Forecasting Using Machine Learning Techniques
Data-Driven Hydrocarbon Production Forecasting Using Machine Learning TechniquesData-Driven Hydrocarbon Production Forecasting Using Machine Learning Techniques
Data-Driven Hydrocarbon Production Forecasting Using Machine Learning Techniques
 
Empowering anomaly detection algorithm: a review
Empowering anomaly detection algorithm: a reviewEmpowering anomaly detection algorithm: a review
Empowering anomaly detection algorithm: a review
 
Hz3414691476
Hz3414691476Hz3414691476
Hz3414691476
 
FUNCTION PROJECTIVE SYNCHRONIZATION OF NEW CHAOTIC REVERSAL SYSTEMS
FUNCTION PROJECTIVE SYNCHRONIZATION OF NEW CHAOTIC REVERSAL SYSTEMSFUNCTION PROJECTIVE SYNCHRONIZATION OF NEW CHAOTIC REVERSAL SYSTEMS
FUNCTION PROJECTIVE SYNCHRONIZATION OF NEW CHAOTIC REVERSAL SYSTEMS
 
FUNCTION PROJECTIVE SYNCHRONIZATION OF NEW CHAOTIC REVERSAL SYSTEMS
FUNCTION PROJECTIVE SYNCHRONIZATION OF NEW CHAOTIC REVERSAL SYSTEMSFUNCTION PROJECTIVE SYNCHRONIZATION OF NEW CHAOTIC REVERSAL SYSTEMS
FUNCTION PROJECTIVE SYNCHRONIZATION OF NEW CHAOTIC REVERSAL SYSTEMS
 

More from IJITCA Journal

The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...IJITCA Journal
 
2 nd International Conference on Soft Computing, Data mining and Data Scienc...
2 nd International Conference on Soft Computing, Data mining and Data  Scienc...2 nd International Conference on Soft Computing, Data mining and Data  Scienc...
2 nd International Conference on Soft Computing, Data mining and Data Scienc...IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...IJITCA Journal
 
International Journal of Information Technology, Control and Automation (IJITCA)
International Journal of Information Technology, Control and Automation (IJITCA)International Journal of Information Technology, Control and Automation (IJITCA)
International Journal of Information Technology, Control and Automation (IJITCA)IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...IJITCA Journal
 
International Journal of Information Technology, Control and Automation (IJITCA)
International Journal of Information Technology, Control and Automation (IJITCA)International Journal of Information Technology, Control and Automation (IJITCA)
International Journal of Information Technology, Control and Automation (IJITCA)IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...IJITCA Journal
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...IJITCA Journal
 
International Journal of Information Technology, Control and Automation (IJITCA)
International Journal of Information Technology, Control and Automation (IJITCA)International Journal of Information Technology, Control and Automation (IJITCA)
International Journal of Information Technology, Control and Automation (IJITCA)IJITCA Journal
 

More from IJITCA Journal (20)

The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
2 nd International Conference on Soft Computing, Data mining and Data Scienc...
2 nd International Conference on Soft Computing, Data mining and Data  Scienc...2 nd International Conference on Soft Computing, Data mining and Data  Scienc...
2 nd International Conference on Soft Computing, Data mining and Data Scienc...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
International Journal of Information Technology, Control and Automation (IJITCA)
International Journal of Information Technology, Control and Automation (IJITCA)International Journal of Information Technology, Control and Automation (IJITCA)
International Journal of Information Technology, Control and Automation (IJITCA)
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
International Journal of Information Technology, Control and Automation (IJITCA)
International Journal of Information Technology, Control and Automation (IJITCA)International Journal of Information Technology, Control and Automation (IJITCA)
International Journal of Information Technology, Control and Automation (IJITCA)
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...The International Journal of Information Technology, Control and Automation (...
The International Journal of Information Technology, Control and Automation (...
 
International Journal of Information Technology, Control and Automation (IJITCA)
International Journal of Information Technology, Control and Automation (IJITCA)International Journal of Information Technology, Control and Automation (IJITCA)
International Journal of Information Technology, Control and Automation (IJITCA)
 

Recently uploaded

Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 

Recently uploaded (20)

Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 

Polynomial evaluations in

  • 1. International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014 DOI:10.5121/ijitca.2014.4302 7 POLYNOMIAL EVALUATIONS IN ENGINEERING Khier Benmahammed1 , Saeed badran2 and Bassam Kourdi2 1 Department of electronics, LSI, University Ferhat Abbas Setif, 19000 Setif, Algeria. 2 Electrical engineering department at Al Baha University, Al Baha, Saudia Arabia. Senior Member, IEEE ABSTRACT Techniques for the evaluation of complex polynomials with one and two variables are introduced.Polynomials arise in may areas such as control systems, image and signal processing, coding theory,electrical networks, etc., and their evaluations are time consuming. This paper introduces new evaluationalgorithms that are straightforward with fewer arithmetic operations and a fast matrix exponentiation technique. Keywords: Complex polynomial, mapping, polynomial arithmetic, one or two variables, control systems, fast matrix exponentiation. 1. INTRODUCTION Polynomials play an important role in almost all areas of engineering. Polynomials have wielded an enormous influence on the development of mathematics, since ancient times. Now-days, polynomial models are ubiquitous and widely used across the sciences. They arise in robotics, coding theory, control systems, electrical networks, image and signal processing, mathematical biology, computer vision, game theory, statistics, and numerous other areas. In the last few decades, a tremendous improvements in microelectronics technology have led to an advancement in microprocessors which in their turn have increased the availability of low cost personal computers. The personal computers have had multiplicative effects on a number of areas such as control systems, signal processing, etc.. However, at the beginning, many of the personal computers had compilers without the capability of complex arithmetic. Recent developments in computer software for computation have revolutionized the aforementioned fields. Formerly inaccessible problems are now tractable, providing fertile ground for simulations. This is a paper about the use of polynomials in engineering. We can do justice to only very small part of the subject and we confine most of our attention to the polynomial evaluation on a point of the complex plane. However, as the paper requires some basic notions of complex analysis, we have concentrated in the first two sections on building some theoretical foundations. Among which a
  • 2. International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014 8 mapping from the complex variable domain to the skew symmetric matrix domain is studied and used in combination with the Horner technique to develop polynomial evaluation algorithms. These algorithms do not involve any complex arithmetic and require fewer floating point arithmetic operations than the conventional techniques. Furthermore, the algorithms can be used in the stability analysis of linear continuous time invariant systems. Following similar arguments as before, one can develop algorithms for the two variable polynomials. If the system is given in its state space representation, then using the Leverrier Faddeva algorithm, one can compute the transfer function. In this system framework, one often needs to calculate a matrix to a certain power. The latter operation is time consuming. Therefore, we have also provided a fast matrix exponentiation algorithm. The paper is structured as follows: the third section introduces the key concepts of complex variables needed in the forthcoming sections. The fourth section is devoted to the development of the real polynomial evaluation. The fifth section is focused on the generalization of the previously developed algorithm to include the complex polynomials. The sections six and seven are devoted to the arithmetics of a polynomial with its complex conjugate. The arithmetic operations, including the addition, subtraction, multiplication and division, and the differentiation of a polynomial evaluated at a given point on a complex plane, are often used in variety of areas, namely the adaptive robust optimal control and signal processing.The section eight shows how the algorithms introduced in the previous sections can be in control systems.The algorithms are used in the computation of the system frequency response. The latter is needed in order to draw the Bode plots or the Nyquist plot in the system stability analysis. In this section, a fast matrix exponentiation technique for a very large exponents is also introduced. Finally, section nine, devoted to the generalization of the previous techniques, presents an algorithm for the evaluation of 2 D polynomials.
  • 3. International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014 9 2. NOTIONS OF COMPLEX VARIABLES
  • 4. International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014 10
  • 5. International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014 11 3. POLYNOMIALS WITH REAL COEFFICIENTS
  • 6. International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014 12 4. POLYNOMIALS WITH COMPLEX COEFFICIENTS
  • 7. International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014 13
  • 8. International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014 14 5. ARITHMETIC OF COMPLEX POLYNOMIALS 6. DERIVATIVE OF A POLYNOMIAL
  • 9. International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014 15 7. APPLICATIONS AND MATRIX EXPONENTIATION
  • 10. International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014 16
  • 11. International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014 17
  • 12. International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014 18
  • 13. International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014 19 Notice that the use of equations (76), (77) and (78) requires the computation of a matrix to a certain power. The matrix exponentiation is very important subject in control, image and signal processing. Thusif the exponent of the matrix exponentiation is large enough, the calculation becomes tedious. Therefore,a technique of conversion from a binary number to an integer is used to develop a fast algorithm for the computation of a matrix exponentiation. The method of conversion is given as follows: 8. TWO DIMENSIONAL POLYNOMIALS The algorithms given in [4] and repeated in the previous sections will be extended to the two dimensional case. Although, a vast quantity of results has been found for the one variable polynomial, relatively fewer of these results can be extended to the two variables case. The most serious problem in the generalization of the one variable techniques to the two variable counterpart, is the fact that there is no fundamental theorem of algebra for polynomials in two independent variables. Consider the linear continuous time invariant two dimensional (2D) system described by the transfer function
  • 14. International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014 20
  • 15. International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014 21
  • 16. International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014 22
  • 17. International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014 23
  • 18. International Journal of Information Technology, Control and Automation (IJITCA) Vol.4, No.3, July 2014 24 9. CONCLUSION In this paper, we have introduced algorithms for the evaluation of complex polynomials with one and two variables which can used for the stability analysis of linear continuous time invariant systems. We have also presented a fast matrix exponentiation technique. These algorithms require fewer arithmetic operations than the existing techniques. REFERENCES [1] J. W. Brown and R. V. Churchill, Complex variables and its applications. McGraw Hill 7th edition, New York 2003. [2] G. Strang, Linear algebra and its applications. 4th edition, Thomson Brooks/Cole, Belmont California 2006. [3] C. T. Chen, Linear system theory and design. Holt Reinhart and Winston, New York 1984. [4] K. Benmahammed, Complex polynomials and control systems, Proceedings of the first IEEE Conference on Control Applications,Vol.2, pp. 677 - 681, 1992. DOI: 10.1109/CCA.1992.269766.