نتایج جستجو برای: midpoint inequality

تعداد نتایج: 60616  

Journal: :SIAM Journal on Scientific Computing 2022

We present a novel numerical method for solving ODEs while preserving polynomial first integrals. The is based on introducing multiple quadratic auxiliary variables to reformulate the ODE as an equivalent but higher-dimensional with only integrals which midpoint rule applied. can subsequently be eliminated yielding midpoint-like original phase space. resulting shown discrete gradient method. Fu...

1994
Soo-Chang Pei Ji-Hwei Horng

We propose a method to detect circular arcs, including the determinations of their centers, radii, lengths, and midpoints. The center, radius of a circular arc can easily be determined using circular Hough transform. But, the determinations of the arc midpoint and length are more complicated. Theoretical analysis of the centroid of the near peak Hough transform data is presented. Then, the arc ...

2009
Alpaslan APAN Hülya BAŞAR Şaziye ŞAHİN Ünase BÜYÜKKOÇAK

Aim: The line from the midpoint of the sternocleidomastoid muscle to the midpoint of the clavicle was considered the surface projection of the brachial plexus in the supraclavicular region in a previous report using radiological and anatomic techniques. The needle insertion site was the point between the clavicular one-third and cervical two-thirds of this line. The aim of the present study was...

2006
Marco Caliari Marco Vianello Luca Bergamaschi

We implement a second-order exponential integrator for semidiscretized advectiondiffusion-reaction equations, obtained by coupling exponential-like Euler and Midpoint integrators, and computing the relevant matrix exponentials by polynomial interpolation at Leja points. Numerical tests on 2D models discretized in space by Finite Differences or Finite Elements, show that the Leja-Euler-Midpoint ...

The paper presents a novel type of fuzzy sets, called time-Varying Fuzzy Sets (VFS). These fuzzy sets are based on the Gaussian membership functions, they are depended on the error and they are characterized by the displacement of the kernels to both right and left side of the universe of discourse, the two extremes kernels of the universe are fixed for all time. In this work we focus only on t...

2010
Kenji Fujimoto

Variational symmetry is a property of Hamiltonian control systems. It is the basis for learning optimal control. In order to apply a continuous-time control strategy to a real plant, we need to discretize the data with respect to time. This paper investigates the variational symmetry for the discretized Hamiltonian systems. It is proved that the discretization based on the midpoint rule preserv...

Journal: :Plant physiology 1971
B T Storey

The oxidation-reduction potentials of the flavoproteins of skunk cabbage (Symplocarpus foetidus) mitochondria have been measured under anaerobic conditions by means of a combined spectrophotometric or fluorimetric-potentiometric method. Five components were resolved whose oxidation-reduction reactions corresponded to two-electron changes, as expected for flavoproteins. The midpoint potentials a...

In this manuscript, a new class of extended (m1,m2)-convex and concave functions is introduced. After some properties of (m1,m2)-convex functions have been given, the inequalities obtained with Hölder and Hölder-İşcan and power-mean and improwed power-mean integral inequalities have been compared and it has been shown that the inequality with Hölder-İşcan inequality gives a better approach than...

Journal: :international journal of health policy and management 0
mostafa amini rarani department of health management and economics, school of public health, tehran university of medical sciences, tehran, iran arash rashidian department of health management and economics, school of public health, tehran university of medical sciences, tehran, iran ardeshir khosravi deputy of public health, ministry of health and medical education, tehran, iran mohammad arab department of health management and economics, school of public health, tehran university of medical sciences, tehran, iran ezatollah abbasian department of economics, bu-ali sina university, hamadan, iran esmaeil khedmati morasae department of public health, qom university of medical sciences, qom, iran

background exploring changes in health inequality and its determinants over time is of policy interest. accordingly, this study aimed to decompose inequality in neonatal mortality into its contributing factors and then explore changes from 1995-2000 to 2005-2010 in iran.   methods required data were drawn from two iran’s demographic and health survey (dhs) conducted in 2000 and 2010. normalized...

2009
Chiu-Hsieh Hsu Qi Long David S Alberts

BACKGROUND Due to early colonoscopy for some participants, interval-censored observations can be introduced into the data of a colorectal polyp prevention trial. The censoring could be dependent of risk of recurrence if the reasons of having early colonoscopy are associated with recurrence. This can complicate estimation of the recurrence rate. METHODS We propose to use midpoint imputation to...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->