Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fkastner committed Mar 11, 2020
2 parents 8d4be40 + 505aab0 commit 52d1591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/example_svd.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ julia> R = pinv(S)
0//1 1//5 0//1
```
And we're ready to construct our matrix ``A`` and it's pseudoinverse ``A^\dagger``:
```
```jldoctest SVD
julia> A = U*S*V'
3×2 Array{NiceNumber,2}:
-5//1 0//1
Expand Down

0 comments on commit 52d1591

Please sign in to comment.