src/HOL/Computational_Algebra/Computational_Algebra.thy
author wenzelm
Thu, 03 Jan 2019 20:16:42 +0100
changeset 69584 a91e32843310
parent 67165 22a5822f52f7
child 69791 195aeee8b30a
permissions -rw-r--r--
tuned signature;


section \<open>Pieces of computational Algebra\<close>

theory Computational_Algebra
imports
  Euclidean_Algorithm
  Factorial_Ring
  Formal_Power_Series
  Fraction_Field
  Fundamental_Theorem_Algebra
  Group_Closure
  Normalized_Fraction
  Nth_Powers
  Polynomial_FPS
  Polynomial
  Polynomial_Factorial
  Primes
  Squarefree
begin

end