Don't use strings to do symbolic manipulation. Just create SymPy
objects and manipulate them directly. Not all SymPy functions work
with strings, which is the source of the error you are getting.

Aaron Meurer

On Fri, Mar 21, 2014 at 11:33 AM, Panchendrarajan Ruba
<[email protected]> wrote:
> Currently I am working to fix the problem in my implementation.
> https://github.com/sympy/sympy/pull/7311#issuecomment-38177849
>
> Here I am returning a string which represent the way of finding the
> determinant of an nxn matrix. result is an str type. This the the line that
> raising an error while running the test classes,
>  if strict:
>         raise SympifyError(a)
> How can I solve this????
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/sympy.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/48d9abd2-3d54-420d-9c5a-f5bc257e6a7e%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6LaDEQY0ub%2BwPYKJargOb-3xhCGHgUbj5G6K71JT7b0oA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to