Re: [sympy] Trouble with getting latex_ex to work

2012-12-26 Thread Shriramana Sharma
Sorry for the delayed reply. On Mon, Dec 17, 2012 at 1:12 AM, Aaron Meurer wrote: > > Is the regular SymPy latex() not sufficient for what you want? Yeah, since I'm not experienced enough with LaTeX to provide the appropriate preamble etc. All I wanted was pretty printed appearance for the matri

[sympy] nroots and rev-lex

2012-12-26 Thread Shriramana Sharma
Two questions mutually unrelated but both related to SymPy. What method (of many which seem to be there) does nroots use to determine the roots of arbitrary degree polynomials? In the isympy command line I am allowed to set the options of ordering to rev-lex such that I get output of 1 + x + x**2

[sympy] Want to start contributing code

2012-12-26 Thread aarshkshah1992
Hey guys,I am a 3rd year undergraduate student in computer science.I am extremely interested in contributing towards sympy .Can anyone offer help on how to proceed ? -- You received this message because you are subscribed to the Google Groups "sympy" group. To view this discussion on the web

Re: [sympy] Want to start contributing code

2012-12-26 Thread manoj babu
please go through the issues and try fixing them. On Wed, Dec 26, 2012 at 10:57 PM, wrote: > Hey guys,I am a 3rd year undergraduate student in computer science.I am > extremely interested in contributing towards sympy .Can anyone offer help > on how to proceed ? > > -- > You received this messa

[sympy] Re: Want to start contributing code

2012-12-26 Thread scolobb
Hey!

Re: [sympy] nroots and rev-lex

2012-12-26 Thread Aaron Meurer
On Wed, Dec 26, 2012 at 10:23 AM, Shriramana Sharma wrote: > Two questions mutually unrelated but both related to SymPy. > > What method (of many which seem to be there) does nroots use to > determine the roots of arbitrary degree polynomials? nroots uses mpmath's polyroots, which according to it

Re: [sympy] Trouble with getting latex_ex to work

2012-12-26 Thread Aaron Meurer
If all you need is interactive LaTeX rendering, you can use the IPython notebook with the IPython extension (%load_ext sympy.interactive.ipythonprinting). Alternately, you can use the preview() function. The latter will let you easily pass through the settings from the latex() function regarding h

[sympy] Re: Want to start contributing code

2012-12-26 Thread aarshkshah1992
Hey, Thanks for the detailed help,am on it :) On Wednesday, December 26, 2012 10:57:19 PM UTC+5:30, aarshks...@gmail.com wrote: > > Hey guys,I am a 3rd year undergraduate student in computer science.I am > extremely interested in contributing towards sympy .Can anyone offer help > on how to pr