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 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 MoreThe inhibitory effect of acetone, ethanol, and aqueous extracts of ten medicinal plants on β-lactamase from Staphylococcus sciuri and Klebsiella pneumoniae was investigated in vitro by starch-iodine agar plate method. The results revealed the success of starch-iodine method for the detection of the inhibition of β-lactamase activity by the various extracts of each individual plant. The acetone extracts of Catharanthus roseus, Eucalyptus camaldulensis, and Schinus terebinthifolius induced an inhibitory effect on β-lactamase from Staphylococcus sciuri. On the other hand, acetone extracts from only Eucalyptus camaldulensis, and Schinus
... 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 More
Communication attribution is a condition of the validity of the hadeeth and that each narrator heard from his Sheik.There are some of the narrators who said to hear who told him and his contemporary, and this narrator is also innocent of the stigma of fraud, but this hearing has no truth.
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 MoreElectric Quadrupole transitions are calculated for beryllium isotopes (9, 10, 12 and 14). Calculations with configuration mixing shell model usually under estimate the measured E2 transition strength. Although the consideration of a large basis no core shell model with 2ℏtruncations for 9,10,12 and14 where all major shells s, p, sd are used, fail to describe the measured reduced transition strength without normalizing the matrix elements with effective charges to compensate for the discarded space. Instead of using constant effective charges, excitations out of major shell space are taken into account through a microscopic theory which allows particle–hole excitations from the core and model space orbits to all higher orbits
... 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.