I am looking for software where we can define operations and rules of manipulation. For example, defining multiplication of $x,y \in A$ to be $x\cdot y:= xy-yx$ and $x^{2k}=1$ and $y^{3k}=1$, $\forall k \gt 0$. Also, we should be able to impose commutativity or non-commutativity, etc... I have heard of mathematica, maple, sagemath,.. , but I don't know which of those can accomplish what I want. Please give me some recommendations.
2026-03-25 14:00:34.1774447234
Math software for symbolic computation with customizable rules.
135 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
Well, I have some experience with Maple. It allows to define functions such as
and to manipulate and simplify expressions
These belong to the standard capabilities of computer algebra systems.