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

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

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه سیستان و بلوچستان 1386

چکیده ندارد.

A bi-isotropic magneto-electric metamaterials is modeled by two independent reservoirs. The reservoirs contain a continuum of three dimensional harmonic oscillators, which describe polarizability and magnetizability of the medium. The paper aimed to investigate the effect of electromagnetic field on bi-isotropic. Starting with a total Lagrangian and using Euler-Lagrange equation, researcher cou...

This article proposes a fast and accurate expansion-iterative method for solving second kind linear Volterra integral equations. The method is based on a special representation of vector forms of triangular functions (TFs) and their operational matrix of integration. By using this approach, solving the integral equation reduces to solve a recurrence relation. The approximate solution of integra...

2008
A Bouda F Hammad

For a one-dimensional stationary system, we derive a third order equation of motion representing a first integral of the relativistic quantum Newton's law. We then integrate this equation in the constant potential case and calculate the time spent by a particle tunneling through a potential barrier .

1997
Jacob Cohen

The stability of shear flows of electrically conducting fluids, with respect to finite amplitude three-dimensional localized disturbances is considered. The time evolution of the fluid impulse integral, characterizing such disturbances, for the case of low magnetic Reynolds number is obtained by integrating analytically the vorticity equation. Analysis of the resulted equation reveals a new ins...

1999
Tuncay Aktosun Cornelis van der Mee

The one-dimensional matrix Schrr odinger equation is considered when the matrix potential is selfadjoint and satisses certain general restrictions. The small-energy asymptotics of the scattering solutions and scattering coeecients are derived. The continuity of the scattering coeecients is established. The unique solvability of the corresponding matrix Marchenko integral equations is proved. Sh...

In this work, a non-integer order Airy equation involving Liouville differential operator is considered. Proposing an undetermined integral solution to the left fractional Airy differential equation, we utilize some basic fractional calculus tools to clarify the closed form. A similar suggestion to the right FADE, converts it into an equation in the Laplace domain. An illustration t...

Journal: :The Journal of chemical physics 2010
Achille Giacometti Fred Lado Julio Largo Giorgio Pastore Francesco Sciortino

We report on a computer simulation and integral equation study of a simple model of patchy spheres, each of whose surfaces is decorated with two opposite attractive caps, as a function of the fraction chi of covered attractive surface. The simple model explored--the two-patch Kern-Frenkel model--interpolates between a square-well and a hard-sphere potential on changing the coverage chi. We show...

Journal: :Math. Comput. 2003
Lung-An Ying

Using the fundamental solution of the heat equation, we give an expression of the solutions to two-dimensional initial-boundary value problems of the Navier-Stokes equations, where the vorticity is expressed in terms of a Poisson integral, a Newtonian potential, and a single layer potential. The density of the single layer potential is the solution to an integral equation of Volterra type along...

1996
Tuncay Aktosun Cornelis van der Mee

The recovery of the coe cient H(x) in the one-dimensional generalized Schrodinger equation d =dx + kH(x) = Q(x) ; where H(x) is a positive, piecewise continuous function with positive limits H as x ! 1; is studied. The large-k asymptotics of the wavefunctions and the scattering coe cients are analyzed. A factorization formula is given expressing the total scattering matrix as a product of simp...

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

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

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