نتایج جستجو برای: torsion unit

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

2008
YIFAN YANG

Abstract. In this article, we consider the group F∞ 1 (N) of modular units on X1(N) that have divisors supported on the cusps lying over∞ of X0(N), called the ∞-cusps. For each positive integer N , we will give an explicit basis for the group F∞ 1 (N). This enables us to compute the group structure of the rational torsion subgroup C∞ 1 (N) of the Jacobian J1(N) of X1(N) generated by the differe...

2010
PAUL FILI

We generalize Dirichlet’s S-unit theorem from the usual group of S-units of a number field K to the infinite rank group of all algebraic numbers having nontrivial valuations only on places lying over S. Specifically, we demonstrate that the group of algebraic S-units modulo torsion is a Q-vector space which, when normed by the Weil height, spans a hyperplane determined by the product formula, a...

Journal: :journal of reproduction and infertility 0

background: testicular torsion is a medical emergency with catastrophic sequelae that deserves the same treatment considerations and concerted efforts in research as any other complicated medical condition. the aim of this study was to investigate the effect of pausinystalia macroceras (pm) bark extract on sperm quality and serum testosterone levels in testicular torsion in a rat model. methods...

2007

Given an odd prime p and a representation % of the absolute Galois group of a number field k onto PGL2(Fp) with cyclotomic determinant, the moduli space of elliptic curves defined over k with p-torsion giving rise to % consists of two twists of the modular curve X(p). We make here explicit the only genus-zero cases p = 3 and p = 5, which are also the only symmetric cases: PGL2(Fp) ' Sn for n = ...

Journal: Surgery and Trauma 2013
Ahmad Amouzeshi, Alireza Rezapanah, Elena saremi, Hossein Razavian, Mohammad Reza Motie, Mostafa Mehrabi Bahar,

  Torsion of the gallbladder is a relatively rare surgical disease which mimics acute cholecystitis' symptoms that usually would not be respondable to medical therapies. The torsion would mostly be diagnosed intra-operatively. Cholecystectomy is the treatment of choice. In general in our centre, General Surgery department, Imam Reza hospital, Mashhad, Iran, since 1986 over 14000 cholecystect...

2009
Goutam Kumar Patra Seik Weng Ng

In the title compound, C(26)H(19)N(3)O, the dimethyl-ene hydrazine (-C=N-N=C-) unit is approximately planar, the torsion angle around the N-N bond being 162.2 (6)°. The phenyl and benzoyl-phenyl rings at one end of the hydrazine unit are aligned at angles of 9.5 (5) and 88.5 (4)°, respectively, with respect to the hydrazine unit, whereas the benzene ring at the other end is twisted by an angle ...

2006
SERGE BOUC

We show that there is an exact sequence of biset functors over p-groups 0 → Cb j −→B∗ Ψ −→D → 0 where Cb is the biset functor for the group of Borel-Smith functions, B ∗ is the dual of the Burnside ring functor, D is the functor for the subgroup of the Dade group generated by relative syzygies, and the natural transformation Ψ is the transformation recently introduced by the first author in [5]...

2004
JOHN G. RATCLIFFE STEVEN T. TSCHANTZ

Abstract. In this paper, we classify all the orientable hyperbolic 5-manifolds that arise as a hyperbolic space form H/Γ where Γ is a torsion-free subgroup of minimal index of the congruence two subgroup Γ 2 of the group Γ of positive units of the Lorentzian quadratic form x 1 + · · ·+ x 5 − x 6 . We also show that Γ 2 is a reflection group with respect to a 5-dimensional right-angled convex po...

Journal: :international journal of group theory 0
francesco de giovanni dipartimento di matematica e applicazioni - university of napoli "federico ii" marco trombetti dipartimento di matematica e applicazooni - university of napoli "federico ii"

a result of dixon‎, ‎evans and smith shows that if $g$ is a locally (soluble-by-finite) group whose proper subgroups are (finite rank)-by-abelian‎, ‎then $g$ itself has this property‎, ‎i.e‎. ‎the commutator subgroup of $g$ has finite rank‎. ‎it is proved here that if $g$ is a locally (soluble-by-finite) group whose proper subgroups have minimax commutator subgroup‎, ‎then also the commutator s...

Journal: :The journal of physical chemistry. B 2004
Wichard J D Beenken Tõnu Pullerits

In conjugated polymers the concept of spectroscopic units belonging to different spatial segments of the chain, which are responsible for the spectroscopic properties of the polymer, has been used to explain the spectral heterogeneity and the excitation migration by (Förster type) hopping transfer. In the present work we study the possible mechanism of segmentation of polythiophene into spectro...

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

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

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