IndetSymbols |
Syntax |
IndetSymbols(P:RING):RECORD |
Description |
Example |
/**/ Use R ::= QQ[x,y,z]; /**/ indent(IndetSymbols(R)); [ Record[head := "x", indices := []], Record[head := "y", indices := []], Record[head := "z", indices := []] ] /**/ Use R ::= QQ[a, x[1..3]]; /**/ indent(IndetSymbols(R)); [ Record[head := "a", indices := []], Record[head := "x", indices := [1]], Record[head := "x", indices := [2]], Record[head := "x", indices := [3]] ] /**/ IndetName(Indet(R, 2)); x |
See Also |