[sage-support] Re: How to vector with variables

2015-02-09 Thread Thyagarajulu G
thanks for the quick reply On Monday, February 9, 2015 at 10:41:26 PM UTC+5:30, Pedro Cruz wrote: > > With Sagemath: > > ┌┐ > │ Sage Version 5.12, Release Date: 2013-10-07│ > └─

[sage-support] Re: How to vector with variables

2015-02-09 Thread Pedro Cruz
With Sagemath: ┌┐ │ Sage Version 5.12, Release Date: 2013-10-07│ └┘ sage: var("d,e,f") (d, e, f) sage: A = matrix(SR, [ [1,2,3], [3,2,1],