نتایج جستجو برای: semigroup of operators

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

1995
MICHAEL CHRIST

Examples are given of degenerate elliptic operators on smooth, compact manifolds that are not globally regular in C∞. These operators degenerate only in a rather mild fashion. Certain weak regularity results are proved, and an interpretation of global irregularity in terms of the associated heat semigroup is given.

Journal: :Math. Log. Q. 2004
Jakob Kellner Hans Ploss

Derndinger [Der80] and Krupa [Kru90] defined the F–product of a (strongly continuous one–parameter) semigroup (of linear operators) and presented some applications (e.g. to spectral theory of positive operators, cf. [EN00]). Wolff (in [Wol84] and [Wol00]) investigated some kind of nonstandard analogon and applied it to spectral theory of group representations. The question arises in which way t...

2007
Takashi ICHINOSE Hideo TAMURA Hiroshi TAMURA Valentin ZAGREBNOV

The norm convergence of the Trotter{Kato product formula is established with ultimate optimal error bound for the self-adjoint semigroup generated by the operator sum of two self-adjoint operators. A generalization is also given to the operator sum of several self-adjoint operators.

Journal: :Discrete and Continuous Dynamical Systems-series B 2023

<p style='text-indent:20px;'>We establish partial semigroup property of families Riemann-Liouville and Caputo fractional differential operators. Using this result we prove theorems on reduction multi-term systems to single-term multi-order systems. As an application obtain existence uniqueness solution systems.</p>

2012
N. U. Ahmed

In this paper we consider stochastic differential equations on Banach spaces (not Hilbert). The system is semilinear and the principal operator generating a C0-semigroup is perturbed by a class of bounded linear operators considered as feedback operators from an admissible set. We consider the corresponding family of measure valued functions and present sufficient conditions for weak compactnes...

1991
ZUOWEI SHEN

Let G be a semigroup of linear operators on a vector space S into itself with the operation of composition. A subset of G may be associated with a matroid X . We discuss the dimension of the kernels of certain linear operators induced in a natural way by the matroid structure on X .

2017
Yoritaka Iwata

A logarithm representation of evolution operators is defined. Generators of invertible evolution families are characterized by the logarithm representation. In this article, using the logarithm representation, a concept of evolution operators without satisfying the semigroup property is introduced. In conclusion the existence of alternative infinitesimal generator is clarified.

1999
JACEK DZIUBAŃSKI Christopher D. Sogge

Let Tt be the semigroup of linear operators generated by a Schrödinger operator −A = ∆− V , where V is a nonnegative polynomial. We say that f is an element of H1 A if the maximal function Mf(x) = supt>0 |Ttf(x)| belongs to L1. A criterion on functions F which implies boundedness of the operators F (A) on H1 A is given.

Journal: :Linear Algebra and its Applications 2023

The notion of automatic selfadjointness all ideals in a multiplicative semigroup the bounded linear operators on separable Hilbert space B(H) arose 2015 discussion with Heydar Radjavi who pointed out that and finite rank F(H) possessed this unitary invariant property which category we named SI semigroups (for selfadjoint ideal semigroups). Equivalent to is solvability, for each A semigroup, bil...

2009
SYED ABBAS DHIRENDRA BAHUGUNA

In this article we use the theory of C0-semigroup of bounded linear operators to establish the existence and uniqueness of a classical solution to a quasilinear functional differential equation considered in a Banach space.

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

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

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