On Monday, December 27, 2010 11:29:25 PM UTC+1, Johhannes wrote: > > now I need to get the following equatoin solved: > v * r = 1 but the type of v * r == 1 is boolean, .... >
What do you mean by boolean? You can use integer linear programming to get a solution to that. http://sagemath.org/doc/reference/sage/numerical/mip.html Define the vector v as integer values and r are the coefficients! H > -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org