| 1 | initial version |
Besides providing variable values as arguments suggested by @FrédéricC, one can use method .subs(), which allow arbirary or partial substitution - for example:
r1.subs( { a[1]:2, a[4]:2*a[2]+a[3] } )
| 2 | No.2 Revision |
Besides providing variable values as arguments suggested by @FrédéricC, one can use method .subs(), which allow arbirary arbitrary or partial substitution - for example:
r1.subs( { a[1]:2, a[4]:2*a[2]+a[3] } )
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.