Skip to content

Commit 66d3754

Browse files
authored
Merge pull request #665 from guberger/patch-1
missing \\
2 parents 2bc5044 + 31493b4 commit 66d3754

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Bridges/squarepsdbridge.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ matrix.
4646
For instance, the constraint for the matrix
4747
```math
4848
\\begin{pmatrix}
49-
1 & 1 + x & 2 - 3x\\
50-
1 + x & 2 + x & 3 - x\\
49+
1 & 1 + x & 2 - 3x\\\\
50+
1 + x & 2 + x & 3 - x\\\\
5151
2 - 3x & 2 + x & 2x
5252
\\end{pmatrix}
5353
```
5454
to be PSD can be broken down to the constraint of the symmetric matrix
5555
```math
5656
\\begin{pmatrix}
57-
1 & 1 + x & 2 - 3x\\
58-
\\cdot & 2 + x & 3 - x\\
57+
1 & 1 + x & 2 - 3x\\\\
58+
\\cdot & 2 + x & 3 - x\\\\
5959
\\cdot & \\cdot & 2x
6060
\\end{pmatrix}
6161
```

0 commit comments

Comments
 (0)