First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 12 years ago

Noud gravatar image

Square root in FunctionField

Hi,

I'm working with q-functions and I would like to define a free algebra over the algebraic field with an extra parameter q for which I can also take roots i.e. I would like to do something like this

sage: F.<q> = FunctionAlgebra(AA)
sage: A.<a,b,c,d> = FreeAlgebra(F, 4)
sage: (1+q)**(1/2)*a*b
sqrt(1+q)*a*b

The function FunctionAlgebra is not the correct function, since it only includes (integer) powers of q. Is it possible to extend this FunctionAlgebra to something where sums of powers of q also have roots? Or is there an other function for which I can do this?

Best, Noud