نتایج جستجو برای: n cosemihereditary ring

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

In this paper‎, ‎we introduce the notion of $(m,n)$-‎algebr‎aically compact modules as an analogue of algebraically‎ ‎compact modules and then we show that $(m,n)$-algebraically‎ ‎compactness‎ ‎and $(m,n)$-pure injectivity for modules coincide‎. ‎Moreover‎, ‎further characterizations of a‎ ‎$(m,n)$-pure injective module over a commutative ring are given‎.

Journal: :journal of sciences islamic republic of iran 0

in this paper we study the structure and the commutativity of a ring r, in which for each x,y ? r, there exist two integers depending on x,y such that [x,y]k equals x n or y n.

Journal: :journal of algebraic systems 2014
ali taherifar

an ideal i of a ring r is called right baer-ideal if there exists an idempotent e 2 r such that r(i) = er. we know that r is quasi-baer if every ideal of r is a right baer-ideal, r is n-generalized right quasi-baer if for each i e r the ideal in is right baer-ideal, and r is right principaly quasi-baer if every principal right ideal of r is a right baer-ideal. therefore the concept of baer idea...

Journal: :bulletin of the iranian mathematical society 2012
ali tavakoli alireza abdollahi howard e. bell

let $r$ be an infinite ring. here we prove that if $0_r$ belongs to ${x_1x_2cdots x_n ;|; x_1,x_2,dots,x_nin x}$ for every infinite subset $x$ of $r$, then $r$ satisfies the polynomial identity $x^n=0$. also we prove that if $0_r$ belongs to ${x_1x_2cdots x_n-x_{n+1} ;|; x_1,x_2,dots,x_n,x_{n+1}in x}$ for every infinite subset $x$ of $r$, then $x^n=x$ for all $xin r$.

Let ?: R0?R be a ring homomorphism and suppose that a and a0, respectively, are ideals of R and R0 such that is an Artinian ring. Let M and N be two finitely generated R-modules and suppose that (R0,m0) is a local ring. In this note we prove that the R-modules and are Artinian for all integers i and j, whenever and . Also we will show that if a is principal, then the R-modules and ...

Journal: :iranian journal of chemistry and chemical engineering (ijcce) 2014
majid m. heravi mehdi bakavoli zohreh sadjadi hashemi

ring cleavage occurred when 1,2,4-triazino-1,2,4-triazines (3), (4) and (5) were treated with concentrated hydrochloric acid to yield n-substituted triazines (7) and (8). these confirm the given configuration assigned to the isomeric triazinotriazines. 6-methyl-2-phenyl-7h-oxazolo [3,2-b][1,2,4]-triazin-7-one (9) underwent ring cleavage on treatment with sodium alkoxide to afford 3-alkoxy-1,2,4...

In this study, B12N12 Nano ring has been selected because it consist of four 6-side rings and polar bonds B-N which in comparison with non-polar bonds C-C, is more suitable for the study of the absorption of other compounds. So reactivity and stability of Benzene alone and in the presence B12N12 nano ring field checked. To determine the non-bonded interaction energies between Benzene and B12N12...

‎In this work‎, ‎we introduce the concept of classical 2-absorbing secondary modules over a commutative ring as a generalization of secondary modules and investigate some basic properties of this class of modules‎. ‎Let $R$ be a commutative ring with‎ ‎identity‎. ‎We say that a non-zero submodule $N$ of an $R$-module $M$ is a‎ ‎emph{classical 2-absorbing secondary submodule} of $M$ ...

2010
Eva Babjaková Marek Nečas Robert Vícha

In the title compound, C(18)H(22)O, the dihedral angle between the carbonyl and benzene planes is 69.11 (6)°. In the adamantyl group, the three fused cyclo-hexane rings have almost ideal chair conformations, with C-C-C angles in the range 108.14 (11)-110.50 (11)°. No specific inter-molecular inter-actions (other than van der Waals inter-actions) are present in the crystal.

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

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

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