Skip to content

Commit

Permalink
Update src/pencils.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Schilling <[email protected]>
  • Loading branch information
mforets and schillic committed Oct 10, 2021
1 parent 17da336 commit c5951da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pencils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ contains one matrix proportional to an interval.
### Examples
The matrix pencil ``I + [1 1; -1 1] * (0 .. 1) + [0 1; 1 0] * (2 .. 3)`` is:
The affine matrix ``I + [1 1; -1 1] * (0 .. 1) + [0 1; 1 0] * (2 .. 3)`` is:
```jldoctest
julia> using LinearAlgebra
Expand Down

0 comments on commit c5951da

Please sign in to comment.