We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f47fcf commit 3d1c3bcCopy full SHA for 3d1c3bc
docs/src/man/tutorial.md
@@ -136,7 +136,7 @@ constructor as well as a unicode alternative using the symbol `→` (obtained as
136
137
```@repl tutorial
138
P = space(U)
139
-space(U) == HomSpace(ℝ^3 ⊗ ℝ^4, ℝ^2) == (ℝ^3 ⊗ ℝ^4 ← ℝ^2) == ℝ^2 → ℝ^3 ⊗ ℝ^4
+space(U) == HomSpace(ℝ^3 ⊗ ℝ^4, ℝ^2) == (ℝ^3 ⊗ ℝ^4 ← ℝ^2) == (ℝ^2 → ℝ^3 ⊗ ℝ^4)
140
(codomain(P), domain(P))
141
```
142
@@ -281,7 +281,7 @@ It also makes clear the isomorphism between linear maps `ℂ^n → ℂ^m` and te
281
282
283
m = randn(ComplexF64, ℂ^3, ℂ^4)
284
-m2 = permute(m, (1,2), ())
+m2 = permute(m, ((1, 2), ()))
285
codomain(m2)
286
space(m, 1)
287
space(m, 2)
0 commit comments