Macaulay2 Engine
Loading...
Searching...
No Matches

◆ is_commutative_ring()

virtual bool PolynomialRing::is_commutative_ring ( ) const
inlinevirtual

Reimplemented from Ring.

Reimplemented in SkewPolynomialRing, SolvableAlgebra, and WeylAlgebra.

Definition at line 242 of file polyring.hpp.

243 {
244 return !is_weyl_ && !is_skew_ && !is_solvable_;
245 }

References is_skew_, is_solvable_, and is_weyl_.