Hi
sorry for this basic question !
var('x y')
eqT=[x==3,y==4]
show(eqT[0].rhs())
((eqT[0]).rhs())=5
I got this mesage:
File "<ipython-input-55-19bf87f1683d>", line 4 ((T[Integer(0)]).rhs())=Integer(5) SyntaxError: can't assign to function call
| 1 | initial version |
Hi
sorry for this basic question !
var('x y')
eqT=[x==3,y==4]
show(eqT[0].rhs())
((eqT[0]).rhs())=5
I got this mesage:
File "<ipython-input-55-19bf87f1683d>", line 4 ((T[Integer(0)]).rhs())=Integer(5) SyntaxError: can't assign to function call
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.