Changes between Version 11 and Version 12 of Ticket #4326
- Timestamp:
- 11/10/09 14:52:24 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4326 – Description
v11 v12 63 63 Affine case: 64 64 - affine ambient space 65 - Fix: 66 {{{ 67 sage: R = RootSystem(["A",2,1]).weight_lattice() 68 sage: R.rho_classical() 69 ... 70 TypeError: unsupported operand parent(s) for '*': 'Rational Field' and 'Weight lattice of the Root system of type ['A', 2, 1]' 71 }}} 65 72 66 73 Categorification of RootLatticeRealization / ...