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

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

Journal: :Journal of animal science 2015
J Y Guo C E Phillips M T Coffey S W Kim

The experiment investigated the effects of a supplemental candy coproduct (Chocolate Candy Feed [CCF]; International Ingredient Corp., St. Louis, MO), an alternative carbohydrate source to dietary lactose, on growth performance and on health status of nursery pigs. Crossbred pigs ( = 1,408; 21 d of age and 7.1 ± 0.3 kg BW; Smithfield Premium Genetics, Rose Hill, NC) were randomly assigned to 4 ...

2008
A. Van Daele

Let (A, ∆) be a multiplier Hopf algebra. In general, the underlying algebra A need not have an identity and the coproduct ∆ does not map A into A ⊗ A but rather into its multiplier algebra M (A ⊗ A). In this paper, we study some tools that are frequently used when dealing with such multiplier Hopf algebras and that are typical for working with algebras without identity in this context. The basi...

Journal: :Journal of agricultural and food chemistry 2011
Jihyun Lee Alyson E Mitchell

During onion processing, the outer dried protective layer (outer paper layer) and first two fleshy leaf layers are removed. This coproduct material is a potential commercial source of flavonoids especially quercetin. In the following study, the flavonoid composition was determined in coproduct materials and the press cake (material generated after juice extraction) in several commercially impor...

2000
Alfons Van Daele

Quantum groups have been studied intensively for the last two decades from various points of view. The underlying mathematical structure is that of an algebra with a coproduct. Compact quantum groups admit Haar measures. However, if we want to have a Haar measure also in the noncompact case, we are forced to work with algebras without identity, and the notion of a coproduct has to be adapted. T...

2004
LUCIAN M. IONESCU

An analog of Kreimer’s coproduct from renormalization of Feynman integrals in quantum field theory, endows an analog of Kontsevich’s graph complex with a dg-coalgebra structure. The graph complex is generated by orientation classes of labeled directed graphs. A graded commutative product is also defined, compatible with the coproduct. Moreover, a dg-Hopf algebra is identified. Graph cohomology ...

2008
Sebastian Nowak

We construct field theory on noncommutative κ-Minkowski spacetime. Having the Lorentz action on the noncommutative space-time coordinates we show that the field lagrangian is invariant. We show that noncommutativity requires replacing the Leibnitz rule with the coproduct one.

2013
Leonardo Manuel Cabrer Hilary A. Priestley

The analysis of coproducts in varieties of algebras has generally been variety-specific, relying on tools tailored to particular classes of algebras. A recurring theme, however, is the use of a categorical duality. Among the dualities and topological representations in the literature, natural dualities are particularly well behaved with respect to coproduct. Since (multisorted) natural dualitie...

2008
A. Ballesteros E. Celeghini

A perturbative quantization procedure for Lie bialgebras is introduced and used to classify all three dimensional complex quantum algebras compatible with a given coproduct. The role of elements of the quantum universal enveloping algebra that, analogously to generators in Lie algebras, have a distinguished type of coproduct is discussed, and the relevance of a symmetrical basis in the universa...

2002
FRÉDÉRIC CHAPOTON

The structure of a Hopf operad is defined on the vector spaces spanned by forests of leaf-labeled, rooted, binary trees. An explicit formula for the coproduct and its dual product is given, using a poset on forests.

Journal: :Logica Universalis 2022

We propose various methods for combining or amalgamating propositional languages and deductive systems. make heavy use of quantales quantale modules in the wake previous works by present other authors. also describe quite extensively relationships among algebraic order-theoretic constructions corresponding ones based on a purely logical approach.

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

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

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