نتایج جستجو برای: fuzzy differential inclusions

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

2006
Giorgos Stoilos Giorgos Stamou Jeff Z. Pan

Fuzzy Description Logics (fuzzy DLs) have been proposed as a language to describe structured knowledge with vague concepts. A major theoretical and computational limitation so far is the inability to deal with General Concept Inclusions (GCIs), which is an important feature of classical DLs. In this paper, we address this issue and develop a calculus for fuzzy DLs with GCIs.

Journal: :iranian journal of fuzzy systems 2015
r. ezzati k. maleknejad s. khezerloo m. khezerloo

in this paper, we consider first-order fuzzy differential equations with initial value conditions. the convergence, consistency and stability of difference method for approximating the solution of fuzzy differential equations involving generalized h-differentiability, are studied. then the local truncation error is defined and sufficient conditions for convergence, consistency and stability of ...

2014
Xiaoyan Liu Feng Feng Hui Zhang

Interval-valued fuzzy soft sets realize a hybrid soft computing model in a general framework. Both Molodtsov's soft sets and interval-valued fuzzy sets can be seen as special cases of interval-valued fuzzy soft sets. In this study, we first compare four different types of interval-valued fuzzy soft subsets and reveal the relations among them. Then we concentrate on investigating some nonclassic...

L. Jamshidi T. Allahviranloo

Adomian decomposition method has been applied to solve many functional equations so far. In this article, we have used this method to solve the fuzzy differential equation under generalized differentiability. We interpret a fuzzy differential equation by using the strongly generalized differentiability. Also one concrete application for ordinary fuzzy differential equation with fuzzy input data...

Journal: :international journal of industrial mathematics 0
m. mosleh department of mathematics, firoozkooh branch, islamic azad university, firoozkooh, iran.

in this paper, we interpret a fuzzy differential equation by using the strongly generalized differentiability concept. utilizing the generalized characterization theorem. then a novel hybrid method based on learning algorithm of fuzzy neural network for the solution of differential equation with fuzzy initial value is presented. here neural network is considered as a part of large eld called n...

Journal: :international journal of mathematical modelling and computations 0
mahmoud paripour department of mathematics, hamedan university of technology, hamedan, 65156-579, iran iran, islamic republic of homa heidari elahe hajilou

in this paper, we study the numerical solution of hybrid fuzzy differential equations by using differential transformation method (dtm). this is powerful method which consider the approximate solution of a nonlinear equation as an infinite series usually converging to the accurate solution. several numerical examples are given and by comparing the numerical results obtained from dtm  and  predi...

Journal: :iranian journal of fuzzy systems 2015
m. mosleh m. otadi

in this paper, we use parametric form of fuzzy number, then aniterative approach for obtaining approximate solution for a classof nonlinear fuzzy fredholmintegro-differential equation of the second kindis proposed. this paper presents a method based on newton-cotesmethods with positive coefficient. then we obtain approximatesolution of the nonlinear fuzzy integro-differential equations by an it...

Journal: :international journal of industrial mathematics 2014
o. sedaghatfar s. moloudzadeh p. darabi

in this paper, the variational iteration method for solving nth-order fuzzy integro differential equations (nth-fide) is proposed. in fact the problem is changed to the system of ordinary fuzzy integro-differential equations and then fuzzy solution of nth-fide is obtained. some examples show the efficiency of the proposed method.

1999
MICHAL FEČKAN

The existence of a continuum of many chaotic solutions is shown for certain differential inclusions which are small periodic multivalued perturbations of ordinary differential equations possessing homoclinic solutions to hyperbolic fixed points. Applications are given to dry friction problems. Singularly perturbed differential inclusions are investigated as well.

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

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

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