نتایج جستجو برای: weakly prime ternary subsemimodules

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

Journal: :Linear Algebra and its Applications 2017

2012
BIJAN DAVVAZ SAMIT KUMAR MAJUMDER

In this paper, the study of vague structures of Γ-semigroups is initiated by introducing the concepts of vague subsemigroup, vague bi-ideal and vague (1, 2)-ideal in a Γ-semigroup and some fundamental results are obtained. Then the concept of vague weakly completely prime ideals in Γ-semigroups has been introduced and studied directly and via operator semigroups

Journal: :Des. Codes Cryptography 2011
Alexander Pott Yin Tan Tao Feng San Ling

We give a construction of 3-class and 4-class association schemes from s-nonlinear and differentially 2s-uniform functions, and a construction of p-class association schemes from weakly regular p-ary bent functions, where p is an odd prime.

Journal: :international journal of group theory 2014
abdelrahman abdelhamid heliel rola asaad hijazi reem abdulaziz al-obidy

let $g$ be a finite group‎. ‎a subgroup‎ ‎$h$ of $g$ is called an $mathcal h $ -subgroup in‎ ‎$g$ if $n_g (h)cap h^gleq h$ for all $gin‎ ‎g$. a subgroup $h$ of $g$ is called a weakly‎ $mathcal h^ast $-subgroup in $g$ if there exists a‎ ‎subgroup $k$ of $g$ such that $g=hk$ and $hcap‎ ‎k$ is an $mathcal h$-subgroup in $g$. we‎ ‎investigate the structure of the finite group $g$ under the‎ ‎assump...

2016
Ana Zumalacárregui

Exponential sums and character sums have many applications in number theory and combinatorial number theory. Many famous and interesting problems have been studied by means of exponential sums techniques: Goldbach ternary conjecture (Vinogradov), Waring Problem (Hardy, Littlewood, Vaughan, Vinogradov, Wooley), Distribution of prime numbers (Ford, Hardy, Korobov, Linnik,...) as well as many othe...

Journal: :IACR Cryptology ePrint Archive 2009
Dabin Zheng Xiangyong Zeng Lei Hu

For a prime p with p ≡ 3 (mod 4) and an odd number m, the Bentness of the p-ary binomial function fa,b(x) = Tr1 (ax pm−1) + Tr1(bx pn−1 4 ) is characterized, where n = 2m, a ∈ Fpn , and b ∈ Fp2 . The necessary and sufficient conditions of fa,b(x) being Bent are established respectively by an exponential sum and two sequences related to a and b. For the special case of p = 3, we further characte...

Journal: :CoRR 2014
Pramod Kumar Kewat Bappaditya Ghosh Sukhamoy Pattanayak

Let p be a prime number. In this paper, we study cyclic codes over the ring Z p [u, v]/u 2 , v 2 , uv − vu. We find a unique set of generators for these codes. We also study the rank and the Hamming distance of these codes. We obtain all except one ternary optimal code of length 12 as the Gray image of the cyclic codes over the ring Z p [u, v]/u 2 , v 2 , uv − vu. We also characterize the p-ary...

Journal: :Australasian J. Combinatorics 2012
Goldwyn Millar

It is well-known that for each prime power q and for each d ∈ 2N, there exists a circulant weighing matrix of order q d+1−1 q−1 and weight q . We extend this result to show that there exist φ(d+1) 2 inequivalent circulant weighing matrices of order q d+1−1 q−1 and weight q , where φ is the Euler totient function. Further, we obtain a bound on the magnitude of the values taken by the cross-corre...

Journal: :Discrete Applied Mathematics 2009
Axel Kohnert Alfred Wassermann

We construct new binary and ternary self-orthogonal linear codes. In order to do this we use an equivalence between the existence of a self-orthogonal linear code over a prime eld with a prescribed minimum distance and the existence of a solution of a certain system of Diophantine linear equations. To reduce the size of the system of equations we restrict the search for solutions to solutions w...

2014
EDNA JONES

This paper specifies some conditions as to when an integer m is locally represented by a positive definite diagonal integer-matrix ternary quadratic form Q at a prime p. We use quadratic Gauss sums and a version of Hensel’s Lemma to count how many solutions there are to the equivalence Q(~x) ≡ m (mod p) for any k ≥ 0. Given that m is coprime to the determinant of the Hessian matrix of Q, we can...

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

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

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