نتایج جستجو برای: inverse

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

2008
Jerzy Lukierski Stefan Pokorski

In κ-deformed relativistic framework we consider three different definitions of κ-deformed velocities and introduce corresponding addition laws. We show that one of the velocities has classical relativistic addition law. The relation of velocity formulae with the coproduct for fourmomenta and noncommutative space-time structure is exhibited.

2008
A. Yu. Olshanskii

Let F be a field and A a free associative F -algebra or a group algebra of a free group with an infinite set X of generators. We find a necessary and sufficient condition for the inclusion I ′ ⊆ I , where I = I1 . . . Ik and I ′ = I ′ 1 . . . I ′ l are any products of T -ideals in A. A canonical reformulation in terms of products of group representation varieties answers a question posed in 198...

Journal: :Int. J. Comp. Sci. Sport 2006
Martin Hofmann Maik Dänhardt Nils Betzler Kerstin Witte Jürgen Edelmann-Nusser

Besides the actual state of the condition, the performance of an athlete is highly influenced by the way of executing the movement. So this factor is said to be more and more important. In order to find out and use these potentials, sport science profits from the power of computers for example with modelling and simulating special movements. This article describes the basic functions of a model...

Journal: :CoRR 2007
Damien Chablat Philippe Wenger Ilian A. Bonev

The aim of this paper is the kinematic study of a 3-RPR planar parallel manipulator where the three fixed revolute joints are actuated. The direct and inverse kinematic problem as well as the singular configuration is characterized. On parallel singular configurations, the motion produce by the mobile platform can be compared to the Reuleaux straight-line mechanism.

2006
Patrick Salvia Stéphane Sobczak Victor Sholukha Véronique Feipel Marcel Rooze Serge Van Sint Jan

This paper compares morphological and functional definitions of the flexion-extension axis using six dof electrogoniometry and bone Modelling.

Journal: :CoRR 2008
Oleg I. Mokhov

Consider the square lattice Z with vertices at points with integer-valued coordinates in R = {(x1, x2)| xk ∈ R, k = 1, 2} and complex (or real) scalar fields u on the lattice Z, u : Z → C, that are defined by their values ui1i2 , ui1i2 ∈ C, at each vertex of the lattice with the coordinates (i1, i2), ik ∈ Z, k = 1, 2. Consider a class of two-dimensional discrete equations on the lattice Z for t...

Journal: :Robotics and Autonomous Systems 2009
Stefan Staicu

Matrix relations in kinematics and dynamics of the Star parallel manipulator are established in this paper. The prototype of the manipulator is a three-degree-of-freedom mechanism, which consists of a system of parallel kinematical chains connecting to a moving platform. Knowing the translation motion of the platform, we develop first the inverse kinematics problem and determine the position, v...

ژورنال: پژوهش های ریاضی 2021

In this paper, we introduce Inverse topology in a BL-algebra A and prove the set of all minimal prime filters of A, namely Min(A) with the Inverse topology is a compact space, Hausdorff, T0  and T1-Space. Then, we show that Zariski topology on Min(A) is finer than the Inverse topology on Min(A). Then, we investigate what conditions may result in the equivalence of these two topologies. Finally,...

2003
Georgios Rekleitis Meyer Nahon Subir K. Saha

In this paper, the inverse kinematics and inverse dynamics analysis of a parallel mechanism is presented. The mechanism consists of three fixed-length legs each supported by a three-wheeled mobile robot. The three legs support a platform, which acts as the end-effector of the mechanism. Two different designs are evaluated: one with ball joints at the top ends of the legs and revolute joints at ...

Journal: :Transactions of the American Mathematical Society 1988

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

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

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