نتایج جستجو برای: epsilon vee q fuzzy p

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

Journal: :Physical review. E, Statistical, nonlinear, and soft matter physics 2003
Supriya Krishnamurthy R Rajesh Oleg Zaboronski

We study a d-dimensional system of diffusing particles that on contact either annihilate with probability 1/(q-1) or coagulate with probability (q-2)/(q-1). In one dimension, the system models the zero-temperature Glauber dynamics of domain walls in the q-state Potts model. We calculate P(m,t), the probability that a randomly chosen lattice site contains a particle whose ancestors have undergon...

In this paper, we introduce a new sort of interval valued $left(in ,in vee q_{widetilde{k}}^{widetilde{delta }}right) $-fuzzy bi-ideal in ordered semigroups which is the generalization of interval valued $left( in ,in vee q_{%widetilde{k}}right) $-fuzzy bi-ideal and interval valued $left( in ,in vee qright) $-fuzzy bi-ideal of ordered semigroups. We give examples in which we show that these str...

Journal: :Acta Mathematica Hungarica 2023

Let $$G = (V,E)$$ be a connected simple graph of order p and size q. A G is called local antimagic if admits labeling. bijection $$f \colon E \to \{1,2,\ldots,q\}$$ labeling for any two adjacent vertices $$u$$ $$v$$ , we have $$f^+(u) \ne f^+(v)$$ where \sum_{e\in E(u)} f(e)$$ $$E(u)$$ the set edges incident to . Thus, induces proper vertex coloring assigned color $$f^+(v)$$ The chromatic numbe...

Journal: :Complex & Intelligent Systems 2022

Abstract In this paper, we introduce the concepts of $$(\in ,\in \vee (\kappa ^*,q_\kappa ))$$ ( ∈ , ∨ κ ∗ q ) -fuzzy left...

Journal: :Physical review letters 2005
Xin-Liang Qiu Guenter Ahlers

We fitted C(k,tau,epsilon) proportional to exp([-sigma(k,epsilon)tau] to time-correlation functions C(k,tau,epsilon) of structure factors S(k,t,epsilon) of shadowgraph images of fluctuations below a supercritical bifurcation at V(0)=V(c) to electroconvection of a planar nematic liquid crystal in the presence of a voltage V=sqrt[2]V(0)cos((2pift) [k=(p,q) is the wave vector and epsilon identical...

Journal: :Journal of Evolution Equations 2021

In this paper, we justify the hydrostatic approximation of primitive equations in maximal $$L^p$$ - $$L^q$$ -settings three-dimensional layer domain $$\varOmega = \mathbb {T} ^2 \times (-1, 1)$$ under no-slip (Dirichlet) boundary condition any time interval (0, T) for $$T>0$$ . We show that solution to $$\epsilon $$ -scaled Navier–Stokes with Besov initial data $$u_0 \in B^{s}_{q,p}(\varOmega )...

vspace{0.2cm}In this paper, we design a data structure for the following problem. Let $pi$ be an $x$-monotone trajectory with $n$ vertices in the plane and $epsilon >0$. We show how to preprocess $pi$ and $epsilon$ into a data structure such that for any horizontal query segment $Q$ in the plane, one can quickly determine the minimal continuous fraction of $pi$ whose Fr{'e}chet and Hausdo...

Journal: :Soft Computing 2021

The notions of $${{\mathcal {N}}}$$ -ideal types $$(\in , \in )$$ and \! \vee \, {q})$$ soft $${\mathcal N}_{\in }$$ -set, {N}}}_{q}$$ {N}}}_{\in {q}}$$ -subalgebra in BCK/BCI-algebra are introduced, several properties investigated. Characterizations N}$$ discussed.

Journal: :Constructive Approximation 2021

We study multiplier theorems on a vector-valued function space, which is generalization of the results Calderón and Torchinsky, Grafakos, He, Honzík, Nguyen, an improvement result Triebel. For $$0\frac{d}{s-(d/\min {(1,p,q)}-d)}$$ , then $$\begin{aligned} \big \Vert \{\big ( m_k \widehat{f_k}\big )^{\vee }\big \}_{k\in {\mathbb {Z}}}\big _{L^p(...

Journal: :iranian journal of science and technology (sciences) 2013
t. mahmood

in this paper we define ( , ) k  q -fuzzy h -sub hemirings, ( , ) k  q -fuzzy h -ideals, ( , ) k  q - fuzzy     h -bi-ideals and ( , ) k  q -fuzzy h -quasi-ideals. we characterize h -hemiregular and h -intrahemiregular hemirings by the properties of their     ( , ) k  q -fuzzy h -ideals, ( , ) k  q -fuzzy h -bi-ideals and     ( , ) k  q -fuzzy h -quasi-...

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

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

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