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

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

Journal: :IACR Cryptology ePrint Archive 2009
Gregory V. Bard

It is a routine task to convert a digital circuit to a system of polynomial equations over GF(2). A very well-studied set of tools called “SAT-solvers”, which solve Conjunctive Normal Form logicalsatisfiability problems, can be used to determine if two circuits are equivalent, as is commonly done in computer engineering. An interesting problem in intellectual property is to determine if two cir...

Journal: :SIAM J. Math. Analysis 2006
James P. Kelliher

We consider solutions to the Navier-Stokes equations with Navier boundary conditions in a bounded domain Ω in R with a Cboundary Γ. Navier boundary conditions can be expressed in the form ω(v) = (2κ−α)v · τ and v ·n = 0 on Γ, where v is the velocity, ω(v) the vorticity, n a unit normal vector, τ a unit tangent vector, and α is in L∞(Γ). Such solutions have been considered in [2] and [3], and, i...

2012
Giuseppe Claudio Guarnera Pieter Peers Paul E. Debevec Abhijeet Ghosh

In this paper we introduce a novel technique for estimating surface normals from the four Stokes polarization parameters of specularly reflected light under a single spherical incident lighting condition that is either unpolarized or circularly polarized. We illustrate the practicality of our technique by estimating surface normals under uncontrolled outdoor illumination from just four observat...

2008
Leonid Malyshkin Stanislav Boldyrev

We investigate magnetic field amplification in a turbulent velocity field with nonzero helicity, in the framework of the kinematic Kazantsev-Kraichnan model. We present the numerical solution of the model for the practically important case of Kolmogorov distribution of velocity fluctuations, with a large magnetic Reynolds number. We found that in contrast with the nonhelical case where growing ...

Journal: :jentashapir journal of health research 0
najmeh hamid mohamad vatankhah bahman zarezadegan

background the purpose of this study was to compare the mental health and daily stress in periodontal diseases and normal group. material and methods a causal comparative method was carried out. using the screening sampling method, the sample subjects were selected from 20 patients with periodontal diseases and 20 attendants of patient as normal group. the two groups were matched from age, sex,...

2012
Haimasree Bhattacharya Michael Bang Nielsen Robert Bridson

Fluid control methods often require surface velocities interpolated throughout the interior of a shape to use the velocity as a feedback force or as a boundary condition. Prior methods for interpolation in computer graphics — velocity extrapolation in the normal direction and potential flow — suffer from a common problem. They fail to capture the rotational components of the velocity field, alt...

Journal: :SIAM J. Control and Optimization 2006
Enrique Fernández-Cara Sergio Guerrero Oleg Yu. Imanuvilov Jean-Pierre Puel

In this paper we deal with some controllability problems for systems of the Navier– Stokes and Boussinesq kind with distributed controls supported in small sets. Our main aim is to control N-dimensional systems (N + 1 scalar unknowns in the case of the Navier–Stokes equations) with N − 1 scalar control functions. In a first step, we present some global Carleman estimates for suitable adjoint pr...

2006
MING-CHIH LAI HSIAO-CHIEH TSENG ZHILIN LI

In this paper, we introduce a simple version of immersed interface method (IIM) for the Stokes flow with singular forces along an interface. The numerical method is based on applying the Taylor’s expansions along the normal direction and incorporating the solution and its normal derivative jumps into the finite difference approximations. The numerical results show that the scheme is second-orde...

Journal: :J. Comput. Physics 2007
Michael D. Toy David A. Randall

In a recently published article [1], Thuburn and Woollings present a detailed analysis of the effect of the vertical discretization on the numerical representation of wave motion in the atmosphere. Among the schemes they analyzed, the ones that had the most accurate linear normal mode frequencies were not suited for preservation of discrete analogs of conservation properties. For example, the m...

Journal: :روش های عددی در مهندسی (استقلال) 0
جعفر حیرانی نوبری j. heirani nobari حمید مومنی و محمدعلی معصوم نیا h. momeni and m. a. masoumnia

the six-degree equations of flight in their classic form do not provide a proper physical perception due to a number of interferences. nor do they render visible the important role of attack angles. in this study, attempts have been made to develop a complete set of 3d acceleration equations from the equations of normal and tangential acceleration αn=vωv, αt=v ̇. for this purpose, a coordinate s...

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

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

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