Diagram, 4 dots. (knot theorem) Announcing the arrival of Valued Associate #679: Cesar...
How to run automated tests after each commit?
How many time has Arya actually used Needle?
How would a mousetrap for use in space work?
Why is it faster to reheat something than it is to cook it?
Converted a Scalar function to a TVF function for parallel execution-Still running in Serial mode
Karn the great creator - 'card from outside the game' in sealed
Why are my pictures showing a dark band on one edge?
C's equality operator on converted pointers
What initially awakened the Balrog?
Why does 14 CFR have skipped subparts in my ASA 2019 FAR/AIM book?
How did Fremen produce and carry enough thumpers to use Sandworms as de facto Ubers?
How does Belgium enforce obligatory attendance in elections?
The Nth Gryphon Number
How do living politicians protect their readily obtainable signatures from misuse?
How could we fake a moon landing now?
macOS: Name for app shortcut screen found by pinching with thumb and three fingers
Semigroups with no morphisms between them
Why are vacuum tubes still used in amateur radios?
Project Euler #1 in C++
How to compare two different files line by line in unix?
How long can equipment go unused before powering up runs the risk of damage?
How were pictures turned from film to a big picture in a picture frame before digital scanning?
In musical terms, what properties are varied by the human voice to produce different words / syllables?
How to report t statistic from R
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
19 mins ago
is it okey now ?
– Levan Davitadze
10 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 13 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
19 mins ago
is it okey now ?
– Levan Davitadze
10 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
19 mins ago
is it okey now ?
– Levan Davitadze
10 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
19 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
19 mins ago
is it okey now ?
– Levan Davitadze
10 mins ago
is it okey now ?
– Levan Davitadze
10 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}
usetikzlibrary{fit,bending}
begin{document}
begin{tikzpicture}[bullet/.style={circle,fill,inner sep=1pt}]
begin{scope}[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);
end{scope}
node[circle,draw,fit=(stuff)]{};
end{tikzpicture}
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
});
}
});
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}
usetikzlibrary{fit,bending}
begin{document}
begin{tikzpicture}[bullet/.style={circle,fill,inner sep=1pt}]
begin{scope}[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);
end{scope}
node[circle,draw,fit=(stuff)]{};
end{tikzpicture}
end{document}
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}
usetikzlibrary{fit,bending}
begin{document}
begin{tikzpicture}[bullet/.style={circle,fill,inner sep=1pt}]
begin{scope}[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);
end{scope}
node[circle,draw,fit=(stuff)]{};
end{tikzpicture}
end{document}
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}
usetikzlibrary{fit,bending}
begin{document}
begin{tikzpicture}[bullet/.style={circle,fill,inner sep=1pt}]
begin{scope}[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);
end{scope}
node[circle,draw,fit=(stuff)]{};
end{tikzpicture}
end{document}
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}
usetikzlibrary{fit,bending}
begin{document}
begin{tikzpicture}[bullet/.style={circle,fill,inner sep=1pt}]
begin{scope}[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);
end{scope}
node[circle,draw,fit=(stuff)]{};
end{tikzpicture}
end{document}
answered 41 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
19 mins ago
is it okey now ?
– Levan Davitadze
10 mins ago