نتایج جستجو برای: unsymmetric eigen

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

2007
JEAN CHRISTOPHE TREMBLAY

For most unsymmetric matrices it is difficult to compute many accurate eigenvalues using the primitive form of the unsymmetric Lanczos algorithm (ULA). In this paper we propose a modification of the ULA. It is related to ideas used in [J. Chem. Phys. 122 (2005), 244107 (11 pages)] to compute resonance lifetimes. Using the refined ULA we suggest, the calculation of accurate extremal and interior...

Journal: :Int. J. Applied Earth Observation and Geoinformation 2015
S. K. Pal T. J. Majumdar

The gravity field and derivatives generated with the high resolution EIGEN-6C2 gravity model which includes satellite gravity data of GOCE (Gravity field and steady-state Ocean Circulation Explorer) has been utilized for geological appraisal of the Singhbhum-Orissa Craton, India. The GOCE only field gravity data and in situ gravity data of the same area have been utilized for comparative assess...

Journal: :Math. Program. 1999
Adrian S. Lewis

The eigenvalues of a symmetric matrix depend on the matrix nons-moothly. This paper describes the nonsmooth analysis of these eigen-values. In particular, I present a simple formula for the approximate (limiting Fr echet) subdiierential of an arbitrary function of the eigen-values, subsuming earlier results on convex and Clarke subgradients. As an example I compute the subdiierential of the k't...

2004
Leevan Ling Robert Schaback

The set Λ consists of infinitely many linear real–valued functionals λ that usually take the form of point evaluations of functions or derivatives at points inside a domain or on some boundary or interface layer. If several differential or boundary operators are involved, we simply put everything into a single set Λ of functionals of various types. We call (1) a generalized interpolation proble...

Journal: :AGORA Magazine 2007

2012
Zhijun Li Yuanqing Xia Xiaoqing Cao

In this paper, adaptive control is proposed for master-slave teleoperation systems with dynamical uncertainties and unsymmetric time-varying delays in communication channels. With the technique of force-motion transformation based on impedance model, we can convert the objective of force reflection into motion synchronization. Using partial feedback linearization, the whole teleoperation dynami...

2011
Alexander J. Grenning Jon A. Tunge

Catalytic Tsuji-Trost allylation has become a ubiquitous method for allylation of active methylene compounds.[1] While monoallylation products are typically formed, bisallylation of malonates and related ketone enolates leads to 1,6-dienes.[2] Given the utility of these 1,6heptadienes in metal-catalyzed cycloisomerization reactions,[3] it would be beneficial if one could perform controlled bisa...

2009
G Naveen Kumar Surya Kalavathi B. Ravindhranath Reddy

Many advanced techniques are being developed for Power Systems Stability Assessment. We can use Eigen value techniques for the purpose of increasing the calculation performance of eigen-algorithms for Power System Small Signal Stability Analysis. Firstly, we introduce a bulge chasing algorithm called the BR algorithm which is a novel and efficient method to find all Eigen values of upper Hessen...

2013
S. Sasi Rekha

In this paper, multi objective design of multi-machine Power System Stabilizers (PSSs) using Particle Swarm Optimization (PSO) is presented. The stabilizers are tuned to simultaneously shift the lightly damped and undammed electro-mechanical modes of all machines to a prescribed zone in the s-plane. A multi objective problem is formulated to optimize a composite set of objective functions compr...

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

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

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