First time here? Check out the FAQ!
answered 2012-10-05 07:27:57 +0100
A ring is a set with multiplication and addition, for example QQ = rational numbers and ZZ = integers.
QQ
ZZ
You can construct quaternions as follows:
sage: i,j,k = QuaternionAlgebra(1,1).gens() sage: j*k -i