| 1 | initial version |
You can define Q over polynomial ring in a and b:
R.<a,b> = PolynomialRing(ZZ)
Q = QuadraticForm(R,2,[1,1,1])
Cl.<x,y> = CliffordAlgebra(Q)
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.