[sympy] User applications project for GSOC 2023

2023-01-21 Thread Maya S Rao
I wanted to contribute to SymPy Live and SymPy Gamma (on Google App Engine) project and I wanted to know if this project is available for GSOC 2023. I have some ideas and want to discuss. Thanks! -- You received this message because you are subscribed to the Google Groups "sympy" group. To

Re: [sympy] Order Add args when printing latex

2023-01-21 Thread Paul Royik
Thank you very much! On Saturday, January 21, 2023 at 5:28:51 PM UTC+2 Oscar wrote: > On Sat, 21 Jan 2023 at 15:24, Paul Royik wrote: > > > > Thank you very much for the response. > > Is there any other ways without evaluate=False? > > What about def _parse_order(cls, order): function? > > Can

Re: [sympy] Order Add args when printing latex

2023-01-21 Thread Oscar Benjamin
On Sat, 21 Jan 2023 at 15:24, Paul Royik wrote: > > Thank you very much for the response. > Is there any other ways without evaluate=False? > What about def _parse_order(cls, order): function? > Can I specify a custom order? I don't think anything like this is possible but it would be good to

Re: [sympy] Order Add args when printing latex

2023-01-21 Thread Paul Royik
Thank you very much for the response. Is there any other ways without evaluate=False? What about def _parse_order(cls, order): function? Can I specify a custom order? On Saturday, January 21, 2023 at 4:36:58 PM UTC+2 Oscar wrote: > On Fri, 13 Jan 2023 at 11:10, Paul Royik wrote: > > > > Hello.

Re: [sympy] Simplification of Non-Linear Systems

2023-01-21 Thread Oscar Benjamin
On Fri, 30 Dec 2022 at 20:00, jesse grabowski wrote: > > Hello everyone! > > I am (trying) to use Sympy to automatically derive first order conditions and > a log-linear approximation to non-linear systems of equations from user > provided problem descriptions. An example system might look

Re: [sympy] Order Add args when printing latex

2023-01-21 Thread Oscar Benjamin
On Fri, 13 Jan 2023 at 11:10, Paul Royik wrote: > > Hello. > > Is it possible to render cos ^2 (x)- sin ^2 (x) as "cos ^2 (x)- sin ^2 (x)", > not "- sin ^2 (x)+cos^2(x)"? I want terms with negative sign be last. > > I've discovered that there is def _print_Add(self, expr, order=None): > > How

Re: [sympy] Good First issue ???

2023-01-21 Thread Oscar Benjamin
On Sat, 14 Jan 2023 at 18:05, Siddharth k wrote: > > May someone tell me which issue can i work on for my first ? since I tried > some of them by label (Easy to Fix) but can't seem to understand much or > somehow just dropped on trying to solve. Perhaps if you post a link to one that you

[sympy] Re: Area of Surface of Revolution Integral too Hard to be Computed By JULIA’ SymPy and Python’ SymPy

2023-01-21 Thread Oscar
On Sunday, 15 January 2023 at 07:36:14 UTC zaqhie...@gmail.com wrote: Hi all, I have a question: why SymPy (in JULIA and PYthon) unable to get the numerical answer for area of surface of revolution? Is it impossible? This is my question posted today on Julia Discourse:

Re: [sympy] Beginner contributor to Sympy

2023-01-21 Thread Oscar Benjamin
On Fri, 20 Jan 2023 at 17:00, Mohit Kumar wrote: > > I want to contribute to sympy so, I ran tests using `$./setup.py test` . Now > I want to know if there would have been any error , I mean what it would show? It is better to run tests by running the bin/test script or using pytest. The full