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

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

2004
KEHE ZHU

We introduce a class of Möbius invariant spaces of analytic functions in the unit disk, characterize these spaces in terms of Carleson type measures, and obtain a necessary and sufficient condition for a lacunary series to be in such a space. Special cases of this class include the Bloch space, the diagonal Besov spaces, BMOA, and the so-called Qp spaces that have attracted much attention lately.

2002
PENGCHENG WU HASI WULAN H. WULAN

Suppose that ϕ(z) is an analytic self-map of the unit disk ∆. We consider the boundedness of the composition operator C ϕ from Bloch space Ꮾ into the spaces Q T (Q T ,0) defined by a nonnegative, nondecreasing function T (r) on 0 ≤ r < ∞. 1. Introduction. Let ∆ = {z : |z| < 1} be the unit disk of complex plane C and let H(∆) be the space of all analytic functions in ∆. For a ∈ ∆, Green's functi...

2012
Peter Schauß Marc Cheneau Manuel Endres Takeshi Fukuhara Sebastian Hild Ahmed Omran Thomas Pohl Christian Gross Stefan Kuhr Immanuel Bloch

Peter Schauß1,∗, Marc Cheneau, Manuel Endres, Takeshi Fukuhara, Sebastian Hild, Ahmed Omran, Thomas Pohl, Christian Gross, Stefan Kuhr, and Immanuel Bloch Max-Planck-Institut für Quantenoptik, 85748 Garching, Germany Max-Planck-Institut für Physik komplexer Systeme, 01187 Dresden, Germany University of Strathclyde, Department of Physics, SUPA, Glasgow G4 0NG, UK and Ludwig-Maximilians-Universit...

2012
Sia Nemat-Nasser Ankit Srivastava

Central to the idea of metamaterials is the concept of dynamic homogenization which seeks to define frequency dependent effective properties for Bloch wave propagation. While the theory of static effective property calculations goes back about 60 years, progress in the actual calculation of dynamic effective properties for periodic composites has been made only very recently. Here we discuss th...

Journal: :Int. J. Math. Mathematical Sciences 2004
Hasi Wulan

We give a criterion for q-valent analytic functions in the unit disk to belong to Q K , a Möbius-invariant space of functions analytic in the unit disk in the plane for a nonde-creasing function K : [0, ∞) → [0, ∞), and we show by an example that our condition is sharp. As corollaries, classical results on univalent functions, the Bloch space, BMOA, and Q p spaces are obtained. 1. Introduction....

2011
H. GARLAND

Part 3. Geometric Construction of Loop Eisenstein Series 31 11. Bloch’s Map 31 12. Adeleic Loop groups and G-bundles on a Punctured Surface 33 13. Affine flag varieties and extensions of G-bundles 38 14. Relative Chern classes and Central extensions 41 15. Loop Eisenstein Series and Geometric Generating Functions 47 16. Ribbons and a Formal Analogue 48 17. Example: Loop Eisenstein Series on P1. 53

2008
Nouressadat TOUAFEK

In this paper we prove an identity between the elliptic regulators of some 2-isogenous elliptic curves. This allow us to prove a new exotic relation for the elliptic curve 20A of Cremona’s tables. Also we prove the (conjectured) exotic relation for the curve 20B given by Bloch and Grayson in [3].

2014
Moses Emetere Omotayo Bamidele Awojoyogbe Uno E. Uno Kasim Isah Michael Oluwaseun Dada

The functionality of current neuroimaging using the MRI machine needs to be improved to diagnose more complex problems. A new mathematical concept based on the solutions of the Bloch NMR for MRI applications was adopted to resolve functionality problemsby the inclusion of molecular interactions. The signal loss factor 'E' caused by fluctuating velocity due to compartmental boundaries in the mac...

1996
Holger Schanz Bernd Esser

The quantization of the electronic two site system interacting with a vibration is considered by using as the integrable reference system the decoupled oscillators resulting from the adiabatic approximation. A specific Bloch projection method is applied which demonstrates how besides some regular regions in the fine structure of the spectrum and the associated eigenvectors irregularities appear...

2008
ROBERT F. ALLEN FLAVIA COLONNA

Let φ be a holomorphic self-map of a bounded homogeneous domain D in C. In this work, we show that the composition operator Cφ : f 7→ f ◦ φ is bounded on the Bloch space B of the domain and provide estimates on its operator norm. We also give a sufficient condition for φ to induce an isometry on B. This condition allows us to construct non-trivial examples of isometric composition operators in ...

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

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

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