نتایج جستجو برای: sphere

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

2003
Jianqiang Zhao

where Gn, denoted by Bn by Goncharov, is placed at degree 1. To save space we here only point out that Gn(F ) are quotient groups of Z[P 1 F ] and refer the interested readers to [G2, p.49] for the detailed definition of these groups. On the other hand, currently there are two versions of higher Chow groups available: simplicial and cubical, which are isomorphic (cf. [Le]). We will recall the c...

2009
SUNIL K CHEBOLU JÁN MINÁČ Sunil K Chebolu

The second author fondly remembers how a number of years ago Paulo Ribenboim helped him to escape to the West and immediately upon his arrival welcomed him with beautiful lectures on the Galois group of the Pythagorean closure of Q. Ribenboim’s lectures, writings, and research have influenced us strongly, and in particular this paper reflects his influence on the choice of topics and our way of...

1996
John K. Gibson Richard I.D. Harris Harry Bloch David Harper

Data on New Zealand manufacturing plants are used to examine the impact of trade liberalisation on plant exit. Recent theories suggest that the prospect of a declining market might lead firms to strategic behaviour that causes low cost plants to exit first. This hypothesis is generally unsupported. Surviving plants were larger, lower cost, and were owned by specialised firms with few plants. Pl...

Journal: :SIAM Journal of Applied Mathematics 1997
Carlos Conca Muthusamy Vanninathan

In this paper, the classical problem of homogenization of elliptic operators in arbitrary domains with periodically oscillating coefficients is considered. Using Bloch wave decomposition, a new proof of convergence is furnished. It sheds new light and offers an alternate way to view the classical results. In a natural way, this method leads us to work in the Fourier space and thus in a framewor...

2008
Amalia Todiraşcu Dan Tufiş Ulrich Heid Christopher Gledhill Dan Ştefanescu Marion Weller François Rousselot Marc Bloch

Amalia Todiraşcu, Dan Tufiş, Ulrich Heid, Christopher Gledhill, Dan Ştefanescu, Marion Weller, François Rousselot 1 LILPA, Université Marc Bloch, Strasbourg, France, {todiras, gledhill}@umb.u-strasbg.fr RACAI, Romanian Academy, Bucharest, Romania, {tufis, danstef}@racai.ro IMS Stuttgart, Universität Stuttgart, Germany, {uli, wellerm}@ims.uni-stuttgart.de INSA Strasbourg, France, Francois.Rousse...

2008
Tamás Erdélyi

We prove that there is an absolute constants c1 > 0 such that for every {a0, a1, . . . , an} ⊂ [1, M ] , 1 ≤ M ≤ exp((1/64)n) , there are b0, b1, . . . bn ∈ {−1, 0, 1}

2004
R. G. Pereira E. Miranda

We study the transport in a Luttinger liquid coupled to a magnetic chain containing a Bloch domain wall. We compute the leading correction to the adiabatic limit of a long domain wall, which causes no scattering. We show that the problem is reminiscent of an impurity in a Luttinger liquid, but with a different dependence on the interaction parameters due to spin-flip scattering. For repulsive i...

Journal: :I. J. Bifurcation and Chaos 2009
Marcel G. Clerc Saliya Coulibaly David Laroze

MARCEL G. CLERC, SALIYA COULIBALY∗ and DAVID LAROZE† Departamento de F́ısica, Facultad de Ciencias F́ısicas y Matemáticas, Universidad de Chile, Casilla 487-3, Santiago, Chile ∗Laboratoire de Cristallograplie et Physique Moléculaire (LACPM), UFR Sciences des Structures de la Matière et Technologies (UFR SSMT), Université de Cocody, Abidjan, Côte d’Ivoire †Instituto de Alta de Investigación, Unive...

2008
AJAY K. SHARMA

Let g and φ be holomorphic maps on D such that φ(D) ⊂ D. Define Volterra composition operators Jg,φ and Ig,φ induced by g and φ as Jg,φf(z) = Z z 0 (f ◦ φ) (ζ) (g ◦ φ)′ (ζ) dζ and Ig,φf(z) = Z z 0 (f ◦ φ)′ (ζ) (g ◦ φ) (ζ) dζ for z ∈ D and f ∈ H(D), the space of holomorphic functions on D. In this paper, we characterize boundedness and compactness of these operators acting between weighted Bergm...

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

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

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