نتایج جستجو برای: minkowski functional

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

2008
Markus Borris Rainer Verch

The quantized free Dirac field is considered on Minkowski spacetime (of general dimension). The Dirac field is coupled to an external scalar potential whose support is finite in time and which acts by a Moyal-deformed multiplication with respect to the spatial variables. The Moyal-deformed multiplication corresponds to the product of the algebra of a Moyal plane described in the setting of spec...

2014
BAYAZ DARABY FATEMEH GHADIMI

Minkowski type inequalities for the seminormed fuzzy integrals on abstract spaces are studied in a rather general form. Also related inequalities to Minkowski type inequality for the seminormed fuzzy integrals on abstract spaces are studied. Several examples are given to illustrate the validity of theorems. Some results on Chebyshev and Minkowski type inequalities are obtained.

1999
Bennett Palmer

Recently there has been some renewed interest in Laguerre differential geometry [1], [2], [3]. This geometry was to a large extent developed by Blaschke and his school and a large amount of material about it can be found in [4]. Consider the set of oriented spheres in Euclidean space. If we add to this set the space of oriented planes, i.e. the spheres of infinite radii, then we obtain the spac...

Journal: :CoRR 2012
João Batista Florindo Mário de Castro Odemir Martinez Bruno

This work proposes and study the concept of Functional Data Analysis transform, applying it to the performance improving of volumetric Bouligand-Minkowski fractal descriptors. The proposed transform consists essentially in changing the descriptors originally defined in the space of the calculus of fractal dimension into the space of coefficients used in the functional data representation of the...

Journal: :CoRR 2016
Mokshay M. Madiman James Melbourne Peng Xu

The entropy power inequality, which plays a fundamental role in information theory and probability, may be seen as an analogue of the Brunn-Minkowski inequality. Motivated by this connection to Convex Geometry, we survey various recent developments on forward and reverse entropy power inequalities not just for the Shannon-Boltzmann entropy but also more generally for Rényi entropy. In the proce...

Journal: :Journal of Nonlinear Sciences and Applications 2016

Journal: :Discrete & Computational Geometry 2012
Qingzhong Huang Binwu He

Quite recently, an Orlicz Minkowski problem has been posed and the existence part of this problem for even measures has been presented. In this paper, the existence part of the Orlicz Minkowski problem for polytopes is demonstrated. Furthermore, we obtain a solution of the Orlicz Minkowski problem for general (not necessarily even) measures.

2010
Miekyung Choi Young Ho Kim Huili Liu Dae Won Yoon MIEKYUNG CHOI YOUNG HO KIM HUILI LIU WON YOON

The helicoidal surface is a generalization of rotation surface in a Minkowski space. We study helicoidal surfaces in a Minkowski 3-space in terms of their Gauss map and provide some examples of new classes of helicoidal surfaces with constant mean curvature in a Minkowski 3-space.

2011
Günter F. Steinke

Klein and Kroll classified Minkowski planes with respect to subgroups of central automorphisms and obtained a multitude of types. Some of these types are known to exist only in finite Minkowski planes or as the type of a proper subgroup in the automorphism group. In this paper we investigate the Klein– Kroll types of flat Minkowski planes with respect to the full automorphism groups of these pl...

2012
Lukas Parapatits Franz E. Schuster

A Steiner type formula for continuous translation invariant Minkowski valuations is established. In combination with a recent result on the symmetry of rigid motion invariant homogeneous bivaluations, this new Steiner type formula is used to obtain a family of Brunn-Minkowski type inequalities for rigid motion intertwining Minkowski valuations.

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

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

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