src/HOL/Computational_Algebra/Computational_Algebra.thy
author wenzelm
Sun, 13 Dec 2020 23:11:41 +0100
changeset 72907 3883f536d84d
parent 70817 dd675800469d
permissions -rw-r--r--
unused (see 29566b6810f7);


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

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

end