نتایج جستجو برای: differential system

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

Journal: :computational methods for differential equations 0
alireza nazemi faculty of math shahrood university.

in this paper, we present a capable algorithm for solving a class of nonlinear optimal control problems (ocp's). the approach rest mainly on the differential transform method (dtm) which is one of the approximate methods. the dtm is a powerful and efficient technique for finding solutions of nonlinear equations without the need of a linearization process. utilizing this approach, the optim...

The study of the stability of differential equations without its explicit solution is of particular importance. There are different definitions concerning the stability of the differential equations system, here we will use the definition of the concept of Lyapunov. In this paper, first we investigate stability analysis of distributed order fractional differential equations by using the asympto...

In this paper, applying two theorems of Ricceri and Bonanno, we will establish the existence of three weak solutions for a quasilinear elliptic system. Indeed, we will assign a differentiable nonlinear operator to a differential equation system such that the critical points of this operator are weak solutions of the system. In this paper, applying two theorems of R...

The spline collocation method  is employed to solve a system of linear and nonlinear Fredholm and Volterra integro-differential equations. The solutions are collocated by cubic B-spline and the integrand is approximated by the Newton-Cotes formula. We obtain the unique solution for linear and nonlinear system $(nN+3n)times(nN+3n)$ of integro-differential equations. This approximation reduces th...

Journal: :journal of mathematical modeling 2016
nehzat ebrahimi jalil rashidinia

the spline collocation method  is employed to solve a system of linear and nonlinear fredholm and volterra integro-differential equations. the solutions are collocated by cubic b-spline and the integrand is approximated by the newton-cotes formula. we obtain the unique solution for linear and nonlinear system $(nn+3n)times(nn+3n)$ of integro-differential equations. this approximation reduces th...

In this paper, a generalized mathematical model of spread of infectious disease as SIRS epidemic model is considered as a nonlinear system of differential equation. We prove that for positive initial conditions the resulting equivalence system has positive solution and under some hypothesis, this system with initial positive condition, has a positive $T$-periodic solution which is globally asym...

In this paper, the Chebyshev spectral collocation method(CSCM) for one-dimensional linear hyperbolic telegraph equation is presented. Chebyshev spectral collocation method have become very useful in providing highly accurate solutions to partial differential equations. A straightforward implementation of these methods involves the use of spectral differentiation matrices. Firstly, we transform ...

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.

Journal: :computational methods for differential equations 0
mohammadreza ahmadi darani department of applied mathematics, faculty of mathematical sciences, shahrekord university, p.o. box 115, shahrekord, iran. abbas saadatmandi department of applied mathematics, faculty of mathematical sciences, university of kashan, kashan 87317-51167, iran

in this paper, we introduce a family of fractional-order chebyshev functions based on the classical chebyshev polynomials. we calculate and derive the operational matrix of derivative of fractional order $gamma$ in the caputo sense using the fractional-order chebyshev functions. this matrix yields to low computational cost of numerical solution of fractional order differential equations to the ...

Journal: :computational methods for differential equations 0
hammad khalil university of malakand rahmat khan university of malakand m. m. rashidi shanghai key lab of vehicle aerodynamics and vehicle thermal management systems, tongji university.

the paper is devoted to the study of brenstien polynomials and development of some new operational matrices of fractional order integrations and derivatives. the operational matrices are used to convert fractional order differential equations to systems of algebraic equations. a simple scheme yielding accurate approximate solutions of the couple systems for fractional differential equations is ...

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

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

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