Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LinkTest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cstao-public
LinkTest
Wiki
Communication Patterns
Changes
Page history
New page
Templates
Clone repository
Update Communication Patterns
authored
2 years ago
by
Max Holicki
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Communication-Patterns.md
+1
-1
1 addition, 1 deletion
Communication-Patterns.md
with
1 addition
and
1 deletion
Communication-Patterns.md
View page @
9ef66f1b
...
...
@@ -51,7 +51,7 @@ We now wish to find an additional $`n-2`$ partitions without any repeats in them
```
math
P_{1,0}=\begin{pmatrix}n\\2\end{pmatrix}-\frac{n}{2}.
```
The additional term here removes the groups from the first partition. For the second group
"
P_{1,1}
"
is:
The additional term here removes the groups from the first partition. For the second group
$
`
P_{1,1}
`
$
is:
```
math
P_{1,1}=\begin{pmatrix}n-2\\2\end{pmatrix}-\frac{n-2}{2}.
```
...
...
This diff is collapsed.
Click to expand it.