Hello,
this code below doesn't do what I expect.
var('x'); M(x) = matrix(2, 2, [x,x,x,x]); M(3)
Can someone tell me what to do please ?
| 1 | initial version |
Hello,
this code below doesn't do what I expect.
var('x'); M(x) = matrix(2, 2, [x,x,x,x]); M(3)
Can someone tell me what to do please ?
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.