Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

563626 views
1
<Verb>AreIsomorphicGradedAlgebras(A,B):: PresentedGradedAlgebra, PresentedGradedAlgebra --> Boolean</Verb><P/>
2
3
4
5
Inputs two freely presented graded algebras
6
<M>A=\mathbb F[x_1, \ldots, x_m]/I</M> and
7
<M>B=\mathbb F[y_1, \ldots, y_n]/J</M> and returns <B>true</B> if they are isomorphic, and <B>false</B> otherwise.
8
9
This function was implemented by Paul Smith.
10
11
12