aboutsummaryrefslogtreecommitdiff
path: root/mathcomp
diff options
context:
space:
mode:
authorCyril Cohen2018-08-03 12:59:32 +0200
committerCyril Cohen2018-08-03 12:59:32 +0200
commitceec387c6e912f83b918955011caacc14a825da3 (patch)
tree603e4ba1550937448246043cfffe3bde544852ca /mathcomp
parenta1dd9b3fcb9d5dbac3c75466d9a92ddb181c8da3 (diff)
update ChangeLog and doc
Diffstat (limited to 'mathcomp')
-rw-r--r--mathcomp/algebra/mxpoly.v9
1 files changed, 5 insertions, 4 deletions
diff --git a/mathcomp/algebra/mxpoly.v b/mathcomp/algebra/mxpoly.v
index 9676af2..87c7fbd 100644
--- a/mathcomp/algebra/mxpoly.v
+++ b/mathcomp/algebra/mxpoly.v
@@ -26,10 +26,11 @@ Require Import poly polydiv.
(* powers_mx A d == the d x (n ^ 2) matrix whose rows are the mxvec encodings *)
(* of the first d powers of A (n of the form n'.+1). Thus, *)
(* vec_mx (v *m powers_mx A d) = horner_mx A (rVpoly v). *)
-(* char_poly A == the characteristic polynomial of A. *)
-(* char_poly_mx A == a matrix whose detereminant is char_poly A. *)
-(* mxminpoly A == the minimal polynomial of A, i.e., the smallest monic *)
-(* polynomial that annihilates A (A must be nontrivial). *)
+(* char_poly A == the characteristic polynomial of A. *)
+(* char_poly_mx A == a matrix whose determinant is char_poly A. *)
+(* companionmx p == a matrix whose char_poly is p *)
+(* mxminpoly A == the minimal polynomial of A, i.e., the smallest monic *)
+(* polynomial that annihilates A (A must be nontrivial). *)
(* degree_mxminpoly A == the (positive) degree of mxminpoly A. *)
(* mx_inv_horner A == the inverse of horner_mx A for polynomials of degree *)
(* smaller than degree_mxminpoly A. *)