Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 486 Bytes

free_associative_algebra.md

File metadata and controls

26 lines (17 loc) · 486 Bytes
CurrentModule = Oscar

Free Associative Algebras

Two-sided ideals

Types

The OSCAR type for two-sided ideals in a free associative algebra is FreeAssAlgIdeal{T}, where T is the element type of the algebra.

Constructors

ideal(R::FreeAssAlgebra, g::Vector{T}) where T <: FreeAssAlgElem
ideal(g::Vector{T}) where T <: FreeAssAlgElem

Ideal Membership

ideal_membership(a::FreeAssAlgElem, I::FreeAssAlgIdeal, deg_bound::Int)