نتایج جستجو برای: sample fractional derivative

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

Journal: :J. Comput. Physics 2016
Udita N. Katugampola

There is a debate among contemporary mathematicians about what it really means by a fractional derivative. The question arose as a consequence of introducing a ‘new’ definition of a fractional derivative. In a reply Ortigueira and Machado [1] came up with several very important criteria to determine whether a given derivative is a fractional derivative. According to their criterion, the new fra...

دهقان, رضا, کیانپور, محمد,

In this paper, an optimization method is used for solving a fractional optimal control problem with significant applications in chemical engineering. The considered optimal control is the control system of the isothermal continuous stirred tank reactors. The Riemann-Liouville fractional derivative is used to describe the mathematical model of control system.  For solving the fractional optimal ...

2018
J. Vanterler da C. Sousa Magun N. N. dos Santos L. A. Magna E. Capelas de Oliveira

We present the validation of a recent fractional mathematical model for erythrocyte sedimentation proposed by Sharma et al. \cite{GMR}. The model uses a Caputo fractional derivative to build a time fractional diffusion equation suitable to predict blood sedimentation rates. This validation was carried out by means of erythrocyte sedimentation tests in laboratory. Data on sedimentation rates (pe...

The aim of this paper is to extend the split-step idea for the solution of fractional partial differential equations. We consider the multidimensional nonlinear Schr"{o}dinger equation with the Riesz space fractional derivative and propose an efficient numerical algorithm to obtain it's approximate solutions. To this end, we first discretize the Riesz fractional derivative then apply the Crank-...

ژورنال: پژوهش های ریاضی 2017

In this paper we investigate a kind of boundary value problem involving a fractional differential equation.  We study the existence of positive solutions of the problem that fractional derivative is the Reimann-Liouville fractional derivative. At first the green function is computed then it is proved that the green function is positive. We present necessary and sufficient conditions for existen...

This paper address a new vision for the generalized Mittag-Leffler stability of the fractional differential equations. We mainly focus on a new method, consisting of decomposing a given fractional differential equation into a cascade of many sub-fractional differential equations. And we propose a procedure for analyzing the generalized Mittag-Leffler stability for the given fractional different...

In this article a modification of the Chebyshev collocation method is applied to the solution of space fractional differential equations.The fractional derivative is considered in the Caputo sense.The finite difference scheme and Chebyshev collocation method are used .The numerical results obtained by this way have been compared with other methods.The results show the reliability and efficiency...

‎In this article‎, we use a finite difference technique‎ ‎to solve variable-order fractional integro-differential equations‎ ‎(VOFIDEs‎, ‎for short)‎. ‎In these equations‎, ‎the variable-order fractional integration(VOFI) and‎ ‎variable-order fractional derivative (VOFD) are described in the‎ ‎Riemann-Liouville's and Caputo's sense,respectively‎. ‎Numerical experiments‎, ‎consisting of two exam...

2014
M. Nagarajan A. Asokan

A Fractional Order (FO) ProportionalIntegralDerivative (PID) controller has been proposed in this paper which works on the closed loop error and its fractional derivative and fractional integrator. FOPID is a PID controller whose derivative and integral orders are of fractional rather than integer. The extension of derivative and integral order from integer to fractional order provides more fle...

2005
Mariusz Ciesielski Jacek Leszczynski

In this paper we present in one-dimensional space a numerical solution of a partial differential equation of fractional order. This equation describes a process of anomalous diffusion. The process arises from the interactions within the complex and non-homogeneous background. We presented a numerical method which bases on the finite differences method. We considered pure initial and boundaryini...

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

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

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