نتایج جستجو برای: fuzzy fredholm integral equation

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

2002
Christopher Bliss

January 2002 Abstract. A convergence model with wealth accumulation subject to i.i.d. random shocks is examined. The transfer function shows what kt+1 wealth at t + 1 would be, given kt, with no shock. It has a positive slope, but its concavity/convexity is indeterminate. The stationary distribution of wealth satis...es a Fredholm integral equation. This distribution can be examined by direct a...

2013
M. Khorasany

The fuzzy differential and integral equations are important part of the fuzzy analysis theory. Park et al. [8] have considered the existence of solution of fuzzy integral equation in Banach space and Subrahmaniam and Sudarsanam [12] proved the existence of solution of fuzzy functional equations. An integral equation is called singular if either the range of integration is infinite or the kernel...

2004
Joshua Feinberg

We study the Fredholm minors associated with a Fredholm equation of the second type. We present a couple of new linear recursion relations involving the nth and n−1th minors, whose solution is a representation of the nth minor as an n × n determinant of resolvents. The latter is given a simple interpretation in terms of a path integral over non-interacting fermions. We also provide an explicit ...

Journal: :iranian journal of science and technology (sciences) 2015
s. a. edalatpanah

in this paper, we present a new computational technique for solving nonlinear fredholm integral equations of the second kind. this proposed method is based on galerkin method and is computationally very attractive. moreover, for reducing the operations in comparing similar works, we design our algorithm based on transformations of orthogonal polynomials in approximation coefficients calculating...

2010
L. FARINA

A thin rigid plate is submerged beneath the free surface of deep water. The plate performs small-amplitude oscillations. The problem of calculating the radiated waves can be reduced to solving a hypersingular boundary integral equation. In the special case of a horizontal circular plate, this equation can be reduced further to onedimensional Fredholm integral equations of the second kind. If th...

2007
M. Jahantigh M. Otadi

In this paper, a numerical procedure for solving fuzzy Fredholm integral equations of the second kind (FIEs) with arbitrary kernels have been investigated and residual minimization method is given and then the proposed algorithm is illustrated with solving some numerical examples.

2014
M. A. Abdou Khamis I. Mohamed

M. A. Abdou, Khamis I. Mohamed and A. S. Ismail, On the numerical solutions of Fredholm-Volterra integral equation, Appl. Math. Comp. 146, 713-728, (2003). M. A. Abdou, Khamis I. Mohamed and A. S. Ismail, Toeplitz Matrix and product Nystrom methods for solving the singular integral equation, Le Matematiche LVII-Fasc. I, 21-37, (2002). H. Brunner, On the numerical solution of nonlinear VolterraF...

2013
J. Biazar

Orthogonal functions and polynomials have been used by many authors for solving various problems. The main idea of using orthogonal basis is that a problem reduces to solving a system of linear or nonlinear algebraic equations by truncated series of orthogonal basis functions for solution of problem and using the operational matrices. Here we use Legendre wavelets basis on interval [0, 1]. Some...

2010
John K. Hayes David K. Kahaner Richard G. Kellner

Two methods for computing numerical conformai mappings are compared. The first, due to Symm, uses a Fredholm integral equation of the first kind while the other, due to Lichtenstein, uses a Fredholm integral equation of the second kind. The two methods are tested on ellipses with different ratios of major to minor axes. The method based on the integral equation of the second kind is superior if...

2008
S Keller

Three-body resonances in atomic systems are calculated as complexenergy solutions of Faddeev-type integral equations. The homogeneous FaddeevMerkuriev integral equations are solved by approximating the potential terms in a Coulomb-Sturmian basis. The Coulomb-Sturmian matrix elements of the three-body Coulomb Green’s operator has been calculated as a contour integral of two-body Coulomb Green’s ...

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

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

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