| 1 | initial version |
This works for me:
sage: H.subs(x=z[0,0],y=z[1,0])
| 2 | No.2 Revision |
This works for me:
sage: H.subs(x=z[0,0],y=z[1,0])
(z is a matrix, so it requires two indices to specify an element.)
| 3 | No.3 Revision |
This works for me:
sage: H.subs(x=z[0,0],y=z[1,0])
H.substitute(x=z[0,0],y=z[1,0])
(z is a matrix, so it requires two indices to specify an element.)
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.