next | previous | forward | backward | up | top | index | toc | Macaulay2 website
LieTypes :: LieAlgebra == LieAlgebra

LieAlgebra == LieAlgebra -- tests equality of LieAlgebra

Synopsis

Description

This function tests equality of the underlying hash tables of $g$ and $h$ are the same.

i1 : g=simpleLieAlgebra("A",2)

o1 = g

o1 : LieAlgebra
i2 : h=simpleLieAlgebra("A",2)

o2 = g

o2 : LieAlgebra
i3 : g==h

o3 = true

Ways to use this method: