Diagram, 4 dots. (knot theorem) Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30UTC (7:30pm US/Eastern)Advanced math icon help in TeXlipseWriting text above cdotsHow to type the letter “i” with two dots (diaeresis) in math mode?How to typeset this in LaTeXhow to have tag, text and cases environment like things in eqnarrayThree dots above a symbol look weirdHow can I add more than 4 dots to a derivative?Union of cdots and hdotsHow to denote the fifth derivative in Newton’s notation?Help beginner please. easy stuff
Lagrange four-squares theorem --- deterministic complexity
What's the point of the test set?
Is there hard evidence that the grant peer review system performs significantly better than random?
Antipodal Land Area Calculation
Semigroups with no morphisms between them
Why is it faster to reheat something than it is to cook it?
Why we try to capture variability?
How could we fake a moon landing now?
Co-worker has annoying ringtone
What are the discoveries that have been possible with the rejection of positivism?
Why weren't discrete x86 CPUs ever used in game hardware?
Karn the great creator - 'card from outside the game' in sealed
How to identify unknown coordinate type and convert to lat/lon?
Sliceness of knots
What order were files/directories output in dir?
Significance of Cersei's obsession with elephants?
Induction Proof for Sequences
What to do with repeated rejections for phd position
How to report t statistic from R
Do I really need to have a message in a novel to appeal to readers?
What does it mean that physics no longer uses mechanical models to describe phenomena?
One-one communication
What is the difference between a "ranged attack" and a "ranged weapon attack"?
Does the Mueller report show a conspiracy between Russia and the Trump Campaign?
Diagram, 4 dots. (knot theorem)
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30UTC (7:30pm US/Eastern)Advanced math icon help in TeXlipseWriting text above cdotsHow to type the letter “i” with two dots (diaeresis) in math mode?How to typeset this in LaTeXhow to have tag, text and cases environment like things in eqnarrayThree dots above a symbol look weirdHow can I add more than 4 dots to a derivative?Union of cdots and hdotsHow to denote the fifth derivative in Newton’s notation?Help beginner please. easy stuff
How to drow this in teXstudio? i cant drow dots and arows like that
diagrams
New contributor
add a comment |
How to drow this in teXstudio? i cant drow dots and arows like that
diagrams
New contributor
4
Hmm, the fact that you got an answer when you posted your previous question of that type (and with the same title) should not make you conclude that this is the way to ask questions here. You got an answer, and you may either try to understand it or tell the answerer what's missing, but please refrain from going on like this.
– marmot
1 hour ago
2
again please use a sensible question title, also this is unrelated to texstudio (that is just the editor you are using to write the file) and unrelated to math mode (as you have tagged it)
– David Carlisle
16 mins ago
is it okey now ?
– Levan Davitadze
8 mins ago
add a comment |
How to drow this in teXstudio? i cant drow dots and arows like that
diagrams
New contributor
How to drow this in teXstudio? i cant drow dots and arows like that
diagrams
diagrams
New contributor
New contributor
edited 11 mins ago
Levan Davitadze
New contributor
asked 1 hour ago
Levan DavitadzeLevan Davitadze
11
11
New contributor
New contributor
4
Hmm, the fact that you got an answer when you posted your previous question of that type (and with the same title) should not make you conclude that this is the way to ask questions here. You got an answer, and you may either try to understand it or tell the answerer what's missing, but please refrain from going on like this.
– marmot
1 hour ago
2
again please use a sensible question title, also this is unrelated to texstudio (that is just the editor you are using to write the file) and unrelated to math mode (as you have tagged it)
– David Carlisle
16 mins ago
is it okey now ?
– Levan Davitadze
8 mins ago
add a comment |
4
Hmm, the fact that you got an answer when you posted your previous question of that type (and with the same title) should not make you conclude that this is the way to ask questions here. You got an answer, and you may either try to understand it or tell the answerer what's missing, but please refrain from going on like this.
– marmot
1 hour ago
2
again please use a sensible question title, also this is unrelated to texstudio (that is just the editor you are using to write the file) and unrelated to math mode (as you have tagged it)
– David Carlisle
16 mins ago
is it okey now ?
– Levan Davitadze
8 mins ago
4
4
Hmm, the fact that you got an answer when you posted your previous question of that type (and with the same title) should not make you conclude that this is the way to ask questions here. You got an answer, and you may either try to understand it or tell the answerer what's missing, but please refrain from going on like this.
– marmot
1 hour ago
Hmm, the fact that you got an answer when you posted your previous question of that type (and with the same title) should not make you conclude that this is the way to ask questions here. You got an answer, and you may either try to understand it or tell the answerer what's missing, but please refrain from going on like this.
– marmot
1 hour ago
2
2
again please use a sensible question title, also this is unrelated to texstudio (that is just the editor you are using to write the file) and unrelated to math mode (as you have tagged it)
– David Carlisle
16 mins ago
again please use a sensible question title, also this is unrelated to texstudio (that is just the editor you are using to write the file) and unrelated to math mode (as you have tagged it)
– David Carlisle
16 mins ago
is it okey now ?
– Levan Davitadze
8 mins ago
is it okey now ?
– Levan Davitadze
8 mins ago
add a comment |
1 Answer
1
active
oldest
votes
I made this and my previous answer a community wiki to allow others to change or delete it if they feel it is inappropriate to answer such questions.
documentclass[tikz,border=3.14mm]standalone
usetikzlibraryfit,bending
begindocument
begintikzpicture[bullet/.style=circle,fill,inner sep=1pt]
beginscope[local bounding box=stuff]
path foreach Y in 1,2,3,4
(225-Y*90:1) node[bullet,label=above:$P_Y$] (BY);
draw[thick,-stealth,shorten >=2pt,shorten <=2pt]
(B1) edge[bend left] (B2) (B2) edge[bend left] (B1);
endscope
node[circle,draw,fit=(stuff)];
endtikzpicture
enddocument
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
);
);
Levan Davitadze is a new contributor. Be nice, and check out our Code of Conduct.
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%2f485670%2fdiagram-4-dots-knot-theorem%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I made this and my previous answer a community wiki to allow others to change or delete it if they feel it is inappropriate to answer such questions.
documentclass[tikz,border=3.14mm]standalone
usetikzlibraryfit,bending
begindocument
begintikzpicture[bullet/.style=circle,fill,inner sep=1pt]
beginscope[local bounding box=stuff]
path foreach Y in 1,2,3,4
(225-Y*90:1) node[bullet,label=above:$P_Y$] (BY);
draw[thick,-stealth,shorten >=2pt,shorten <=2pt]
(B1) edge[bend left] (B2) (B2) edge[bend left] (B1);
endscope
node[circle,draw,fit=(stuff)];
endtikzpicture
enddocument
add a comment |
I made this and my previous answer a community wiki to allow others to change or delete it if they feel it is inappropriate to answer such questions.
documentclass[tikz,border=3.14mm]standalone
usetikzlibraryfit,bending
begindocument
begintikzpicture[bullet/.style=circle,fill,inner sep=1pt]
beginscope[local bounding box=stuff]
path foreach Y in 1,2,3,4
(225-Y*90:1) node[bullet,label=above:$P_Y$] (BY);
draw[thick,-stealth,shorten >=2pt,shorten <=2pt]
(B1) edge[bend left] (B2) (B2) edge[bend left] (B1);
endscope
node[circle,draw,fit=(stuff)];
endtikzpicture
enddocument
add a comment |
I made this and my previous answer a community wiki to allow others to change or delete it if they feel it is inappropriate to answer such questions.
documentclass[tikz,border=3.14mm]standalone
usetikzlibraryfit,bending
begindocument
begintikzpicture[bullet/.style=circle,fill,inner sep=1pt]
beginscope[local bounding box=stuff]
path foreach Y in 1,2,3,4
(225-Y*90:1) node[bullet,label=above:$P_Y$] (BY);
draw[thick,-stealth,shorten >=2pt,shorten <=2pt]
(B1) edge[bend left] (B2) (B2) edge[bend left] (B1);
endscope
node[circle,draw,fit=(stuff)];
endtikzpicture
enddocument
I made this and my previous answer a community wiki to allow others to change or delete it if they feel it is inappropriate to answer such questions.
documentclass[tikz,border=3.14mm]standalone
usetikzlibraryfit,bending
begindocument
begintikzpicture[bullet/.style=circle,fill,inner sep=1pt]
beginscope[local bounding box=stuff]
path foreach Y in 1,2,3,4
(225-Y*90:1) node[bullet,label=above:$P_Y$] (BY);
draw[thick,-stealth,shorten >=2pt,shorten <=2pt]
(B1) edge[bend left] (B2) (B2) edge[bend left] (B1);
endscope
node[circle,draw,fit=(stuff)];
endtikzpicture
enddocument
answered 39 mins ago
community wiki
marmot
add a comment |
add a comment |
Levan Davitadze is a new contributor. Be nice, and check out our Code of Conduct.
Levan Davitadze is a new contributor. Be nice, and check out our Code of Conduct.
Levan Davitadze is a new contributor. Be nice, and check out our Code of Conduct.
Levan Davitadze is a new contributor. Be nice, and check out our Code of Conduct.
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%2f485670%2fdiagram-4-dots-knot-theorem%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
4
Hmm, the fact that you got an answer when you posted your previous question of that type (and with the same title) should not make you conclude that this is the way to ask questions here. You got an answer, and you may either try to understand it or tell the answerer what's missing, but please refrain from going on like this.
– marmot
1 hour ago
2
again please use a sensible question title, also this is unrelated to texstudio (that is just the editor you are using to write the file) and unrelated to math mode (as you have tagged it)
– David Carlisle
16 mins ago
is it okey now ?
– Levan Davitadze
8 mins ago