9 | | sage: solve([2*x==3, x != 5], x)[[BR]]---------------------------------------------------------------------------[[BR]]!TypeError Traceback (most recent call last)[[BR]][[BR]]/Applications/sage/devel/sage-main/build/sage/<ipython console> in <module>()[[BR]][[BR]]/Applications/sage/local/lib/python2.6/site-packages/sage/symbolic/relation.pyc in solve(f, *args, **kwds)[[BR]] 670 s = [][[BR]] 671 [[BR]]--> 672 sol_list = string_to_list_of_solutions(repr(s))[[BR]] 673 if 'solution_dict' in kwds and kwds!['solution_dict']==True:[[BR]] 674 if isinstance(sol_list![0], list):[[BR]][[BR]]/Applications/sage/local/lib/python2.6/site-packages/sage/symbolic/relation.pyc in string_to_list_of_solutions(s)[[BR]] 455 from sage.structure.sequence import Sequence[[BR]] 456 from sage.calculus.calculus import symbolic_expression_from_maxima_string[[BR]]--> 457 v = symbolic_expression_from_maxima_string(s, equals_sub=True)[[BR]] 458 return Sequence(v, universe=Objects(), cr_str=True)[[BR]] 459 [[BR]][[BR]]/Applications/sage/local/lib/python2.6/site-packages/sage/calculus/calculus.py in symbolic_expression_from_maxima_string(x, equals_sub, maxima)[[BR]] 1527 return symbolic_expression_from_string(s, syms, accept_sequence=True)[[BR]] 1528 except !!!SyntaxError:[[BR]]-> 1529 raise !TypeError, "unable to make sense of Maxima expression '%s' in Sage"%s[[BR]] 1530 finally:[[BR]] 1531 is_simplified = False[[BR]][[BR]]!TypeError: unable to make sense of Maxima expression '[[x==3/2,-7/2!==0]]' in Sage |
| 9 | sage: solve([2*x==3, x != 5], x)[[BR]]---------------------------------------------------------------------------[[BR]]!TypeError Traceback (most recent call last)[[BR]][[BR]]/Applications/sage/devel/sage-main/build/sage/<ipython console> in <module>()[[BR]][[BR]]/Applications/sage/local/lib/python2.6/site-packages/sage/symbolic/relation.pyc in solve(f, *args, **kwds)[[BR]] 670 s = [][[BR]] 671 [[BR]]--> 672 sol_list = string_to_list_of_solutions(repr(s))[[BR]] 673 if 'solution_dict' in kwds and kwds!['solution_dict']==True:[[BR]] 674 if isinstance(sol_list![0], list):[[BR]][[BR]]/Applications/sage/local/lib/python2.6/site-packages/sage/symbolic/relation.pyc in string_to_list_of_solutions(s)[[BR]] 455 from sage.structure.sequence import Sequence[[BR]] 456 from sage.calculus.calculus import symbolic_expression_from_maxima_string[[BR]]--> 457 v = symbolic_expression_from_maxima_string(s, equals_sub=True)[[BR]] 458 return Sequence(v, universe=Objects(), cr_str=True)[[BR]] 459 [[BR]][[BR]]/Applications/sage/local/lib/python2.6/site-packages/sage/calculus/calculus.py in symbolic_expression_from_maxima_string(x, equals_sub, maxima)[[BR]] 1527 return symbolic_expression_from_string(s, syms, accept_sequence=True)[[BR]] 1528 except !!!!SyntaxError:[[BR]]-> 1529 raise !TypeError, "unable to make sense of Maxima expression '%s' in Sage"%s[[BR]] 1530 finally:[[BR]] 1531 is_simplified = False[[BR]][[BR]]!TypeError: unable to make sense of Maxima expression '[[x==3/2,-7/2!==0]]' in Sage |