نتایج جستجو برای: multiquadric function mf

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

2010
Valeriy Zaporozhan Andriy Ponomarenko

Recent studies demonstrate distinct changes in gene expression in cells exposed to a weak magnetic field (MF). Mechanisms of this phenomenon are not understood yet. We propose that proteins of the Cryptochrome family (CRY) are "epigenetic sensors" of the MF fluctuations, i.e., magnetic field-sensitive part of the epigenetic controlling mechanism. It was shown that CRY represses activity of the ...

2016
DONGKWAN KIM

(3) A good filtration F•M by OX -coherent subsheaves of M, such that FpM · FkD ⊂ Fp+kM and such that gr• M is coherent over gr• DX ' Sym • TX . Its Tate twist is defined by M(k) = (M, F•−kM,K ⊗Q Q(k)) where Q(k) = (2πi)Q ⊂ C. For a given function f : X → C, we want to define the nearby and vanishing cycles, denoted ψf and φf , in the category of filtered regular holonomic D-modules with Q-struc...

A. Monabbati F. Sari Aslani M. Naseri R. Boub

Background: Diagnosis of the early phase of mycosis fungoides (MF) is sometimes difficult. Loss of CD7 expression is considered a distinguishing characteristic of MF. The aim of this study was to determine the range of CD7 expression in MF and compare the results with benign inflammatory dermatosis and equivocal cases of possible MF. Methods: During a period of 30 months, we examined 15 patient...

Journal: :International Transactions on Electrical Energy Systems 2023

In this paper, the development and application of radial basis function-finite difference (RBF-FD) method RBF-finite time domain (RBF-FDTD) for solving electrical transient problems in power systems that are defined by time-dependent ordinary differential equations (ODEs) partial (PDEs), respectively, presented. RBFs such as Gaussian (GA), Multiquadric (MQ), Inverse Quadric (IQ), (IMQ) used the...

2001
M. J. D. Powell

A review of interpolation to values of a function f(x), x 2 R d , by radial basis function methods is given. It addresses the nonsingularity of the interpolation equations, the inclusion of polynomial terms, and the accuracy of the approximation sf, where s is the interpolant. Then some numerical experiments investigate the situation when the data points are on a low dimensional nonlinear manif...

Journal: :Bioelectromagnetics 1998
M Mevissen M Häussler M Szamel A Emmendörffer S Thun-Battersby W Löscher

In previous studies we have demonstrated that 50 Hz, 100 microT magnetic field (MF) exposure of female Sprague-Dawley rats for 13 weeks significantly enhances the development and growth of mammary tumors in a breast cancer model. The present study was designed to test the hypothesis that, at least in part, the tumor (co)promoting effect of MF exposure is due to MF effects on the immune surveill...

The magnetic field (MF) is considered as a biophysical treatment to change the growth and development parameters. Current research was carried out to evaluate the effect of different intensities of MF (0, 45, 60, 70 and 75 mT) on seed germination and some morphologic and physiologic parameters of Rudbeckia hirta L. in dry and humid conditions for 30 min. Results showed that the MF trea...

Journal: :Journal of Computational and Applied Mathematics 2006

Journal: :Proceedings in applied mathematics & mechanics 2023

Digital image correlation systems provide the motion of material points on surface a specimen or component. Commonly, local interpolation concepts are chosen to determine in-plane strains principal stretches. However, this approach yields discontinuous fields. In paper, global concept, particular, radial basis functions is considered displacement and strain field overcome underlying problem dis...

1997
Y. C. Hon

In this paper, an interpolation method for solving linear diierential equations was developed using multiquadric scheme. Unlike most iterative formula , this method provides a global interpolation formulae for the solution. Numerical examples show that this method ooers a higher degree of accuracy than Runge-Kutta formula and the iterative multistep methods developed by Hyman (1978).

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

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

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"; } -->