Update 02_layout_algebra.md (#1451)

change line 348 to reflect correct layout.
This commit is contained in:
Mehdi Yazdani 2024-04-10 10:57:57 -04:00 committed by GitHub
parent 8e7d9f483d
commit a40e08e9d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -345,7 +345,7 @@ That is, the complement `R` of a layout `A` with respect to an integer `M` satis
* `complement((2,4):(1,6), 24)` is `3:2`. Note that `((2,4),3):((1,6),2)` has cosize `24` and produces unique indices.
* `complement((2,2):(1,6), 24)` is `(3,2):(2,12)`. Note that `((2,4),(2,2)):((1,6),(2,12))` has cosize `24` and produces unique indices.
* `complement((2,2):(1,6), 24)` is `(3,2):(2,12)`. Note that `((2,2),(3,2)):((1,6),(2,12))` has cosize `24` and produces unique indices.
<p align="center">
<img src="../../images/cute/complement1.png" alt="complement1.png" height="75"/>