نتایج جستجو برای: inversion curve

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

2008
J. C. EILBECK

We develop the theory of Abelian functions defined using a tetragonal curve of genus six, with the specific example of the cyclic curve, y = x + λ4x + λ3x + λ2x + λ1x + λ0 discussed in detail. We define generalisations of the Weierstrass σ and ℘ functions, along with additional classes of Abelian functions. In addition, we present the associated partial differential equations satisfied by the f...

Journal: :Math. Comput. 2007
Kamal Khuri-Makdisi

Let C be a curve of genus g over a field k. We describe probabilistic algorithms for addition and inversion of the classes of rational divisors in the Jacobian of C. After a precomputation, which is done only once for the curve C, the algorithms use only linear algebra in vector spaces of dimension at most O(g log g), and so take O(g3+ ) field operations in k, using Gaussian elimination. Using ...

2003
Adnan Abdul-Aziz Gutub Mohammad K. Ibrahim

A new GF(p) cryptographic processor architecture for elliptic curve encryption/decryption is proposed in this paper. The architecture takes advantage of projective coordinates to convert GF(p) inversion needed in elliptic point operations into several multiplication steps. Unlike existing sequential designs, we show that projecting into (X/Z,Y/Z) leads to a much better improved performance than...

2006

In this paper a new and very simple method for monotone estimation of discount curves is proposed. The main idea of this approach is a simple modification of the commonly used (unconstrained) McCulloch Spline. We construct an integrated density estimate from the predicted values of the discount curve. It can be shown that this statistic is an estimate of the inverse of the discount function and...

Journal: :Computer Aided Geometric Design 2003
YingLiang Ma W. Terry Hewitt

This paper presents an accurate and efficient method to solve both point projection and point inversion for NURBS curves and surfaces. We first subdivide the NURBS curve or surface into a set of Bézier subcurves or patches. Based on the relationship between the test point and the control polygon of Bézier curve or the control point net of the Bézier patch, we extract candidate Bézier subcurves ...

Journal: :فیزیک زمین و فضا 0
الهام شعبانی دانشجوی دکتری ژئوفیزیک، گروه فیزیک زمین، مؤسسه ژئوفیزیک دانشگاه تهران نوربخش میرزائی دانشیار، گروه فیزیک زمین، مؤسسه ژئوفیزیک دانشگاه تهران ابراهیم حق شناس استادیار، پژوهشگاه بین المللی زلزله شناسی و مهندسی زلزله، تهران مرتضی اسکندری قادی دانشیار، گروه علوم پایه مهندسی، پردیس دانشکده های فنی، دانشگاه تهران

tehran, the capital of iran, is under the threat of large magnitude earthquakes (above 7) located on known active faults. previous studies on the effect of local surface geology on earthquake ground motion using 1d calculation of sh transfer function (jafari et al., 2001; jica & cest, 2000) and using experimental methods (haghshenas, 2005) based on earthquake and ambient noise vibration recordi...

Journal: :iranian journal of science and technology (sciences) 2015
h. kocayigit

in this paper, we give some characterizations for legendre spherical, legendre normal and legendre rectifying curves in the 3-dimensional sasakian space. furthermore, we show that legendre spherical curves are also legendre normal curves. in particular, we prove that the inverse of curvature of a legendre rectifying curve is a non-constant linear function of the arclength parameter.

Meisam Torab Mostaedi Mohammad Ali Moosavian Parissa Khadiv Parsi,

An experimental study of the phase inversion behavior of liquid-liquid dispersion has been conducted in a spray extraction column for systems of toluene / water, n-hexane/water, CCl4/water, toluene /water + glycerol (25 % wt), toluene + CCl4 (25 % wt) / water and toluene / acetic acid (5 % wt)/water. The effects of physical properties, mass transfer and column geometry...

2011
Jutta Bikowski Johan A. Huisman Jasper A. Vrugt Harry Vereecken Jan van der Kruk

Ground Penetrating Radar (GPR) has found widespread application for the non-invasive characterization of the subsurface. Nevertheless, the interpretation of GPR measurements remains difficult in some cases, particularly when the subsurface contains thin horizontal layers with contrasting dielectric properties that might act as waveguides for electromagnetic wave propagation. GPR data affected b...

2009
G. S. Slavin T. Song J. A. Stainsby

Introduction: Look-Locker inversion recovery produces images at multiple inversion times (TI) after a 180° inversion pulse (1). In non-cardiac and phantom experiments, the sequence timing can be carefully controlled. This allows the user to exactly specify both the TIs and the magnetization recovery time between inversions. In cardiac imaging, however, these timing variables are measured in uni...

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

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

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