Cayley's Matrix NotationChecking whether or not a node has been previously definedMath notation and...
Does the damage from the Absorb Elements spell apply to your next attack, or to your first attack on your next turn?
What to do with someone that cheated their way through university and a PhD program?
How to keep bees out of canned beverages?
Why did C use the -> operator instead of reusing the . operator?
How can I practically buy stocks?
How do I deal with a coworker that keeps asking to make small superficial changes to a report, and it is seriously triggering my anxiety?
A Note on N!
How do I reattach a shelf to the wall when it ripped out of the wall?
Why is the underscore command _ useful?
What is the term for a person whose job is to place products on shelves in stores?
Extracting Dirichlet series coefficients
Could moose/elk survive in the Amazon forest?
What is this word supposed to be?
Cayley's Matrix Notation
Combinatorics problem, right solution?
How to not starve gigantic beasts
Will I lose my paid in full property
std::unique_ptr of base class holding reference of derived class does not show warning in gcc compiler while naked pointer shows it. Why?
Suing a Police Officer Instead of the Police Department
What does a straight horizontal line above a few notes, after a changed tempo mean?
How bug prioritization works in agile projects vs non agile
Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?
What does "function" actually mean in music?
Why do games have consumables?
Cayley's Matrix Notation
Checking whether or not a node has been previously definedMath notation and FontsDouble vertical bar notation“Where” notation in definitionNotation for multivariate normalWhich “bold” style is recommended for matrix notation?Math notation in LaTeX?Physics notationPercent notationSummation notation with an incrementUsing printeranswers environment, how to print solutions in the box without the title “Solutions”
Cayley used the following notation in his original paper
A Memoir on the Theory of Matrices 1
My attempt to reproduce the notation is shown below:
documentclass{article}
usepackage{amsmath,amssymb,graphicx}
begin{document}
scalebox{2.5}{parbox{0.3textwidth}{$$
renewcommandarraystretch{0}setlengtharraycolsep{0pt}
(mathrm{X}, mathrm{Y}, mathrm{Z}){=}lower10pthbox{$begin{array}{r@{}c@{,mkern10mu}c @{,mkern10mu}c@{,mkern10mu}c l}
( &a &b & c & )\
lvert& a' &b' & c' &rvert\
lvert& a'' & b'' & c'' & rvert\
end{array}$}mkern-6mu(x,y,z),
$$}}
end{document}
As you will observe the delimiters need to be improved. Any suggestions?
math-mode
add a comment |
Cayley used the following notation in his original paper
A Memoir on the Theory of Matrices 1
My attempt to reproduce the notation is shown below:
documentclass{article}
usepackage{amsmath,amssymb,graphicx}
begin{document}
scalebox{2.5}{parbox{0.3textwidth}{$$
renewcommandarraystretch{0}setlengtharraycolsep{0pt}
(mathrm{X}, mathrm{Y}, mathrm{Z}){=}lower10pthbox{$begin{array}{r@{}c@{,mkern10mu}c @{,mkern10mu}c@{,mkern10mu}c l}
( &a &b & c & )\
lvert& a' &b' & c' &rvert\
lvert& a'' & b'' & c'' & rvert\
end{array}$}mkern-6mu(x,y,z),
$$}}
end{document}
As you will observe the delimiters need to be improved. Any suggestions?
math-mode
is it just my eyes or am I right in thinking that on its own the () are symmetric pair but the overlapping )( symbol is using thinner more rounded )( to get more of an overlap so not using the matching parens for the outer borders of the matrices....
– David Carlisle
3 hours ago
more$(1,2,3between 4,5,6)$
than$(1,2,3)!( 4,5,6)$
– David Carlisle
2 hours ago
@DavidCarlisle No it is the same thickness. There is a link to the Royal Society paper jstor.org/stable/pdf/108649.pdf
– Yiannis Lazarides
2 hours ago
add a comment |
Cayley used the following notation in his original paper
A Memoir on the Theory of Matrices 1
My attempt to reproduce the notation is shown below:
documentclass{article}
usepackage{amsmath,amssymb,graphicx}
begin{document}
scalebox{2.5}{parbox{0.3textwidth}{$$
renewcommandarraystretch{0}setlengtharraycolsep{0pt}
(mathrm{X}, mathrm{Y}, mathrm{Z}){=}lower10pthbox{$begin{array}{r@{}c@{,mkern10mu}c @{,mkern10mu}c@{,mkern10mu}c l}
( &a &b & c & )\
lvert& a' &b' & c' &rvert\
lvert& a'' & b'' & c'' & rvert\
end{array}$}mkern-6mu(x,y,z),
$$}}
end{document}
As you will observe the delimiters need to be improved. Any suggestions?
math-mode
Cayley used the following notation in his original paper
A Memoir on the Theory of Matrices 1
My attempt to reproduce the notation is shown below:
documentclass{article}
usepackage{amsmath,amssymb,graphicx}
begin{document}
scalebox{2.5}{parbox{0.3textwidth}{$$
renewcommandarraystretch{0}setlengtharraycolsep{0pt}
(mathrm{X}, mathrm{Y}, mathrm{Z}){=}lower10pthbox{$begin{array}{r@{}c@{,mkern10mu}c @{,mkern10mu}c@{,mkern10mu}c l}
( &a &b & c & )\
lvert& a' &b' & c' &rvert\
lvert& a'' & b'' & c'' & rvert\
end{array}$}mkern-6mu(x,y,z),
$$}}
end{document}
As you will observe the delimiters need to be improved. Any suggestions?
math-mode
math-mode
asked 3 hours ago
Yiannis LazaridesYiannis Lazarides
93k21235516
93k21235516
is it just my eyes or am I right in thinking that on its own the () are symmetric pair but the overlapping )( symbol is using thinner more rounded )( to get more of an overlap so not using the matching parens for the outer borders of the matrices....
– David Carlisle
3 hours ago
more$(1,2,3between 4,5,6)$
than$(1,2,3)!( 4,5,6)$
– David Carlisle
2 hours ago
@DavidCarlisle No it is the same thickness. There is a link to the Royal Society paper jstor.org/stable/pdf/108649.pdf
– Yiannis Lazarides
2 hours ago
add a comment |
is it just my eyes or am I right in thinking that on its own the () are symmetric pair but the overlapping )( symbol is using thinner more rounded )( to get more of an overlap so not using the matching parens for the outer borders of the matrices....
– David Carlisle
3 hours ago
more$(1,2,3between 4,5,6)$
than$(1,2,3)!( 4,5,6)$
– David Carlisle
2 hours ago
@DavidCarlisle No it is the same thickness. There is a link to the Royal Society paper jstor.org/stable/pdf/108649.pdf
– Yiannis Lazarides
2 hours ago
is it just my eyes or am I right in thinking that on its own the () are symmetric pair but the overlapping )( symbol is using thinner more rounded )( to get more of an overlap so not using the matching parens for the outer borders of the matrices....
– David Carlisle
3 hours ago
is it just my eyes or am I right in thinking that on its own the () are symmetric pair but the overlapping )( symbol is using thinner more rounded )( to get more of an overlap so not using the matching parens for the outer borders of the matrices....
– David Carlisle
3 hours ago
more
$(1,2,3between 4,5,6)$
than $(1,2,3)!( 4,5,6)$
– David Carlisle
2 hours ago
more
$(1,2,3between 4,5,6)$
than $(1,2,3)!( 4,5,6)$
– David Carlisle
2 hours ago
@DavidCarlisle No it is the same thickness. There is a link to the Royal Society paper jstor.org/stable/pdf/108649.pdf
– Yiannis Lazarides
2 hours ago
@DavidCarlisle No it is the same thickness. There is a link to the Royal Society paper jstor.org/stable/pdf/108649.pdf
– Yiannis Lazarides
2 hours ago
add a comment |
4 Answers
4
active
oldest
votes
Here is an approximation, with basic commands:
documentclass{article}
usepackage{amsmath,amssymb,graphicx}
begin{document}
[ begin{array}{c@{}ccc@{}c}
(mkern 4.2mu{} & a &b & c &mkern 4.2mu)\[-0.31ex]
vline & a' &b' & c' & vline \
vline & a'' &b'' & c''& vline
end{array} ]%
end{document}
add a comment |
My proposal:
documentclass{article}
usepackage{amsmath,amssymb,graphicx}
DeclareMathSymbol{A}{mathalpha}{operators}{`A}
DeclareMathSymbol{B}{mathalpha}{operators}{`B}
DeclareMathSymbol{C}{mathalpha}{operators}{`C}
DeclareMathSymbol{D}{mathalpha}{operators}{`D}
DeclareMathSymbol{E}{mathalpha}{operators}{`E}
DeclareMathSymbol{F}{mathalpha}{operators}{`F}
DeclareMathSymbol{G}{mathalpha}{operators}{`G}
DeclareMathSymbol{H}{mathalpha}{operators}{`H}
DeclareMathSymbol{I}{mathalpha}{operators}{`I}
DeclareMathSymbol{J}{mathalpha}{operators}{`J}
DeclareMathSymbol{K}{mathalpha}{operators}{`K}
DeclareMathSymbol{L}{mathalpha}{operators}{`L}
DeclareMathSymbol{M}{mathalpha}{operators}{`M}
DeclareMathSymbol{N}{mathalpha}{operators}{`N}
DeclareMathSymbol{O}{mathalpha}{operators}{`O}
DeclareMathSymbol{P}{mathalpha}{operators}{`P}
DeclareMathSymbol{Q}{mathalpha}{operators}{`Q}
DeclareMathSymbol{R}{mathalpha}{operators}{`R}
DeclareMathSymbol{S}{mathalpha}{operators}{`S}
DeclareMathSymbol{T}{mathalpha}{operators}{`T}
DeclareMathSymbol{U}{mathalpha}{operators}{`U}
DeclareMathSymbol{V}{mathalpha}{operators}{`V}
DeclareMathSymbol{W}{mathalpha}{operators}{`W}
DeclareMathSymbol{X}{mathalpha}{operators}{`X}
DeclareMathSymbol{Y}{mathalpha}{operators}{`Y}
DeclareMathSymbol{Z}{mathalpha}{operators}{`Z}
newsavebox{cayleybox}
newlength{cayleyheight}
newenvironment{cayleymatrix}[1]
{begin{lrbox}{cayleybox}
$begin{array}{@{enspace}l*{numexpr#1-1}{@{{,}enspace}l}@{enspace}}}
{end{array}$end{lrbox}%
setlength{cayleyheight}{dimexprhtcayleybox+dpcayleybox}%
kern-0.8pt
vtop to cayleyheight{hbox{vphantom{$between$}}leadersvrulevfill}%
raisebox{dimexprhtstrutbox-htcayleybox}{useboxcayleybox}%
vtop to cayleyheight{hbox{vphantom{$between$}}leadersvrulevfill}%
kern-0.8pt
}
newcommand{by}{kern-0.4pt{between}kern-0.4pt}
thinmuskip=6mu
medmuskip=0mu
thickmuskip=0mu
begin{document}
[ % page 17
(X,Y,Z)=
(begin{cayleymatrix}{3}
a & b & c \
a' & b' & c' \
a'' & b'' & c''
end{cayleymatrix}
by x,y,z)
]
[ % page 32
(begin{cayleymatrix}{2} a & c \ b & d end{cayleymatrix} by
begin{cayleymatrix}{2} a & b \ c & d end{cayleymatrix} by
begin{cayleymatrix}{2} a & c \ b & d end{cayleymatrix} by
begin{cayleymatrix}{2} a & b \ c & d end{cayleymatrix} )
=
bigl(
(begin{cayleymatrix}{2} a & c \ b & d end{cayleymatrix}by
begin{cayleymatrix}{2} a & b \ c & d end{cayleymatrix})
bigr)^2
]
end{document}
add a comment |
Extending Bernard's idea slightly:
...but not quite up to the standards of egreg's nice solution:)
documentclass{article}
usepackage{array}
newcounter{cayley}
newcolumntype{L}{>{stepcounter{cayley}%
ifnumvalue{cayley}=1raisebox{-0.4ex}{(}kern0.5exelsevlinefi}c@{}}
newcolumntype{R}{@{}c<{spaceifnumvalue{cayley}=1kern0.5exraisebox{-0.4ex}{)}elsevlinefi}}
newenvironment{cayley}[1][3]{setcounter{cayley}{0}array{L*{#1}{c}R}}{endarray}
begin{document}
[
begin{cayley}
&a & b & c &\
&a' & b' & c' &\
&a''& b''& c''&\
end{cayley}
qquad
begin{cayley}[4]
&a & b & c & d &\
&a' & b' & c' & d' &\
&a''& b''& c''& d''&\
end{cayley}
]
end{document}
add a comment |
A TikZ proposal. Similarly to Andrew's nice answer you can focus on typing the matrix.
documentclass{article}
usepackage{tikz}
makeatletter% https://tex.stackexchange.com/a/85531/121799
longdefifnodedefined#1#2#3{%
@ifundefined{pgf@sh@ns@#1}{#3}{#2}%
}
makeatother
newcounter{CM}
usetikzlibrary{matrix}
newcommand{CayleyMatrix}[2][]{stepcounter{CM}%
begin{tikzpicture}[baseline=(mat-numbervalue{CM}-1-1.base),inner sep=2pt,#1]
matrix[matrix of math nodes,ampersand replacement=&] (mat-numbervalue{CM})
{ #2
};
ifnodedefined{mat-numbervalue{CM}-2-1}{%
draw[semithick] (mat-numbervalue{CM}.south west) -- (mat-numbervalue{CM}.south west|-mat-numbervalue{CM}-1-1.south) to[out=135,in=-135]
(mat-numbervalue{CM}.south west|-mat-numbervalue{CM}-1-1.north)
(mat-numbervalue{CM}.south east) -- (mat-numbervalue{CM}.south east|-mat-numbervalue{CM}-1-1.south) to[out=45,in=-45]
(mat-numbervalue{CM}.south east|-mat-numbervalue{CM}-1-1.north) ;}{
draw[semithick] (mat-numbervalue{CM}.south west|-mat-numbervalue{CM}-1-1.south) to[out=135,in=-135]
(mat-numbervalue{CM}.south west|-mat-numbervalue{CM}-1-1.north)
(mat-numbervalue{CM}.south east|-mat-numbervalue{CM}-1-1.south) to[out=45,in=-45]
(mat-numbervalue{CM}.south east|-mat-numbervalue{CM}-1-1.north) ;
}
end{tikzpicture}}
begin{document}
[CayleyMatrix{
X &Y & Z \
}=CayleyMatrix{
a &b & c \
a' &b' & c' \
a'' & b'' & c'' \
}!!CayleyMatrix{
x &y & z \
}]
end{document}
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f487643%2fcayleys-matrix-notation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Here is an approximation, with basic commands:
documentclass{article}
usepackage{amsmath,amssymb,graphicx}
begin{document}
[ begin{array}{c@{}ccc@{}c}
(mkern 4.2mu{} & a &b & c &mkern 4.2mu)\[-0.31ex]
vline & a' &b' & c' & vline \
vline & a'' &b'' & c''& vline
end{array} ]%
end{document}
add a comment |
Here is an approximation, with basic commands:
documentclass{article}
usepackage{amsmath,amssymb,graphicx}
begin{document}
[ begin{array}{c@{}ccc@{}c}
(mkern 4.2mu{} & a &b & c &mkern 4.2mu)\[-0.31ex]
vline & a' &b' & c' & vline \
vline & a'' &b'' & c''& vline
end{array} ]%
end{document}
add a comment |
Here is an approximation, with basic commands:
documentclass{article}
usepackage{amsmath,amssymb,graphicx}
begin{document}
[ begin{array}{c@{}ccc@{}c}
(mkern 4.2mu{} & a &b & c &mkern 4.2mu)\[-0.31ex]
vline & a' &b' & c' & vline \
vline & a'' &b'' & c''& vline
end{array} ]%
end{document}
Here is an approximation, with basic commands:
documentclass{article}
usepackage{amsmath,amssymb,graphicx}
begin{document}
[ begin{array}{c@{}ccc@{}c}
(mkern 4.2mu{} & a &b & c &mkern 4.2mu)\[-0.31ex]
vline & a' &b' & c' & vline \
vline & a'' &b'' & c''& vline
end{array} ]%
end{document}
answered 2 hours ago
BernardBernard
177k779211
177k779211
add a comment |
add a comment |
My proposal:
documentclass{article}
usepackage{amsmath,amssymb,graphicx}
DeclareMathSymbol{A}{mathalpha}{operators}{`A}
DeclareMathSymbol{B}{mathalpha}{operators}{`B}
DeclareMathSymbol{C}{mathalpha}{operators}{`C}
DeclareMathSymbol{D}{mathalpha}{operators}{`D}
DeclareMathSymbol{E}{mathalpha}{operators}{`E}
DeclareMathSymbol{F}{mathalpha}{operators}{`F}
DeclareMathSymbol{G}{mathalpha}{operators}{`G}
DeclareMathSymbol{H}{mathalpha}{operators}{`H}
DeclareMathSymbol{I}{mathalpha}{operators}{`I}
DeclareMathSymbol{J}{mathalpha}{operators}{`J}
DeclareMathSymbol{K}{mathalpha}{operators}{`K}
DeclareMathSymbol{L}{mathalpha}{operators}{`L}
DeclareMathSymbol{M}{mathalpha}{operators}{`M}
DeclareMathSymbol{N}{mathalpha}{operators}{`N}
DeclareMathSymbol{O}{mathalpha}{operators}{`O}
DeclareMathSymbol{P}{mathalpha}{operators}{`P}
DeclareMathSymbol{Q}{mathalpha}{operators}{`Q}
DeclareMathSymbol{R}{mathalpha}{operators}{`R}
DeclareMathSymbol{S}{mathalpha}{operators}{`S}
DeclareMathSymbol{T}{mathalpha}{operators}{`T}
DeclareMathSymbol{U}{mathalpha}{operators}{`U}
DeclareMathSymbol{V}{mathalpha}{operators}{`V}
DeclareMathSymbol{W}{mathalpha}{operators}{`W}
DeclareMathSymbol{X}{mathalpha}{operators}{`X}
DeclareMathSymbol{Y}{mathalpha}{operators}{`Y}
DeclareMathSymbol{Z}{mathalpha}{operators}{`Z}
newsavebox{cayleybox}
newlength{cayleyheight}
newenvironment{cayleymatrix}[1]
{begin{lrbox}{cayleybox}
$begin{array}{@{enspace}l*{numexpr#1-1}{@{{,}enspace}l}@{enspace}}}
{end{array}$end{lrbox}%
setlength{cayleyheight}{dimexprhtcayleybox+dpcayleybox}%
kern-0.8pt
vtop to cayleyheight{hbox{vphantom{$between$}}leadersvrulevfill}%
raisebox{dimexprhtstrutbox-htcayleybox}{useboxcayleybox}%
vtop to cayleyheight{hbox{vphantom{$between$}}leadersvrulevfill}%
kern-0.8pt
}
newcommand{by}{kern-0.4pt{between}kern-0.4pt}
thinmuskip=6mu
medmuskip=0mu
thickmuskip=0mu
begin{document}
[ % page 17
(X,Y,Z)=
(begin{cayleymatrix}{3}
a & b & c \
a' & b' & c' \
a'' & b'' & c''
end{cayleymatrix}
by x,y,z)
]
[ % page 32
(begin{cayleymatrix}{2} a & c \ b & d end{cayleymatrix} by
begin{cayleymatrix}{2} a & b \ c & d end{cayleymatrix} by
begin{cayleymatrix}{2} a & c \ b & d end{cayleymatrix} by
begin{cayleymatrix}{2} a & b \ c & d end{cayleymatrix} )
=
bigl(
(begin{cayleymatrix}{2} a & c \ b & d end{cayleymatrix}by
begin{cayleymatrix}{2} a & b \ c & d end{cayleymatrix})
bigr)^2
]
end{document}
add a comment |
My proposal:
documentclass{article}
usepackage{amsmath,amssymb,graphicx}
DeclareMathSymbol{A}{mathalpha}{operators}{`A}
DeclareMathSymbol{B}{mathalpha}{operators}{`B}
DeclareMathSymbol{C}{mathalpha}{operators}{`C}
DeclareMathSymbol{D}{mathalpha}{operators}{`D}
DeclareMathSymbol{E}{mathalpha}{operators}{`E}
DeclareMathSymbol{F}{mathalpha}{operators}{`F}
DeclareMathSymbol{G}{mathalpha}{operators}{`G}
DeclareMathSymbol{H}{mathalpha}{operators}{`H}
DeclareMathSymbol{I}{mathalpha}{operators}{`I}
DeclareMathSymbol{J}{mathalpha}{operators}{`J}
DeclareMathSymbol{K}{mathalpha}{operators}{`K}
DeclareMathSymbol{L}{mathalpha}{operators}{`L}
DeclareMathSymbol{M}{mathalpha}{operators}{`M}
DeclareMathSymbol{N}{mathalpha}{operators}{`N}
DeclareMathSymbol{O}{mathalpha}{operators}{`O}
DeclareMathSymbol{P}{mathalpha}{operators}{`P}
DeclareMathSymbol{Q}{mathalpha}{operators}{`Q}
DeclareMathSymbol{R}{mathalpha}{operators}{`R}
DeclareMathSymbol{S}{mathalpha}{operators}{`S}
DeclareMathSymbol{T}{mathalpha}{operators}{`T}
DeclareMathSymbol{U}{mathalpha}{operators}{`U}
DeclareMathSymbol{V}{mathalpha}{operators}{`V}
DeclareMathSymbol{W}{mathalpha}{operators}{`W}
DeclareMathSymbol{X}{mathalpha}{operators}{`X}
DeclareMathSymbol{Y}{mathalpha}{operators}{`Y}
DeclareMathSymbol{Z}{mathalpha}{operators}{`Z}
newsavebox{cayleybox}
newlength{cayleyheight}
newenvironment{cayleymatrix}[1]
{begin{lrbox}{cayleybox}
$begin{array}{@{enspace}l*{numexpr#1-1}{@{{,}enspace}l}@{enspace}}}
{end{array}$end{lrbox}%
setlength{cayleyheight}{dimexprhtcayleybox+dpcayleybox}%
kern-0.8pt
vtop to cayleyheight{hbox{vphantom{$between$}}leadersvrulevfill}%
raisebox{dimexprhtstrutbox-htcayleybox}{useboxcayleybox}%
vtop to cayleyheight{hbox{vphantom{$between$}}leadersvrulevfill}%
kern-0.8pt
}
newcommand{by}{kern-0.4pt{between}kern-0.4pt}
thinmuskip=6mu
medmuskip=0mu
thickmuskip=0mu
begin{document}
[ % page 17
(X,Y,Z)=
(begin{cayleymatrix}{3}
a & b & c \
a' & b' & c' \
a'' & b'' & c''
end{cayleymatrix}
by x,y,z)
]
[ % page 32
(begin{cayleymatrix}{2} a & c \ b & d end{cayleymatrix} by
begin{cayleymatrix}{2} a & b \ c & d end{cayleymatrix} by
begin{cayleymatrix}{2} a & c \ b & d end{cayleymatrix} by
begin{cayleymatrix}{2} a & b \ c & d end{cayleymatrix} )
=
bigl(
(begin{cayleymatrix}{2} a & c \ b & d end{cayleymatrix}by
begin{cayleymatrix}{2} a & b \ c & d end{cayleymatrix})
bigr)^2
]
end{document}
add a comment |
My proposal:
documentclass{article}
usepackage{amsmath,amssymb,graphicx}
DeclareMathSymbol{A}{mathalpha}{operators}{`A}
DeclareMathSymbol{B}{mathalpha}{operators}{`B}
DeclareMathSymbol{C}{mathalpha}{operators}{`C}
DeclareMathSymbol{D}{mathalpha}{operators}{`D}
DeclareMathSymbol{E}{mathalpha}{operators}{`E}
DeclareMathSymbol{F}{mathalpha}{operators}{`F}
DeclareMathSymbol{G}{mathalpha}{operators}{`G}
DeclareMathSymbol{H}{mathalpha}{operators}{`H}
DeclareMathSymbol{I}{mathalpha}{operators}{`I}
DeclareMathSymbol{J}{mathalpha}{operators}{`J}
DeclareMathSymbol{K}{mathalpha}{operators}{`K}
DeclareMathSymbol{L}{mathalpha}{operators}{`L}
DeclareMathSymbol{M}{mathalpha}{operators}{`M}
DeclareMathSymbol{N}{mathalpha}{operators}{`N}
DeclareMathSymbol{O}{mathalpha}{operators}{`O}
DeclareMathSymbol{P}{mathalpha}{operators}{`P}
DeclareMathSymbol{Q}{mathalpha}{operators}{`Q}
DeclareMathSymbol{R}{mathalpha}{operators}{`R}
DeclareMathSymbol{S}{mathalpha}{operators}{`S}
DeclareMathSymbol{T}{mathalpha}{operators}{`T}
DeclareMathSymbol{U}{mathalpha}{operators}{`U}
DeclareMathSymbol{V}{mathalpha}{operators}{`V}
DeclareMathSymbol{W}{mathalpha}{operators}{`W}
DeclareMathSymbol{X}{mathalpha}{operators}{`X}
DeclareMathSymbol{Y}{mathalpha}{operators}{`Y}
DeclareMathSymbol{Z}{mathalpha}{operators}{`Z}
newsavebox{cayleybox}
newlength{cayleyheight}
newenvironment{cayleymatrix}[1]
{begin{lrbox}{cayleybox}
$begin{array}{@{enspace}l*{numexpr#1-1}{@{{,}enspace}l}@{enspace}}}
{end{array}$end{lrbox}%
setlength{cayleyheight}{dimexprhtcayleybox+dpcayleybox}%
kern-0.8pt
vtop to cayleyheight{hbox{vphantom{$between$}}leadersvrulevfill}%
raisebox{dimexprhtstrutbox-htcayleybox}{useboxcayleybox}%
vtop to cayleyheight{hbox{vphantom{$between$}}leadersvrulevfill}%
kern-0.8pt
}
newcommand{by}{kern-0.4pt{between}kern-0.4pt}
thinmuskip=6mu
medmuskip=0mu
thickmuskip=0mu
begin{document}
[ % page 17
(X,Y,Z)=
(begin{cayleymatrix}{3}
a & b & c \
a' & b' & c' \
a'' & b'' & c''
end{cayleymatrix}
by x,y,z)
]
[ % page 32
(begin{cayleymatrix}{2} a & c \ b & d end{cayleymatrix} by
begin{cayleymatrix}{2} a & b \ c & d end{cayleymatrix} by
begin{cayleymatrix}{2} a & c \ b & d end{cayleymatrix} by
begin{cayleymatrix}{2} a & b \ c & d end{cayleymatrix} )
=
bigl(
(begin{cayleymatrix}{2} a & c \ b & d end{cayleymatrix}by
begin{cayleymatrix}{2} a & b \ c & d end{cayleymatrix})
bigr)^2
]
end{document}
My proposal:
documentclass{article}
usepackage{amsmath,amssymb,graphicx}
DeclareMathSymbol{A}{mathalpha}{operators}{`A}
DeclareMathSymbol{B}{mathalpha}{operators}{`B}
DeclareMathSymbol{C}{mathalpha}{operators}{`C}
DeclareMathSymbol{D}{mathalpha}{operators}{`D}
DeclareMathSymbol{E}{mathalpha}{operators}{`E}
DeclareMathSymbol{F}{mathalpha}{operators}{`F}
DeclareMathSymbol{G}{mathalpha}{operators}{`G}
DeclareMathSymbol{H}{mathalpha}{operators}{`H}
DeclareMathSymbol{I}{mathalpha}{operators}{`I}
DeclareMathSymbol{J}{mathalpha}{operators}{`J}
DeclareMathSymbol{K}{mathalpha}{operators}{`K}
DeclareMathSymbol{L}{mathalpha}{operators}{`L}
DeclareMathSymbol{M}{mathalpha}{operators}{`M}
DeclareMathSymbol{N}{mathalpha}{operators}{`N}
DeclareMathSymbol{O}{mathalpha}{operators}{`O}
DeclareMathSymbol{P}{mathalpha}{operators}{`P}
DeclareMathSymbol{Q}{mathalpha}{operators}{`Q}
DeclareMathSymbol{R}{mathalpha}{operators}{`R}
DeclareMathSymbol{S}{mathalpha}{operators}{`S}
DeclareMathSymbol{T}{mathalpha}{operators}{`T}
DeclareMathSymbol{U}{mathalpha}{operators}{`U}
DeclareMathSymbol{V}{mathalpha}{operators}{`V}
DeclareMathSymbol{W}{mathalpha}{operators}{`W}
DeclareMathSymbol{X}{mathalpha}{operators}{`X}
DeclareMathSymbol{Y}{mathalpha}{operators}{`Y}
DeclareMathSymbol{Z}{mathalpha}{operators}{`Z}
newsavebox{cayleybox}
newlength{cayleyheight}
newenvironment{cayleymatrix}[1]
{begin{lrbox}{cayleybox}
$begin{array}{@{enspace}l*{numexpr#1-1}{@{{,}enspace}l}@{enspace}}}
{end{array}$end{lrbox}%
setlength{cayleyheight}{dimexprhtcayleybox+dpcayleybox}%
kern-0.8pt
vtop to cayleyheight{hbox{vphantom{$between$}}leadersvrulevfill}%
raisebox{dimexprhtstrutbox-htcayleybox}{useboxcayleybox}%
vtop to cayleyheight{hbox{vphantom{$between$}}leadersvrulevfill}%
kern-0.8pt
}
newcommand{by}{kern-0.4pt{between}kern-0.4pt}
thinmuskip=6mu
medmuskip=0mu
thickmuskip=0mu
begin{document}
[ % page 17
(X,Y,Z)=
(begin{cayleymatrix}{3}
a & b & c \
a' & b' & c' \
a'' & b'' & c''
end{cayleymatrix}
by x,y,z)
]
[ % page 32
(begin{cayleymatrix}{2} a & c \ b & d end{cayleymatrix} by
begin{cayleymatrix}{2} a & b \ c & d end{cayleymatrix} by
begin{cayleymatrix}{2} a & c \ b & d end{cayleymatrix} by
begin{cayleymatrix}{2} a & b \ c & d end{cayleymatrix} )
=
bigl(
(begin{cayleymatrix}{2} a & c \ b & d end{cayleymatrix}by
begin{cayleymatrix}{2} a & b \ c & d end{cayleymatrix})
bigr)^2
]
end{document}
answered 1 hour ago
egregegreg
737k8919363264
737k8919363264
add a comment |
add a comment |
Extending Bernard's idea slightly:
...but not quite up to the standards of egreg's nice solution:)
documentclass{article}
usepackage{array}
newcounter{cayley}
newcolumntype{L}{>{stepcounter{cayley}%
ifnumvalue{cayley}=1raisebox{-0.4ex}{(}kern0.5exelsevlinefi}c@{}}
newcolumntype{R}{@{}c<{spaceifnumvalue{cayley}=1kern0.5exraisebox{-0.4ex}{)}elsevlinefi}}
newenvironment{cayley}[1][3]{setcounter{cayley}{0}array{L*{#1}{c}R}}{endarray}
begin{document}
[
begin{cayley}
&a & b & c &\
&a' & b' & c' &\
&a''& b''& c''&\
end{cayley}
qquad
begin{cayley}[4]
&a & b & c & d &\
&a' & b' & c' & d' &\
&a''& b''& c''& d''&\
end{cayley}
]
end{document}
add a comment |
Extending Bernard's idea slightly:
...but not quite up to the standards of egreg's nice solution:)
documentclass{article}
usepackage{array}
newcounter{cayley}
newcolumntype{L}{>{stepcounter{cayley}%
ifnumvalue{cayley}=1raisebox{-0.4ex}{(}kern0.5exelsevlinefi}c@{}}
newcolumntype{R}{@{}c<{spaceifnumvalue{cayley}=1kern0.5exraisebox{-0.4ex}{)}elsevlinefi}}
newenvironment{cayley}[1][3]{setcounter{cayley}{0}array{L*{#1}{c}R}}{endarray}
begin{document}
[
begin{cayley}
&a & b & c &\
&a' & b' & c' &\
&a''& b''& c''&\
end{cayley}
qquad
begin{cayley}[4]
&a & b & c & d &\
&a' & b' & c' & d' &\
&a''& b''& c''& d''&\
end{cayley}
]
end{document}
add a comment |
Extending Bernard's idea slightly:
...but not quite up to the standards of egreg's nice solution:)
documentclass{article}
usepackage{array}
newcounter{cayley}
newcolumntype{L}{>{stepcounter{cayley}%
ifnumvalue{cayley}=1raisebox{-0.4ex}{(}kern0.5exelsevlinefi}c@{}}
newcolumntype{R}{@{}c<{spaceifnumvalue{cayley}=1kern0.5exraisebox{-0.4ex}{)}elsevlinefi}}
newenvironment{cayley}[1][3]{setcounter{cayley}{0}array{L*{#1}{c}R}}{endarray}
begin{document}
[
begin{cayley}
&a & b & c &\
&a' & b' & c' &\
&a''& b''& c''&\
end{cayley}
qquad
begin{cayley}[4]
&a & b & c & d &\
&a' & b' & c' & d' &\
&a''& b''& c''& d''&\
end{cayley}
]
end{document}
Extending Bernard's idea slightly:
...but not quite up to the standards of egreg's nice solution:)
documentclass{article}
usepackage{array}
newcounter{cayley}
newcolumntype{L}{>{stepcounter{cayley}%
ifnumvalue{cayley}=1raisebox{-0.4ex}{(}kern0.5exelsevlinefi}c@{}}
newcolumntype{R}{@{}c<{spaceifnumvalue{cayley}=1kern0.5exraisebox{-0.4ex}{)}elsevlinefi}}
newenvironment{cayley}[1][3]{setcounter{cayley}{0}array{L*{#1}{c}R}}{endarray}
begin{document}
[
begin{cayley}
&a & b & c &\
&a' & b' & c' &\
&a''& b''& c''&\
end{cayley}
qquad
begin{cayley}[4]
&a & b & c & d &\
&a' & b' & c' & d' &\
&a''& b''& c''& d''&\
end{cayley}
]
end{document}
answered 51 mins ago
AndrewAndrew
31.4k34483
31.4k34483
add a comment |
add a comment |
A TikZ proposal. Similarly to Andrew's nice answer you can focus on typing the matrix.
documentclass{article}
usepackage{tikz}
makeatletter% https://tex.stackexchange.com/a/85531/121799
longdefifnodedefined#1#2#3{%
@ifundefined{pgf@sh@ns@#1}{#3}{#2}%
}
makeatother
newcounter{CM}
usetikzlibrary{matrix}
newcommand{CayleyMatrix}[2][]{stepcounter{CM}%
begin{tikzpicture}[baseline=(mat-numbervalue{CM}-1-1.base),inner sep=2pt,#1]
matrix[matrix of math nodes,ampersand replacement=&] (mat-numbervalue{CM})
{ #2
};
ifnodedefined{mat-numbervalue{CM}-2-1}{%
draw[semithick] (mat-numbervalue{CM}.south west) -- (mat-numbervalue{CM}.south west|-mat-numbervalue{CM}-1-1.south) to[out=135,in=-135]
(mat-numbervalue{CM}.south west|-mat-numbervalue{CM}-1-1.north)
(mat-numbervalue{CM}.south east) -- (mat-numbervalue{CM}.south east|-mat-numbervalue{CM}-1-1.south) to[out=45,in=-45]
(mat-numbervalue{CM}.south east|-mat-numbervalue{CM}-1-1.north) ;}{
draw[semithick] (mat-numbervalue{CM}.south west|-mat-numbervalue{CM}-1-1.south) to[out=135,in=-135]
(mat-numbervalue{CM}.south west|-mat-numbervalue{CM}-1-1.north)
(mat-numbervalue{CM}.south east|-mat-numbervalue{CM}-1-1.south) to[out=45,in=-45]
(mat-numbervalue{CM}.south east|-mat-numbervalue{CM}-1-1.north) ;
}
end{tikzpicture}}
begin{document}
[CayleyMatrix{
X &Y & Z \
}=CayleyMatrix{
a &b & c \
a' &b' & c' \
a'' & b'' & c'' \
}!!CayleyMatrix{
x &y & z \
}]
end{document}
add a comment |
A TikZ proposal. Similarly to Andrew's nice answer you can focus on typing the matrix.
documentclass{article}
usepackage{tikz}
makeatletter% https://tex.stackexchange.com/a/85531/121799
longdefifnodedefined#1#2#3{%
@ifundefined{pgf@sh@ns@#1}{#3}{#2}%
}
makeatother
newcounter{CM}
usetikzlibrary{matrix}
newcommand{CayleyMatrix}[2][]{stepcounter{CM}%
begin{tikzpicture}[baseline=(mat-numbervalue{CM}-1-1.base),inner sep=2pt,#1]
matrix[matrix of math nodes,ampersand replacement=&] (mat-numbervalue{CM})
{ #2
};
ifnodedefined{mat-numbervalue{CM}-2-1}{%
draw[semithick] (mat-numbervalue{CM}.south west) -- (mat-numbervalue{CM}.south west|-mat-numbervalue{CM}-1-1.south) to[out=135,in=-135]
(mat-numbervalue{CM}.south west|-mat-numbervalue{CM}-1-1.north)
(mat-numbervalue{CM}.south east) -- (mat-numbervalue{CM}.south east|-mat-numbervalue{CM}-1-1.south) to[out=45,in=-45]
(mat-numbervalue{CM}.south east|-mat-numbervalue{CM}-1-1.north) ;}{
draw[semithick] (mat-numbervalue{CM}.south west|-mat-numbervalue{CM}-1-1.south) to[out=135,in=-135]
(mat-numbervalue{CM}.south west|-mat-numbervalue{CM}-1-1.north)
(mat-numbervalue{CM}.south east|-mat-numbervalue{CM}-1-1.south) to[out=45,in=-45]
(mat-numbervalue{CM}.south east|-mat-numbervalue{CM}-1-1.north) ;
}
end{tikzpicture}}
begin{document}
[CayleyMatrix{
X &Y & Z \
}=CayleyMatrix{
a &b & c \
a' &b' & c' \
a'' & b'' & c'' \
}!!CayleyMatrix{
x &y & z \
}]
end{document}
add a comment |
A TikZ proposal. Similarly to Andrew's nice answer you can focus on typing the matrix.
documentclass{article}
usepackage{tikz}
makeatletter% https://tex.stackexchange.com/a/85531/121799
longdefifnodedefined#1#2#3{%
@ifundefined{pgf@sh@ns@#1}{#3}{#2}%
}
makeatother
newcounter{CM}
usetikzlibrary{matrix}
newcommand{CayleyMatrix}[2][]{stepcounter{CM}%
begin{tikzpicture}[baseline=(mat-numbervalue{CM}-1-1.base),inner sep=2pt,#1]
matrix[matrix of math nodes,ampersand replacement=&] (mat-numbervalue{CM})
{ #2
};
ifnodedefined{mat-numbervalue{CM}-2-1}{%
draw[semithick] (mat-numbervalue{CM}.south west) -- (mat-numbervalue{CM}.south west|-mat-numbervalue{CM}-1-1.south) to[out=135,in=-135]
(mat-numbervalue{CM}.south west|-mat-numbervalue{CM}-1-1.north)
(mat-numbervalue{CM}.south east) -- (mat-numbervalue{CM}.south east|-mat-numbervalue{CM}-1-1.south) to[out=45,in=-45]
(mat-numbervalue{CM}.south east|-mat-numbervalue{CM}-1-1.north) ;}{
draw[semithick] (mat-numbervalue{CM}.south west|-mat-numbervalue{CM}-1-1.south) to[out=135,in=-135]
(mat-numbervalue{CM}.south west|-mat-numbervalue{CM}-1-1.north)
(mat-numbervalue{CM}.south east|-mat-numbervalue{CM}-1-1.south) to[out=45,in=-45]
(mat-numbervalue{CM}.south east|-mat-numbervalue{CM}-1-1.north) ;
}
end{tikzpicture}}
begin{document}
[CayleyMatrix{
X &Y & Z \
}=CayleyMatrix{
a &b & c \
a' &b' & c' \
a'' & b'' & c'' \
}!!CayleyMatrix{
x &y & z \
}]
end{document}
A TikZ proposal. Similarly to Andrew's nice answer you can focus on typing the matrix.
documentclass{article}
usepackage{tikz}
makeatletter% https://tex.stackexchange.com/a/85531/121799
longdefifnodedefined#1#2#3{%
@ifundefined{pgf@sh@ns@#1}{#3}{#2}%
}
makeatother
newcounter{CM}
usetikzlibrary{matrix}
newcommand{CayleyMatrix}[2][]{stepcounter{CM}%
begin{tikzpicture}[baseline=(mat-numbervalue{CM}-1-1.base),inner sep=2pt,#1]
matrix[matrix of math nodes,ampersand replacement=&] (mat-numbervalue{CM})
{ #2
};
ifnodedefined{mat-numbervalue{CM}-2-1}{%
draw[semithick] (mat-numbervalue{CM}.south west) -- (mat-numbervalue{CM}.south west|-mat-numbervalue{CM}-1-1.south) to[out=135,in=-135]
(mat-numbervalue{CM}.south west|-mat-numbervalue{CM}-1-1.north)
(mat-numbervalue{CM}.south east) -- (mat-numbervalue{CM}.south east|-mat-numbervalue{CM}-1-1.south) to[out=45,in=-45]
(mat-numbervalue{CM}.south east|-mat-numbervalue{CM}-1-1.north) ;}{
draw[semithick] (mat-numbervalue{CM}.south west|-mat-numbervalue{CM}-1-1.south) to[out=135,in=-135]
(mat-numbervalue{CM}.south west|-mat-numbervalue{CM}-1-1.north)
(mat-numbervalue{CM}.south east|-mat-numbervalue{CM}-1-1.south) to[out=45,in=-45]
(mat-numbervalue{CM}.south east|-mat-numbervalue{CM}-1-1.north) ;
}
end{tikzpicture}}
begin{document}
[CayleyMatrix{
X &Y & Z \
}=CayleyMatrix{
a &b & c \
a' &b' & c' \
a'' & b'' & c'' \
}!!CayleyMatrix{
x &y & z \
}]
end{document}
answered 40 mins ago
marmotmarmot
121k6158296
121k6158296
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f487643%2fcayleys-matrix-notation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
is it just my eyes or am I right in thinking that on its own the () are symmetric pair but the overlapping )( symbol is using thinner more rounded )( to get more of an overlap so not using the matching parens for the outer borders of the matrices....
– David Carlisle
3 hours ago
more
$(1,2,3between 4,5,6)$
than$(1,2,3)!( 4,5,6)$
– David Carlisle
2 hours ago
@DavidCarlisle No it is the same thickness. There is a link to the Royal Society paper jstor.org/stable/pdf/108649.pdf
– Yiannis Lazarides
2 hours ago