نتایج جستجو برای: t fuzzy congruence

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

Journal: :Inf. Sci. 2013
Sunil Mathew M. S. Sunitha

The concept of the strongest path plays a crucial role in fuzzy graph theory. In classical graph theory, all paths in a graph are strongest, with a strength value of one. In this article, we introduce Menger’s theorem for fuzzy graphs and discuss the concepts of strengthreducing sets and t-connected fuzzy graphs. We also characterize t-connected and t-arc connected fuzzy graphs. 2012 Elsevier I...

Journal: :Kybernetika 1992
Ganesan Balasubramanian

The concept of fuzzy topological spaces was introduced in [2] and ever since this introduction much research has been done in this area. In this note we introduce the concept of extension of fuzzy topological spaces as done for topological spaces in [1,7]. Let (X, T) be a fuzzy topological space and T C T*. Then T* will be called a simple extension of T iff there exists a 6 $T such that T* = {A...

Journal: :Bulletin of the Malaysian Mathematical Sciences Society 2022

Let $$t\in {\mathbb {N}}_+$$ be given. In this article, we are interested in characterizing those $$d\in such that the congruence $$\begin{aligned}\frac{1}{t}\sum _{s=0}^{t-1}{n+d\zeta _t^s\atopwithdelims ()d-1}\equiv {n\atopwithdelims ()d-1}\pmod {d}\end{aligned}$$ is true for each $$n\in {Z}}$$ . particular, assuming d has a prime divisor greater than t, show above holds if and only $$d=p^r$$...

Journal: :Int. J. Approx. Reasoning 1997
Adolfo R. de Soto Enric Trillas Susana Cubillo

By the representation's theorem it is known that a fuzzy relation R is a preorder if and only if R = inf~ e so If, where -~ is the set of logical states of I~ In this paper it is shown how, in almost all cases, both for the t-norm Min and archimedean t-norms T, it is possible to consider that the fuzzy sets I~ are normalized. Furthermore a partial order between logical states, defined from the ...

1999
Zoe Doulgeri Ioannis B. Theocharis

The main feature of a Takagi-Sugeno (T-S) fuzzy model is to express the local dynamics of each fuzzy implication (rule) by a linear system model. The overall fuzzy model of the system is achieved by fuzzy “blending” of the linear system models. Parallel or feedback connections of T-S fuzzy systems which preserve the properties of each system are possible [1]. Thus a simple and straightforward a...

2010
H. K. Lam S. H. Ling

This paper presents the fuzzy-model-based control approach to synchronize two chaotic systems subject to parameter uncertainties. A fuzzy state-feedback controller using the system state of response chaotic system and the time-delayed system state of drive chaotic system is employed to realize the synchronization. The time delay which complicates the system dynamics makes the analysis difficult...

Journal: :CoRR 2008
Florentin Smarandache

In this paper we present the N-norms/N-conorms in neutrosophic logic and set as extensions of T-norms/T-conorms in fuzzy logic and set. Also, as an extension of the Intuitionistic Fuzzy Topology we present the Neutrosophic Topologies. 1. Definition of the Neutrosophic Logic/Set: Let T, I, F be real standard or non-standard subsets of ]0, 1[, with sup T = t_sup, inf T = t_inf, sup I = i_sup, inf...

Journal: :iranian journal of fuzzy systems 2014
valentn gregori juan-jose minana samuel morillas

the sequential $p$-convergence in a fuzzy metric space, in the sense of george and veeramani, was introduced by d. mihet as a weaker concept than convergence. here we introduce a stronger concept called $s$-convergence, and we characterize those fuzzy metric spaces in which convergent sequences are $s$-convergent. in such a case $m$ is called an $s$-fuzzy metric. if $(n_m,ast)$ is a fuzzy metri...

Journal: :Computers & Mathematics with Applications 2009
Ahmed M. Zahran M. Azab Abd-Allah Kamal El-Saady Abd El-Nasser Ghareeb

Keywords: Double fuzzy topology Double neighborhood systems Double fuzzy preproximity Double fuzzy closure space a b s t r a c t In this paper, we introduce the notions of double neighborhood systems and double fuzzy preproximity in double fuzzy topological spaces. We used double neighborhoods to study the initial structure of double fuzzy topological spaces, and the joins between them and the ...

Journal: :IEEE Trans. Fuzzy Systems 2000
Ke Zeng Nai-Yao Zhang Wen-Li Xu

Universal approximation is the basis of theoretical research and practical applications of fuzzy systems. Studies on the universal approximation capability of fuzzy systems have achieved great progress in recent years. In this paper, linear Takagi–Sugeno (T–S) fuzzy systems that use linear functions of input variables as rule consequent and their special case named simplified fuzzy systems that...

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

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

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