Ask Your Question

Revision history [back]

You can define e.g.

xbar = R.gens()

Then xbar[0] will be the first generator, namely x0bar, etc.

You can also do

R.inject_variables()

which defines the variable x0bar to be the corresponding generator (etc.), if you insist.

The first approach seems cleaner to me. The second one could be convenient in an interactive session.