نتایج جستجو برای: quartic mapping

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

Journal: :bulletin of the iranian mathematical society 2011
c.-g. park

Journal: :Fuzzy Sets and Systems 2009
Alireza Kamel Mirmostafaee

Wewill define a notion for a quasi fuzzy p-normed space, then we use the fixed point alternative theorem to establish Hyers–Ulam– Rassias stability of the quartic functional equation where functions map a linear space into a complete quasi fuzzy p-normed space. Later, we will show that there exists a close relationship between the fuzzy continuity behavior of a fuzzy almost quartic function, co...

Journal: :Filomat 2022

In this paper, we define the multicubic-quartic and multimixed cubic-quartic mappings characterize them. other words, unify system of functional equations defining a (resp., multicubic-quartic) mapping to single equation, namely, equation. We also show that under what conditions can be multicubic, multiquartic multicubic-quartic. Moreover, by using fixed point theorem, study generalized Hyers-U...

2016
Zhihua Wang Prasanna K. Sahoo P. K. Sahoo

In this paper, we prove some stability results concerning the generalized quadratic and quartic type functional equation in the context of nonArchimedean fuzzy normed spaces in the spirit of Hyers-Ulam-Rassias. As applications, we establish some results of approximately generalized quadratic and quartic type mapping in non-Archimedean normed spaces. Also, we show that the assumption of the non-...

2008
M J Neves

We obtain the primitively divergent diagrams in κ-deformed scalar field in four-dimensional spacetime with quartic self-interaction in order to investigate the effect of the fundamental length q = 1/(2κ) on such diagrams. Thanks to κ-deformation, we find that the dimensionally regularized forms of the diagrams lead to finite results in the limit of space-time dimension four. The effect of the d...

Journal: :IOP Conference Series: Materials Science and Engineering 2019

2003
David F. Wiley Hank Childs Benjamin F. Gregorski Bernd Hamann Kenneth I. Joy

We show how to extract a contour line (or isosurface) from quadratic elements—specifically from quadratic triangles and tetrahedra. We also devise how to transform the resulting contour line (or surface) into a quartic curve (or surface) based on a curved-triangle (curved-tetrahedron) mapping. A contour in a bivariate quadratic function defined over a triangle in parameter space is a conic sect...

Journal: :CoRR 2013
Gunjan Talati Subhash C. Kak

This paper presents the quartic public key transformation which can be used for public key applications if side information is also used. This extends an earlier work where the cubic transformation was similarly used. Such a transformation can be used in multiparty communications protocols. Introduction Cryptographic transformations may be visualized in locked box or a piggy-bank modes [1], or ...

Journal: :Proyecciones 2021

The aim of this paper is to introduce and solve the following p-radical functional equation related quartic mappings. where f a mapping from R into vector space X p ≥ 3 an odd natural number. Using analogue version Brzd¸ek’s fixed point theorem [13], we establish some hyperstability results for considered in non-Archimedean Banach spaces. Also, give inhomogeneous mapping.

2009
ROBERT YOUNG

We prove that when n ≥ 5, the Dehn function of SL(n, Z) is at most quartic. The proof involves decomposing a disc in SL(n, R)/ SO(n) into a quadratic number of loops in generalized Siegel sets. By mapping these loops into SL(n, Z) and replacing large elementary matrices by “shortcuts,” we obtain words of a particular form, and we use combinatorial techniques to fill these loops.

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

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

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