939 resultados para Triangular norms
Resumo:
Incluye Bibliografía
Resumo:
Conselho Nacional de Desenvolvimento Científico e Tecnológico (CNPq)
Resumo:
Coordenação de Aperfeiçoamento de Pessoal de Nível Superior (CAPES)
Resumo:
ABSTRACT: In this paper, we present a quantitative comparison of circular and triangular gold nanodisks with the same length and thickness. The method of moments is used to solve numerically the scattering problem. With this model, we investigate the spatial near field distribution, spectral response, far field diagrams, and bandwidth wavelength of these particles. Our results show that the resonant wavelength and the near field enhancement and confinement of the triangular particle are larger than those for the circular particle, but the resonance bandwidth and scattering cross section of the triangular particle are smaller.
Resumo:
In this paper, we present an analysis of the resonant response of modified triangular metallic nanoparticles with polynomial sides. The particles are illuminated by an incident plane wave and the method of moments is used to solve numerically the electromagnetic scattering problem. We investigate spectral response and near field distribution in function of the length and polynomial order of the nanoparticles. Our results show that in the analyzed wavelength range (0.5-1.8) µm these particles possess smaller number of resonances and their resonant wavelengths, near field enhancement and field confinement are higher than those of the conventional triangular particle with linear sides.
Resumo:
The aim of this study was to estimate genetic parameters for milk yield (MY) in buffaloes using reaction norms. Model included the additive direct effect as random and contemporary group (herd and year of birth) were included as fixed effects and cow age classes (linear) as covariables. The animal additive direct random effect was modeled through linear Legendre polynomials on environment gradient (EG) standardized means. Mean trends were taken into account by a linear regression on Legendre polynomials of environmental group means. Residual variance was modeled trough 6 heterogeneity classes (EG). These classes of residual variance was formed : EG1: mean = 866,93 kg (621,68 kg-1011,76 kg); EG2: mean = 1193,00 kg (1011,76 kg-1251,49 kg); EG3: mean = 1309,37 kg (1251,49 kg -1393,20 kg); EG4: mean = 1497,59 kg (1393,20 kg-1593,53 kg); EG5: mean = 1664,78 kg (1593,53 kg -1727,32kg) e EG6: mean = 1973,85 kg (1727,32 kg -2422,19 kg).(Co) variance functions were estimated by restricted maximum likelihood (REML) using the GIBBS3F90 package. The heritability estimates for MY raised as the environmental gradient increased, varying from 0.20 to 0.40. However, in intermediate to favorable environments, the heritability estimates obtained with Considerable genotype-environment interaction was found for MY using reaction norms. For genetic evaluation of MY is necessary to consider heterogeneity of variances to model the residual variance.
Resumo:
Coordenação de Aperfeiçoamento de Pessoal de Nível Superior (CAPES)
Resumo:
Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP)
Resumo:
Chemical analysis of leaves is an effective tool for detecting nutritional imbalances and providing data for fertilizer recommendations. Therefore, it is extremely important to establish criteria for interpreting these results. The DRIS (Diagnosis and Recommendation Integrated System) method is an alternative to the interpretation of results of leaf analysis as it allows the calculation of indexes for each nutrient, using its relations with others and comparing them with a reference population. Thus, we aimed to establish preliminary DRIS norms, by both Beaufils's and Jones's methods, and to derive critical levels and nutrient sufficiency ranges in the leaf tissue for Pera orange, by studying a commercial crop in the growing conditions of the Sao Paulo state. The methods (Beaufils and Jones) differed in the limiting nutrients in the Pera orange orchard. The use of regional norms must be prioritized because of differences between the management methods applied. In the methods used, the nutrients that had a greater number of concordant cases in decreasing order: Mn > Mg > B > N > Cu > Fe > Zn > K > P > Ca. Amplitudes related to the DRIS methods used were narrower than the conventional literature.
Resumo:
Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP)
Resumo:
Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP)
Resumo:
Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP)
Resumo:
Fundação de Amparo à Pesquisa do Estado de São Paulo (FAPESP)
Resumo:
Coordenação de Aperfeiçoamento de Pessoal de Nível Superior (CAPES)
Resumo:
The modern GPUs are well suited for intensive computational tasks and massive parallel computation. Sparse matrix multiplication and linear triangular solver are the most important and heavily used kernels in scientific computation, and several challenges in developing a high performance kernel with the two modules is investigated. The main interest it to solve linear systems derived from the elliptic equations with triangular elements. The resulting linear system has a symmetric positive definite matrix. The sparse matrix is stored in the compressed sparse row (CSR) format. It is proposed a CUDA algorithm to execute the matrix vector multiplication using directly the CSR format. A dependence tree algorithm is used to determine which variables the linear triangular solver can determine in parallel. To increase the number of the parallel threads, a coloring graph algorithm is implemented to reorder the mesh numbering in a pre-processing phase. The proposed method is compared with parallel and serial available libraries. The results show that the proposed method improves the computation cost of the matrix vector multiplication. The pre-processing associated with the triangular solver needs to be executed just once in the proposed method. The conjugate gradient method was implemented and showed similar convergence rate for all the compared methods. The proposed method showed significant smaller execution time.