The dynamical behavior of a two-dimensional continuous time dynamical system describing by a prey predator model is investigated. By means of constructing suitable Lyapunov functional, sufficient condition is derived for the global asymptotic stability of the positive equilibrium of the system. The Hopf bifurcation analysis is carried out. The numerical simulations are used to study the effect of periodic forcing in two different parameters. The results of simulations show that the model under the effects of periodic forcing in two different parameters, with or without phase difference, could exhibit chaotic dynamics for realistic and biologically feasible parametric values.
Abstract
The research aims to identify the nature of the relationship between the level of debt used and economic value added of companies listed on the Iraq Stock Exchange under the Contrast sizes of these companies , The research addressed the theoretical concepts associated with each of the debt financing , economic added value and Organization size With the use of financial techniques in the practical side to measure these variables, The research community Represent of the shareholding companies listed on the Iraq Stock Exchange with a choice of intentionally sample of 24 joint stock companies representing 
... Show MoreIn this research, the covariance estimates were used to estimate the population mean in the stratified random sampling and combined regression estimates. were compared by employing the robust variance-covariance matrices estimates with combined regression estimates by employing the traditional variance-covariance matrices estimates when estimating the regression parameter, through the two efficiency criteria (RE) and mean squared error (MSE). We found that robust estimates significantly improved the quality of combined regression estimates by reducing the effect of outliers using robust covariance and covariance matrices estimates (MCD, MVE) when estimating the regression parameter. In addition, the results of the simulation study proved
... Show MoreA simplified parallel key was presented in this work for the Taxa of Stackys L. wildly grown in Iraq. Three records within this genus were newly recorded to our country in the present work and they are S. kermanshahansis Rech S. setifera C.A. Mey. subsp setifera, S. setifera ssp iranica (Reck.) The characteristics of these new records were also given with some representative specimens.
The research aims to design an electronic program that allows users to assess the possibility of different practices for projects management professional according to the PMBOK methodology)) and using the requirements Data mentioned in the "knowledge and experience in project management Evaluation guide" issued by the professional Institute of project management According to the results of this program will be electronic The possible classification of project management in terms of both (proficiency_ perform tasks) as less than the desired level or within or above average in terms of best practices, and finally a number of recommendations to overcome the possible shortcomings. The most important is the need to enrich the service
... Show MoreSUMMARY. The objectives of the present study were to assess the possible predictors of COVID-19 severity and duration of hospitalization and to identify the possible correlation between patient parameters, disease severity and duration of hospitalization. The study included retrospective medical record extraction of previous coron avirus COVID-19 patients in Basra hospitals, Iraq from March 1st and May 31st, 2020. The information of the participants was investigated anonymously. All the patients’ characteristics, treatments, vital signs and laboratory tests (hematological, renal and liver function tests) were collected. The analysis was conducted using the SPSS (version 22, USA). Spearman correlation was used to measure the relations
... Show MoreThe oil and gas production industry is considered the most important industries in the modern world because of its large relative significance among the group of energy recourses required for the world, where the natural resources represent the oil and natural gas fields, phosphate, gold, coal, forests and others. The most important advantage of the natural resources is its need for huge financial investments for a relatively long period of time from the beginning of the work until the start of extracting natural resources. Also, there are numerous cases where the natural source is not feasible exploited economically and is not discovered until after the passage of a long period of time from the start of work and paying relatively high a
... Show MoreAt the beginning of the nineties increased responsibility of the auditor to the community as the demand for auditing the environmental performance for the economic units in addition to audit the financial performance. With the aim of preserving the environment and reducing the damagse as aresult of the negative effects of the activities of these units.
The researh deal with two sides the first one identifies the theoretical framework of the concept of environmental audits, requirements, methods, types of procedures, and duties of the auditor in conducting environmental audits. It also deals with the concept of the enviro
... Show MoreDue to the Geographical links, language is one of the multiple affects among Arabs and Turks. As the different studies demonstrate, Turkish contains many words derived from other languages, yet Arabic remains the language that has great affects on Turkish. Unlike Turkish language, Arabic is a derivative language that requires no suffixes. Thus, Arabic verbs are tuned into Turkish verbs by adding auxiliary verbs. The present study traces some of the Turkish compound words of Arabic roots with an explanation that shows the Auxiliary added to form the Turkish verb as found in the stories of Otman Chevek Sawy’s Like A voice in the Dark. The conclusion sums up the findings of the study illustrated by numbers.
Özet<
... Show MoreA skip list data structure is really just a simulation of a binary search tree. Skip lists algorithm are simpler, faster and use less space. this data structure conceptually uses parallel sorted linked lists. Searching in a skip list is more difficult than searching in a regular sorted linked list. Because a skip list is a two dimensional data structure, it is implemented using a two dimensional network of nodes with four pointers. the implementation of the search, insert and delete operation taking a time of upto . The skip list could be modified to implement the order statistic operations of RANKand SEARCH BY RANK while maintaining the same expected time. Keywords:skip list , parallel linked list , randomized algorithm , rank.