FramedNonAssociativeAlgebraFunctions2(AR, R, AS, S)ΒΆ
naalg.spad line 1050 [edit on github]
FramedNonAssociativeAlgebraFunctions2
implements functions between two framed non associative algebra domains defined over different rings. The function map is used to coerce between algebras over different domains having the same structural constants.
- map: (R -> S, AR) -> AS
map(f, u)
mapsf
onto the coordinates ofu
to get an element inAS
via identification of the basis ofAR
as beginning part of the basis ofAS
.