Complex-valued regular functions that are normalized in the open unit disk are vastly studied. The current study introduces a new fractional integrodifferential (non-linear) operator. Based on the pre-Schwarzian derivative, certain appropriate stipulations on the parameters included in this con-structed operator to be univalent and bounded are investigated and determined.
The aim of the study was to investigate the effect of magnetized water on the histological structure of heart, lung and spleen. For this purpose, twenty five albino rats were divided into five equal groups, the first group was considered as control group. The other groups were given magnetized water with intensity of 250, 750, 1000, 1500 gause every day for 30 days. Then the animals were sacrificed and the histological change on heart, lung and spleen was studied. Histopathology of heart in rats treated with magnetic water with intensity of 250, 750, 1000, 1500 gause showed no clear pathological lesion. Lung section of rats treated with 250 gause of magnetic water showed no pathological lesion, while lung section belongs to rats group given
... Show MoreThe accurate determination of nuclear radius is fundamental to understanding nuclear structure and interactions. The present study conducts a comprehensive theoretical analysis of nuclear radius measurements using various nuclear structure models, including the empirical mass-number scaling model, the Hartree-Fock approach, and the relativistic mean-field (RMF) theory. These models are systematically compared against experimental nuclear radii to evaluate their predictive accuracy and assess their strengths and limitations. The study also incorporates an uncertainty analysis to quantify the reliability of theoretical predictions, employing Monte Carlo simulations and Bayesian inference techniques to refine estimations. The results r
... Show MoreThe fractional free volume (Fh) in polystyrene (PS) as a function of neutron -irradiation dose has been measured, using positron annihilation lifetime (PAL) method. The results show that Fh values decreased with increasing n-irradiation dose up to a total dose of 501.03× 10-2 Gy.
A percentage reduction of 2.14 in Fh values is noticed after the initial n-dose corresponding to a percentage reduction in the free volume equal to 42.14/Gy.
The total n-dose induces a percentage reduction of 7.26, corresponding to a percentage reduction of 1.45/Gy. These results indicate that cross -linking is the predominant process induced by n-irradiation.
The results suggest that n-irradiation induces structure changes in PS, causing cross-linking
Nowadays, Wheeled Mobile Robots (WMRs) have found many applications as industry, transportation, inspection, and other fields. Therefore, the trajectory tracking control of the nonholonomic wheeled mobile robots have an important problem. This work focus on the application of model-based on Fractional Order PIaDb (FOPID) controller for trajectory tracking problem. The control algorithm based on the errors in postures of mobile robot which feed to FOPID controller to generate correction signals that transport to torque for each driven wheel, and by means of dynamics model of mobile robot these torques used to compute the linear and angular speed to reach the desired pose. In this work a dynamics model of
... Show MoreThis paper proposes a new structure for a Fractional Order Sliding Mode Controller (FOSMC) to control a Twin Rotor Aerodynamic System (TRAS). The new structure is composed by defining two 3-dimensional sliding mode surfaces for the TRAS model and introducing fractional order derivative integral in the state variables as well as in the control action. The parameters of the controller are determined so as to minimize the Integral of Time multiplied by Absolute Error (ITAE) performance index. Through comparison, this controller outperforms its integer counterpart in many specifications, such as reducing the delay time, rise time, percentage overshoot, settling time, time to reach the sliding surface, and amplitude of chattering in control inpu
... Show MoreThis research was conducted to study the histological structure of the eye in the tree frog (Hyla arborea savignyi) and showed that it is composed of the eyeball and the lens and optic nerve. Appeared eyeball is surrounded by three Tunica from the inside to the outside are Tunica Interna, Tunica vasculosa, Tunica fibrosa. The tunica interna consists of the retina that consists of 10 layers are from outer to inner pigment epithelial layer, rods and cones layer, external limiting membrane, outer nuclear layer, outer plexiform layer, inner nuclear layer, inner plexiform layer , ganglion cells layer , nerve fibers layer, internal limiting membrane .The vascular tunic or Uvea consists of the choroid, ciliary body , and iris . The fibrous coat co
... Show MoreThe research topic (The dramatic structure transformations in the Iraqi Feature Film) studies the dramatic structure and its transformations in the Iraqi feature film. The research determined the research problem and the need for it in addition to the aims and the limits of the study as well as its importance. The theoretical framework consists of the following themes: the dramatic transformations mechanism and dramatic data in the Iraq film 1957-2003 then the dramatic values transformations and the performance contradictions in the Iraqi film.
The research, after concluding the theoretical framework, came up with a number of indicators of the theoretical framework that have been used as a tool to analyze the sample. The research proc
The electronic structure of zinc blend indium gallium phosphide In0.5Ga0.5P nanocrystals which have dimension (2-2.8 nm) is investigated using the density functional theory coupled with large unit cell (LUC) for the different size core (8 ,16,54,64) atoms respectively. The investigated properties include total energy, energy gap, conduction band, valence band, cohesive energy, ionicity and density of state etc. as a function of core size and lattice constant. Results show the shape effect of increasing the core size and lattice constant on these electronic properties
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.