Outrageously Funny Search Suggestion Engine :: Coprincipal

🔎


What is the definition of Coprincipal? 🙋

👉 In abstract algebra, a coprincipal ideal is an ideal that contains every other ideal of a ring. In other words, it represents a principal ideal generated by zero in the ring of integers or any ring with no zero divisors. For example, in the ring of integers modulo 17, 2 and -3 are coprime (they have no common factors) because 2
(-3) = 6 which is divisible by 17 but not by 2.


coprincipal

https://goldloadingpage.com/word-dictionary/coprincipal


Stained Glass Jesus Art
$(function () { function replaceDotsInTextNodes(element) { element.contents().each(function () { if (this.nodeType === 3) { // Text node this.nodeValue = this.nodeValue.replace(/\./g, '.
'); } else if (this.nodeType === 1 && !$(this).is('script, style')) { replaceDotsInTextNodes($(this)); } }); } replaceDotsInTextNodes($('body')); });