Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MIL/C10_Linear_Algebra/S04_Bases.lean
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ of linear algebra in :math:`K^n` for some field :math:`K`.
Here the main objects are vectors and matrices.
For concrete vectors, one can use the ``![…]`` notation, where components are separated by commas.
For concrete matrices we can use the ``!![…]`` notation, lines are separated by semi-colons
and components of lines are separated by colons.
and components of lines are separated by commas.
When entries have a computable type such as ``ℕ`` or ``ℚ``, we can use
the ``eval`` command to play with basic operations.

Expand Down