The inelastic C2 form factors and the charge density distribution (CDD) for 58,60,62Ni and 64,66,68Zn nuclei has been investigated by employing the Skyrme-Hartree-Fock method with (Sk35-Skzs*) parametrization. The inelastic C2 form factor is calculated by using the shape of Tassie and Bohr-Mottelson models with appropriate proton and neutron effective charges to account for the core-polarization effects contribution. The comparison of the predicted theoretical values was conducted with the available measured data for C2 and CDD form factors and showed very good agreement.
The problem of the research lies in choosing agility tests suitable to the test taker to observe the relative changes in some players. In addition to that, there are a lot of agility tests that lack special test models that coordinate gender and age. This means the youth basketball player on one hand and time and distance in applying the tests on the other. The importance of the research lies in designing agility tests for youth basketball players to achieve variations in tests a matter that will benefit coaches in their training. The subjects of the research were (30) youth basketball players from the specialized school of the National Center that sponsor gifted basketball players in Baghdad for the season 2014 – 2015. The data was colle
... Show MoreResearch,s Summary The purpose of the research was to specify the standerd Levels for results of basketball for Iraqi young sters, Becuse there werenot the standerd Levels which related to the testings abilities of the players based on plying centers specially the physical abilities, This made weakness in arrangement and putting the suitable training studies for different age stadges which suitable with game ,s requirements, besides evaluation the performance of the plyers in common and the levels of the coachs train in special according to the scientific style. The researchers depended on (8) special testings of chossen physical abilities, These testings applied on the teams, young players for sharing clubs among excellent series of basket
... Show MoreContracting cancer typically induces a state of terror among the individuals who are affected. Exploring how chemotherapy and anxiety work together to affect the speed at which cancer cells multiply and the immune system’s response model is necessary to come up with ways to stop the spread of cancer. This paper proposes a mathematical model to investigate the impact of psychological scare and chemotherapy on the interaction of cancer and immunity. The proposed model is accurately described. The focus of the model’s dynamic analysis is to identify the potential equilibrium locations. According to the analysis, it is possible to establish three equilibrium positions. The stability analysis reveals that all equilibrium points consi
... Show MoreThe Planning and Resource Development Department of the Iraqi Ministry of Health is very interested in improving medical care, health education, and village training programs. Accordingly, and through the available capabilities of the ministry, itdesires to allocate seven health centers to four villages in Baghdad, Iraq therefore the ministry needs to determine the number of health centers allocated to each of these villages which achieves the greatest degree of the overall effectiveness of the seven health centers in a fuzzy environment. The objective of this study is to use a fuzzy dynamic programming(DP) method to determine the optimal allocation of these centers, which allows the greatest overall effectiveness of these health centers
... Show More
In this article we study a single stochastic process model for the evaluate the assets pricing and stock.,On of the models le'vy . depending on the so –called Brownian subordinate as it has been depending on the so-called Normal Inverse Gaussian (NIG). this article aims as the estimate that the parameters of his model using my way (MME,MLE) and then employ those estimate of the parameters is the study of stock returns and evaluate asset pricing for both the united Bank and Bank of North which their data were taken from the Iraq stock Exchange.
which showed the results to a preference MLE on MME based on the standard of comparison the average square e
... Show MoreAcetophenone sulfamethoxazole and 3-Nitrobenzophenone sulfamethoxazole were prepared from the reaction of sulfamethoxazole with two ketones. The prepared ligands were identified by (C.H.N) analysis and UV-VIS, FT-IR spectroscopic techniques. Metal complexes of the two ligands were prepared in an aqueous alcohol with Zn (II), Mn (II) and Cu (II) ions with a molar ratio1:1. The proposed general formula for the resulting complexes was [ML.CL2.H2O]H2O .The complexes were characterized by (C.H.N) technique , spectroscopic methods ,conductivity, atomic absorption ,magnetic susceptibility measurements and melting point. According to the results obtained, the suggested geometry is to be octahedral for all the complexes.
The Gaussian orthogonal ensemble (GOE) version of the random matrix theory (RMT) has been used to study the level density following up the proton interaction with 44Ca, 48Ti and 56Fe.
A promising analysis method has been implemented based on the available data of the resonance spacing, where widths are associated with Porter Thomas distribution. The calculated level density for the compound nuclei 45Sc,49Vand 57Co shows a parity and spin dependence, where for Sc a discrepancy in level density distinguished from this analysis probably due to the spin misassignment .The present results show an acceptable agreement with the combinatorial method of level density.
... Show MoreThe radial wave functions of the cosh potential within the three-body model of (Core+ 2n) have been employed to investigate the ground state properties such as the proton, neutron and matter densities and the associated rms radii of neutron-rich 6He, 11Li, 14Be, and 17B exotic nuclei. The density distributions of the core and two valence (halo) neutrons are described by the radial wave functions of the cosh potential. The obtained results provide the halo structure of the above exotic nuclei. Elastic electron scattering form factors of these halo nuclei are studied by the plane-wave Born approximation.
An experiment was carried out by using post in kalar horticulture Station/Sulaimania province on soil taked from once region sields during growing season of 2008-2009. The objective was to study adding increasing levels of urea fertilizer which is (0.0, 0.20, 0.40, 0.80) gm/Pot and superphosphate fertilizer which is (0.0, 0.24, 0.48) gm/pot in some chemical properties of grain for wheat IPA 95. This experiment was carried out by completely randomized design (CR D) with three replications. Results in dictated of clear increase in all the studied characteristics (concentration for each nitrogen, phosphorus and potassium and carbohydrate percentage with increasing levels of fertilizers).
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.