Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

What is the name of a tensor product?

I have a tensor like

tensor([a,b,c])

where a, b, c lie in some CombinatorialFreeModule. Where does this tensor lie? (I need to know, because I am writing a function using module_morphism, and it requires me to explicitly specify its codomain.)

What is the name of a tensor product?

I have a tensor like

tensor([a,b,c])

where a, b, c lie in some CombinatorialFreeModule. Where does this tensor lie? (I need to know, because I am writing a function using module_morphism, and it requires me to explicitly specify its codomain.)

Writing

type(tensor([a,b,c]))

doesn't help (it just gives generic trash).

What is the name of a tensor product?

I have a tensor like

tensor([a,b,c])

where a, b, c lie in some CombinatorialFreeModule. Where (in Sage syntax) does this tensor lie? (I need to know, because I am writing a function using module_morphism, and it requires me to explicitly specify its codomain.)

Writing

type(tensor([a,b,c]))

doesn't help (it just gives generic trash).