Objective: To determine the correlation between the second derivative of digital pulse wave and the QT variability index. Method: The cross-sectional study was conducted from October 2021 to May 2022 at the Department of Physiology, College of Medicine, University of Mustansiriyah, Baghdad, Iraq, and comprised healthy women. Samples were raised by simple random technique. Digital pulse waves were captured using a fingertip pulse wave transducer. Lab Chart Pro version 7.2 was used to automatically detect and quantify the amplitude of A, B, C, D and E waves expressed by the second derivative. QT interval of each beat was recorded by electrocardiogram, and was calculated automatically via Lab chart Pro version 7.2 without averaging. Data was spread out on Microsoft Office Excel 2013 and analysed using SPSS version 26. Results: There were 55 women with mean age 37.4±9.9 years and mean body mass index 31.2±7.2kg/m2. Age was positively associated with QT variability index and normalised wave amplitude values of B/A and (B-C-D-E)/A (p<0.05).QT variability index was positively associated with the normalised values of the second derivative of digital pulse wave B/A and (B-C-D-E)/A (p<0.05). Conclusion: QT variability index I was significantly correlated with second derivative of photoplethysmogram, and both were affected by age and arterial stiffness. Key Words: Photoplethysmography, Vascular Stiffness, Electrocardiography, Transducers
The aim of the present study was to demonstrate the possible role of statins on the inflammatory biomarkers in patients with periodontal disease (PD) This cross-sectional study involved 74 patients with PD and/or dyslipidemia divided into Group A: 34 patients with PD (nonstatins users); Group B: 40 patients with PD (statins users); and Group C: 30 healthy controls. Total cholesterol (TC), triglyceride (TG) and high-density lipoprotein, C-reactive protein (CRP), interleukin-6 (IL-6), tumor necrosis factor alpha (TNF-α), and malondialdehyde (MDA) were measured . Blood pressure prolife and indices of PD were evaluated in each group. Statistical analysis was conducted by using SPSS version 20.0.
A finite element is a study that is capable of predicting crack initiation and simulating crack propagation of human bone. The material model is implemented in MATLAB finite element package, which allows extension to any geometry and any load configuration. The fracture mechanics parameters for transverse and longitudinal crack propagation in human bone are analyzed. A fracture toughness as well as stress and strain contour are generated and thoroughly evaluated. Discussion is given on how this knowledge needs to be extended to allow prediction of whole bone fracture from external loading to aid the design of protective systems.
The aim of this study is to utilize the behavior of a mathematical model consisting of three-species with Lotka Volterra functional response with incorporating of fear and hunting cooperation factors with both juvenile and adult predators. The existence of equilibrium points of the system was discussed the conditions with variables. The behavior of model referred by local stability in nearness of any an equilibrium point and the conditions for the method of approximating the solution has been studied locally. We define a suitable Lyapunov function that covers every element of the nonlinear system and illustrate that it works. The effect of the death factor was observed in some periods, leading to non-stability. To confirm the theore
... Show MoreAbstract
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 MoreA new spectrophotometric method has been developed for the assay of olanzapine (OLN.) in pure and dosage forms. The method is based on the diazocoupling of (OLN.) with diazotized p-nitroaniline in alkaline medium to form a stable brown colored water-soluble azo dye with a maximum absorption at 405 nm. The variables that affect the completion of reaction have been carefully optimized. Beer’s law is obeyed over the concentration range of (0.5-45.0 μg.mL-1) with a molar absorptivity of 1.5777×104 L.mol-1.cm-1. The limit of detection was 0.3148 μg.mL-1 and Sandell’s sensitivity value was 0.0198 μg.cm-2. The propose
... Show MoreThe imbalances and economic problems which it face the countries, it is a result of international economic developments or changes or global crises such as deterioration in trade, sharp changes in oil prices, increasing global indebtedness, sharp changes in foreign exchange rates and other changes, all that, they affect the economic features of any country. and These influences vary from one country to another according to the rigidity of its economy and its potential in maneuvering with economic plans and actions that would reduce the impact or avoidance with minimal damage. Therefore, the countries that suffer from accumulated economic problems as a result of mismanagement and poor planning or suffe
... Show MoreLocal and global bifurcations of food web model consists of immature and mature preys, first predator, and second predator with the current of toxicity and harvesting was studied. It is shown that a trans-critical bifurcation occurs at the equilibrium point
A 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.