|
|
|
last edited 14 years ago by Bill Page |
| 1 2 | ||
|
Editor: Bill Page
Time: 2011/03/18 07:49:10 GMT-7 |
||
| Note: test | ||
changed: - \begin{axiom} fm:=FreeMonoid(OVAR [e1,e2]) EM:=Expression(fm) x1:=e1::Symbol::EM x2:=e2::Symbol::EM p:=operator('p) p(x1) x1*x2 \end{axiom}
fm:=FreeMonoid(OVAR [e1,e2])
| (1) |
EM:=Expression(fm)
| (2) |
x1:=e1::Symbol::EM
| (3) |
x2:=e2::Symbol::EM
| (4) |
p:=operator('p)
| (5) |
p(x1)
| (6) |
x1*x2
Internal Error The function * with signature hashcode is missing from domain Expression(FreeMonoid (OrderedVariableList (e1 e2)))