نتایج جستجو برای: conjugate systems to x

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

miRNAs as one of the potential therapeutic agents have been recently considered for cancer treatment. AS1411 (aptNCL) is a DNA aptamer specifically binding to nucleolin protein on the cancer cell surface with antiproliferative effect. The aim of the study was to develop a conjugate consisted of aptNCL (as targeted delivery of therapeutic agent) and miRNA let-7d (as a tumor suppressor) using two...

2002
Clark Kimberling C. Kimberling

The locus of a point X for which the cevian triangle of X and that of its isogonal conjugate have equal areas is a cubic that passes through the 1st and 2nd Brocard points. Generalizing from isogonal conjugate to P -isoconjugate yields a cubic Z(U,P ) passing through U ; if X is on Z(U, P ) then the P isoconjugate of X is on Z(U,P ) and this point is collinear with X and U . A generalized equal...

1991
Raymond H. Chan Man-Chung Yeung

Preconditioned conjugate gradient method is used to solve n-by-n Hermitian Toeplitz systems A n x = b. The preconditioner S n is the Strang's circulant preconditioner which is deened to be the circulant matrix that copies the central diagonals of A n. The convergence rate of the method depends on the spectrum of S ?1 n A n. Using Jackson's theorem in approximation theory, we prove that if A n h...

Journal: :Math. Comput. 1997
Michael A. Bean

We derive formulas for practically computing the area of the region |F (x, y)| ≤ 1 defined by a binary quartic form F (X, Y ) ∈ R[X,Y ]. These formulas, which involve a particular hypergeometric function, are useful when estimating the number of lattice points in certain regions of the type |F (x, y)| ≤ h and will likely find application in many contexts. We also show that for forms F of arbitr...

1999
Geoffrey W. Burr Robert M. Shelby

We demonstrate one-to-one pixel–matching of phase–conjugate digital volume holographic data storage, with data pages as large as a megapel (1024 × 1024 pixels). A self–pumped phase–conjugate mirror in BaTiO3 is used to provide a phase–conjugate reference beam, which reconstructs the data–bearing object beam from a LiNbO3:Fe crystal using the 90◦ geometry. The systems tradeoffs of phase–conjugat...

2008
Huaxin Lin

Let A be a unital simple C∗-algebra with tracial rank zero and X be a compact metric space. Suppose that h1, h2 : C(X) → A are two unital monomorphisms. We show that h1 and h2 are approximately unitarily equivalent if and only if [h1] = [h2] in KL(C(X), A) and τ ◦ h1(f) = τ ◦ h2(f) for every f ∈ C(X) and every trace τ of A.Adopting a theorem of Tomiyama, we introduce a notion of approximate con...

2003
G. R. GOODSON

We investigate the question of when an ergodic automorphism T is conjugate to its composition square T 2, i.e., when does there exist an automorphism S with the property that ST = T 2S. This is a non–generic property of automorphisms which seems to be quite exceptional. The situation for ergodic automorphisms having discrete spectrum and automorphisms having the weak closure property is investi...

2001
Eric A. Decker

A buffer is defined as a compound that in small concentrations can impart a resistance to large pH changes. Common buffers contain two substances, a conjugate base and a conjugate acid. There are acidic buffers that contain a weak acid and the salt of a weak acid (the conjugate base) and basic buffers that contain a weak base and the salt of a weak base (the conjugate acid). The combination of ...

Journal: :journal of mahani mathematical research center 0
f. ayatollah zadeh shirazi university of tehran f. ebrahinifar university of tehran a. gharagozlou k. n. toosi university of technology

‎in the following text for arbitrary $x$ with at least two elements‎, ‎nonempty countable set $gamma$‎ ‎we make a comparative study on the collection of generalized shift dynamical systems like $(x^gamma,sigma_varphi)$ where $varphi:gammatogamma$ is an arbitrary self-map‎. ‎we pay attention to sub-systems and combinations of generalized shifts with counterexamples regarding devaney‎, ‎exact dev...

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

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

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