On Friday, June 6, 2014 3:44:51 PM UTC+2, Sachin Joglekar wrote:
>
>
> 1. How do I ensure methods like 'trigsimp' work with these classes? 
> Currently, passing a vector like *(sin(a)+cos(a))**2*i - j* to trigsimp 
> returns the correct answer mathematically, _but_ the instance is of type 
> Add (instead of the expected VectorAdd). How do I prevent this?
>
>
Maybe this is a bug. I would look for the place where the Add object is 
constructed. Maybe it's a bug in your code, maybe it's a bug in trigsimp.

 

> 2. How do I get 'solve' to work with these classes? For example, consider 
> a problem solved (in the future) using the module -
>
> *Do the following vectors form a basis for R^3: {(2,-3,1), (4,1,1), 
> (0,-7,1)}?*
>

Why don't use matrix determinant?

-- 
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 sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
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/9242d264-961c-407e-a6c5-3a8dc604aae7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to