Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
22144 views
1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2
%%%%%%%% Please do not modify the preamble %%%%%%%%%%%%
3
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
4
5
\documentclass[a4paper,12pt]{article}
6
\usepackage[top=3.5cm,bottom=2.5cm,left=2.5cm,right=2.5cm]{geometry}
7
8
\usepackage{amsmath,amsthm,amsfonts,amssymb,latexsym,enumerate,graphicx,parskip}
9
10
\newcommand{\titleoftalk}[1]{{\LARGE \textbf{#1}}\\ [20pt]}
11
\newcommand{\speaker}[1]{{\large #1}\\ [10pt]}
12
\newcommand{\university}[1]{\textsc{#1}\\ [10pt]}
13
\newcommand{\email}[1]{{\texttt{\small #1}}\\ [20pt]}
14
\newcommand{\joint}[1]{{\small #1}\\ [40pt]}
15
16
\begin{document}
17
18
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
19
%%%% Fill in the required details below. %%%%
20
21
22
\begin{centering}
23
\titleoftalk{Classifying bent functions by their Cayley graphs} %%% input title of talk
24
\speaker{{Paul} {Leopardi}} %%% input first-name and surname of presenting author
25
\university{University of Melbourne, \\ Australian Government - Bureau of Meteorology} %%% input affiliation of presenting author
26
\email{paul.leopardi@gmail.com} %%% input e-mail address of presenting author
27
%\joint{(\textit{joint work with }{Name} {Coauthor1}, {Name} {Coauthor2})} %%%comment or delete this line if not relevant
28
\end{centering}
29
30
\
31
32
\begin{abstract}
33
Bent Boolean functions are fascinating and useful combinatorial objects, whose applications include
34
coding theory and cryptography. The number of bent functions explodes with dimension, and various
35
concepts of equivalence are used to classify them. In 1999 Bernasconi and Codenotti [1] noted that the
36
Cayley graph of a bent function is strongly regular. This talk describes the concept of extended
37
Cayley equivalence of bent functions, discusses some connections between bent functions, designs,
38
and codes, and explores the relationship between extended Cayley equivalence and extended affine
39
equivalence. SageMath scripts and SageMathCloud worksheets [2] are used to compute and display some
40
of these relationships, for bent functions up to dimension 8.
41
42
%% No references are required, but if you give any, please use the following format and arrange in ALPHABETICAL ORDER according to surname.
43
44
%% Delete the following if no references are given.
45
%%% *****************
46
47
\vspace{25pt}
48
49
\setlength{\parindent}{0cm}{\textbf{References:}
50
51
% Journal paper
52
[1] A.~Bernasconi and B.~Codenotti, Spectral analysis of {Boolean} functions as a graph eigenvalue
53
problem, \textit{IEEE Transactions on Computers} \textbf{48(3)} (1999) 345--351.
54
A.~Bernasconi and B.~Codenotti.
55
56
[2] SageMath, Inc. \textit{SageMathCloud Online Computational Mathematics}, (2016).
57
}
58
%%% *****************
59
60
\end{abstract}
61
62
63
\end{document}
64
65