Re: [sympy] Bug with limit

2015-06-22 Thread Jason Moore
Paul, If you think you have found a bug in SymPy, it is extra helpful for us if you can open an issue on Github: https://github.com/sympy/sympy/issues Thanks for your reports, Jason moorepants.info +01 530-601-9791 On Mon, Jun 22, 2015 at 1:25 PM, Paul Royik distantjob...@gmail.com wrote:

Re: [sympy] Possible bug in Plane/Segment3D intersection

2015-06-22 Thread Jason Moore
Please send a PR and make sure to include a unit test that checks for the fixed bug. You can probably use the code you pasted above for the unit test. Jason moorepants.info +01 530-601-9791 On Mon, Jun 22, 2015 at 4:25 PM, Carson Farmer carson.far...@gmail.com wrote: The following does not

[sympy] Eigen Vectors and Cramers methods in sympy

2015-06-22 Thread Kakarla Dinesh
Why don't we have Cramers Method and Computation of Eigen Vectors in Sympy -- 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

[sympy] Possible bug in Plane/Segment3D intersection

2015-06-22 Thread Carson Farmer
The following does not seem correct (in that p.intersection(s) should return an empty list but it doesn't): from simply.geometry import Plane, Segment3D, Point3D p = Plane(Point3D(0, 0, 1), Point3D(1, 0, 1), Point3D(0, 1, 1)) s = Segment3D(Point3D(.5, .5, 0), Point3D(.5, .5, .5)) i =

[sympy] Bug with limit

2015-06-22 Thread Paul Royik
limit(sin(x)**15,x,0,'+') works limit(sin(x)**15,x,0,'-') hangs -- 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

[sympy] Powsimp

2015-06-22 Thread Paul Royik
Can't rewrite sin(x)**17/x**17 as (sin(x)/x)**17. Is there any way to do that? -- 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