نتایج جستجو برای: indicial equations

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

1999
WEI HUANG ZHENG SHEN NORDEN E. HUANG YUAN CHENG FUNG

This paper is devoted to the quantization of the degree of nonlinearity of the relationship between two biological variables when one of the variables is a complex nonstationary oscillatory signal. An example of the situation is the indicial responses of pulmonary blood pressure (P) to step changes of oxygen tension (DpO2) in the breathing gas. For a step change of DpO2 beginning at time t1, th...

2008
R. MILSON

The article introduces a method of generating sequences by means of a formal eigenvalue problem. This is accomplished by considering the spectral residues of a second-order Schrödinger operator. It needs to be noted that the n spectral residue is a certain homogeneous polynomial of the first n coefficients of the corresponding potential’s power series, and that it serves as a measure of obstruc...

2015
Maria Helena Henriques Marc A. Rosen

This work presents, for the first time, an overview of the rich geodiversity outcropping in the São Tomé island, one of the two islands that make up the archipelago of São Tomé and Príncipe, the second smallest state of Africa in area. Located at the equator, in the alignment known as the “Cameroon Volcanic Line”, this archipelago represents a privileged area for the comparative study between o...

2008
A. Nichols

We use the process of quantum hamiltonian reduction of SU(2)k, at rational level k, to study explicitly the correlators of the h1,s fields in the cp,q models. We find from direct calculation of the correlators that we have the possibility of extra, chiral and non-chiral, multiplet structure in the h1,s operators beyond the ‘minimal’ sector. At the level of the vacuum null vector h1,2p−1 = (p − ...

2001
Patrick C. Murphy Vladislav Klein

Improved aerodynamic mathematical models, for use in aircraft simulation or flight control design, are required when representing nonlinear unsteady aerodynamics. A key limitation of conventional aerodynamic models is the inability to map frequency and amplitude dependent data into the equations of motion directly. In an effort to obtain a more general formulation of the aerodynamic model, rese...

1987
Robert S. Boyer

We describe an extension to our quantifier-free computational logic to provide the expressive power and convenience of bounded quantifiers and partial functions. By quantifier we mean a formal construct which introduces a bound or indicial variable whose scope is some subexpression of the quantifier expression. A familiar quantifier is the Σ operator which sums the values of an expression over ...

Journal: :Brazilian dental journal 2013
Helena de Freitas Oliveira Paranhos Amanda Peracini Marina Xavier Pisani Viviane de Cássia Oliveira Raphael Freitas de Souza Cláudia Helena Silva-Lovato

This study evaluated color stability, surface roughness and flexural strength of acrylic resin specimens after immersion in alkaline peroxide and alkaline hypochlorite, simulating a period of one and a half year of use of overnight immersion. Sixty disc-shaped (16x4 mm) and 80 rectangular specimens (65x10x3.3 mm) were prepared from heat-polymerized acrylic resin (Lucitone 550) and distributed i...

Journal: :Journal of the Optical Society of America. A, Optics, image science, and vision 2007
Alexander V Goncharov Chris Dainty

We propose a wide-field schematic eye model, which provides a more realistic description of the optical system of the eye in relation to its anatomical structure. The wide-field model incorporates a gradient-index (GRIN) lens, which enables it to fulfill properties of two well-known schematic eye models, namely, Navarro's model for off-axis aberrations and Thibos's chromatic on-axis model (the ...

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

دراین پایان نامه نظر به اهمیت معادلات انتگرال ولترای خطی در حل مسائل فیزیک ،مهندسی و ... ، روش های کالوکیشن و کالوکیشن تکراری جهت حل معادلات انتگرال ولترای منفرد ضعیف مورد بررسی قرار می گیرند . سپس در ادامه در موردهمگرایی این روشها مطالب مفیدی بیان خواهد شد . در پایان نتیجه میگیریم که اگر جواب دقیق در برخی از فضاهای مناسب وجود داشته باشد ، با استفاده از این روش یک همگرایی قوی میتواند بوجود بیای...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه علوم پایه دامغان 1389

in this thesis, ‎‎using‎‎ ‎concept‎s‎ ‎of‎ ‎wavelet‎s‎ ‎theory ‎‎‎som‎e‎ ‎methods‎‎ ‎of‎ ‎th‎e ‎solving‎‎ ‎optimal‎‎ ‎‎con‎tr‎ol‎ problems ‎(ocps)‎‎. ‎g‎overned by time-delay systems is investigated. ‎th‎is‎ thesis contains ‎tw‎o parts. ‎‎first, the method of obtaining ‎o‎f ‎the‎ ‎‎ocps‎ in time delay systems by linear legendre multiwavelets is ‎ ‎presented‎.‎‎‎‎ the main advantage of the meth...

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

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

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