Re: [sympy] Code Quality test failing on github even though local tests doesn't give any error

2024-02-12 Thread Himateju V
So If I'm not wrong we have to create a new configuration file right?
 

On Tuesday 13 February 2024 at 03:36:24 UTC+5:30 asme...@gmail.com wrote:

> The slotscheck command should be ran like
>
> python -m slotscheck --exclude-modules
>
> "(sympy.parsing.autolev._antlr.*|sympy.parsing.latex._antlr.*|sympy.galgebra|sympy.plotting.pygletplot.*)"
> sympy
>
> (see 
> https://github.com/sympy/sympy/blob/680fb21363e1ea685d6fc868d15069d80ac0c97f/.github/workflows/runtests.yml#L47C14-L47C165
> ).
> Otherwise it will try to import several submodules which should not be
> imported.
>
> Really we should move this to a configuration file so that it will
> always work correctly if you just call "slotscheck". See
>
> https://slotscheck.readthedocs.io/en/latest/configuration.html#configuration-file
> .
> This should be a straightforward thing to change if you want to make a
> PR.
>
> Aaron Meurer
>
> On Fri, Feb 9, 2024 at 3:51 PM Shishir Kushwaha
>  wrote:
> >
> > I am getting the same errors on the master branch as well . Has it got 
> something to do with the dependencies ? I set up my repo again after 
> clearing previous stuff so I might have forgotten something ?
> >
> >
> >
> > On Saturday 10 February 2024 at 04:18:48 UTC+5:30 Shishir Kushwaha wrote:
> >>
> >> Can you also please tell me why it is failing as well . The errors I 
> get are mostly some warning about deprecation or failing to import some 
> modules but I have made no changes to any of the related files and synced 
> with the upstream repository about an hour ago .
> >>
> >> The output I get on running the test locally :
> >>
> >> The sympy.utilities.runtests submodule is deprecated. Use 
> sympy.testing.runtests instead.
> >>
> >> See 
> https://docs.sympy.org/latest/explanation/active-deprecations.html#deprecated-sympy-utilities-submodules
> >> for details.
> >>
> >> This has been deprecated since SymPy version 1.6. It
> >> will be removed in a future version of SymPy.
> >>
> >> return _bootstrap._gcd_import(name[level:], package, level)
> >> ERROR: Failed to import 'sympy.galgebra'.
> >> ERROR: Failed to import 'sympy.parsing.autolev._antlr.autolevlexer'.
> >> ERROR: Failed to import 'sympy.parsing.autolev._antlr.autolevlistener'.
> >> ERROR: Failed to import 'sympy.parsing.autolev._antlr.autolevparser'.
> >> ERROR: Failed to import 'sympy.parsing.latex._antlr.latexlexer'.
> >> ERROR: Failed to import 'sympy.parsing.latex._antlr.latexparser'.
> >> ERROR: Failed to import 'sympy.plotting.pygletplot.color_scheme'.
> >> ERROR: Failed to import 'sympy.plotting.pygletplot.managed_window'.
> >> ERROR: Failed to import 'sympy.plotting.pygletplot.plot'.
> >> ERROR: Failed to import 'sympy.plotting.pygletplot.plot_controller'.
> >> ERROR: Failed to import 'sympy.plotting.pygletplot.plot_controller'.
> >> ERROR: Failed to import 'sympy.plotting.pygletplot.plot_curve'.
> >> ERROR: Failed to import 'sympy.plotting.pygletplot.plot_mode'.
> >> ERROR: Failed to import 'sympy.plotting.pygletplot.plot_mode_base'.
> >> ERROR: Failed to import 'sympy.plotting.pygletplot.plot_modes'.
> >> ERROR: Failed to import 
> 'sympy.plotting.pygletplot.plot_rotation'.ERROR: Failed to import 
> 'sympy.plotting.pygletplot.plot_surface'.
> >> ERROR: Failed to import 'sympy.plotting.pygletplot.plot_window'.
> >> ERROR: Failed to import 'sympy.plotting.pygletplot.util'.
> >> Oh no, found some problems!
> >> Scanned 1501 module(s), 1923 class(es).
> >> On Saturday 10 February 2024 at 03:33:43 UTC+5:30 asme...@gmail.com 
> wrote:
> >>>
> >>> The slotscheck test is run on CI but isn't included in the normal
> >>> local tests run. If you want to run it locally you will need to
> >>> install slotscheck and run 'slotscheck sympy/'
> >>>
> >>> Aaron Meurer
> >>>
> >>> On Fri, Feb 9, 2024 at 2:02 PM Shishir Kushwaha
> >>>  wrote:
> >>> >
> >>> > I am getting an error in
> >>> > Check for incorrect use of "__slots__" using slotcheck .
> >>> > Any Idea why ?
> >>> >
> >>> > --
> >>> > 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+un...@googlegroups.com.
> >>> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sympy/9ca60097-eb28-436e-9c29-79eae93edf83n%40googlegroups.com
> .
> >
> > --
> > 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+un...@googlegroups.com.
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sympy/cf63fea5-46f0-49cc-a0aa-aa9a0b2b9c75n%40googlegroups.com
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.co

Re: [sympy] Math solver that using Sympy & Gamma on Mobile

2024-02-12 Thread berk berk
i m using Sympy Gamma for display calculus steps. Actually opens Sympy 
Gamma on new tab when button press.


13 Şubat 2024 Salı tarihinde saat 02:42:51 UTC+3 itibarıyla 
asme...@gmail.com şunları yazdı:

> FYI, if this is making use of the cloud SymPy Gamma hosted at 
> gamma.sympy.org, we may be shutting that down at any point. If you 
> aren't, I would recommend self-hosting the SymPy Gamma application, or 
> running the code for it locally on the phone.
>
> Aaron Meurer
>
> On Sun, Feb 11, 2024 at 4:29 PM berk berk  wrote:
>
>> Hey, Sympy group,
>> Math solver that using Sympy now updated and added step-by-step solution 
>> via Sympy Gamma.
>>
>> https://mathpathconsole.github.io/ 
>>
>> [image: 2.png][image: 5.png][image: 1.png][image: 6.png]
>> #Thanks SympyTeam 
>>
>> -- 
>>
> 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+un...@googlegroups.com.
>>
> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sympy/192bd10d-682e-43b1-a118-c01d144d8a2fn%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/df3e7484-25ef-43c2-9f3a-16c1c6246dbbn%40googlegroups.com.


Re: [sympy] Reverse order of polynomial before printing

2024-02-12 Thread Aaron Meurer
The order in printing can be controlled with the order flag to the
printer. Using latex(expr, order='rev-lex') will cause polynomials to
print in reverse lexicographic order, which is the order you want.

It's not a good idea to use evaluate=False to try to control printing
behavior, as this can break other things. Instead, you should use the
existing flags in the printer in question, or customize the printer
with a subclass if the built-in behavior doesn't meet your needs.

Aaron Meurer

On Sat, Feb 10, 2024 at 1:58 PM Thomas Ligon  wrote:
>
> I am trying to reverse the order of an expression before printing it for my 
> documentation, and I want ascending order, but SymPy always gives me 
> descending order. All of the expressions are polynomials, specifically 
> partial sums of power series. Since, according to Internet searches, there is 
> no easy way to do this, I have tried a number of things, including 
> manipulating the expression tree. The original expression is always Add of a 
> tuple, and each tuple is a rational number and x**n. When I loop through the 
> expression and Add the components, I always get the same order. The elegant 
> solution would be to reverse the tuple and Add it all at once, but that is 
> deprecated and gives me a tuple instead of a sum.
>
> Here is some sample code, a test program that demonstrates the problem.
>
> from sympy import symbols, Rational, Add, latex, Eq
> x = symbols('x')
> lhs = symbols('X')
> rhs = Rational(3)/Rational(4)*x**3 + Rational(2)/Rational(5)*x**2 + 
> Rational(1)/Rational(4)*x
> X1 = rhs.args
> #X2 = X1[::-1] # Why don't I need this? My debugger shows the expression and 
> the tuple in reverse order.
> X2 = X1
> # Try the expected order of Add. This produces a sum, but with an extra set 
> of parantheses, and not the desired order.
> X3 = X2[0]
> X2R = X2[1:len(X2)]
> for indT in range(0, len(X2R)):
> termT = X2R[indT]
> X3 = Add(X3, termT, evaluate=False)
> # Try the other order of Add. This looks the same as X3.
> X4 = X2[0]
> for indT in range(0, len(X2R)):
> termT = X2R[indT]
> X4 = Add(termT, X4, evaluate=False)
> # Try single step. This is deprecated, gives the correct order, but returns a 
> tuple instead of a sum.
> #X2 = X1[::-1] # Why don't I need this?
> X2 = X1
> X5 = Add(X2, evaluate=False)
>
> print(latex(Eq(lhs, rhs))) # original order
> print(latex(Eq(lhs, X3))) # still original order
> print(latex(Eq(lhs, X4))) # still original order
> print(latex(Eq(lhs, X5))) # desired order, but tuple instead of sum
>
> --
> 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 view this discussion on the web visit 
> https://groups.google.com/d/msgid/sympy/166a5149-26b2-47f7-9956-943b9d379d92n%40googlegroups.com.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6%2BR-9-nUYv8_L76t9idRy54MA8kYJY433-ujENf%2B8Ct8w%40mail.gmail.com.


Re: [sympy] Code Quality test failing on github even though local tests doesn't give any error

2024-02-12 Thread Aaron Meurer
The slotscheck command should be ran like

python -m slotscheck --exclude-modules
"(sympy.parsing.autolev._antlr.*|sympy.parsing.latex._antlr.*|sympy.galgebra|sympy.plotting.pygletplot.*)"
sympy

(see 
https://github.com/sympy/sympy/blob/680fb21363e1ea685d6fc868d15069d80ac0c97f/.github/workflows/runtests.yml#L47C14-L47C165).
Otherwise it will try to import several submodules which should not be
imported.

Really we should move this to a configuration file so that it will
always work correctly if you just call "slotscheck". See
https://slotscheck.readthedocs.io/en/latest/configuration.html#configuration-file.
This should be a straightforward thing to change if you want to make a
PR.

Aaron Meurer

On Fri, Feb 9, 2024 at 3:51 PM Shishir Kushwaha
 wrote:
>
> I am getting the same errors on the master branch as well . Has it got 
> something to do with the dependencies ? I set up my repo again after clearing 
> previous stuff so I might have forgotten something ?
>
>
>
> On Saturday 10 February 2024 at 04:18:48 UTC+5:30 Shishir Kushwaha wrote:
>>
>> Can you also please tell me why it is failing as well . The errors I get are 
>> mostly some warning about deprecation or failing to import some modules but 
>> I have made no changes to any of the related files and synced with the 
>> upstream repository about an hour ago .
>>
>> The output I get on running the test locally :
>>
>> The sympy.utilities.runtests submodule is deprecated. Use 
>> sympy.testing.runtests instead.
>>
>> See 
>> https://docs.sympy.org/latest/explanation/active-deprecations.html#deprecated-sympy-utilities-submodules
>> for details.
>>
>> This has been deprecated since SymPy version 1.6. It
>> will be removed in a future version of SymPy.
>>
>>   return _bootstrap._gcd_import(name[level:], package, level)
>> ERROR: Failed to import 'sympy.galgebra'.
>> ERROR: Failed to import 'sympy.parsing.autolev._antlr.autolevlexer'.
>> ERROR: Failed to import 'sympy.parsing.autolev._antlr.autolevlistener'.
>> ERROR: Failed to import 'sympy.parsing.autolev._antlr.autolevparser'.
>> ERROR: Failed to import 'sympy.parsing.latex._antlr.latexlexer'.
>> ERROR: Failed to import 'sympy.parsing.latex._antlr.latexparser'.
>> ERROR: Failed to import 'sympy.plotting.pygletplot.color_scheme'.
>> ERROR: Failed to import 'sympy.plotting.pygletplot.managed_window'.
>> ERROR: Failed to import 'sympy.plotting.pygletplot.plot'.
>> ERROR: Failed to import 'sympy.plotting.pygletplot.plot_controller'.
>> ERROR: Failed to import 'sympy.plotting.pygletplot.plot_controller'.
>> ERROR: Failed to import 'sympy.plotting.pygletplot.plot_curve'.
>> ERROR: Failed to import 'sympy.plotting.pygletplot.plot_mode'.
>> ERROR: Failed to import 'sympy.plotting.pygletplot.plot_mode_base'.
>> ERROR: Failed to import 'sympy.plotting.pygletplot.plot_modes'.
>> ERROR: Failed to import 'sympy.plotting.pygletplot.plot_rotation'.ERROR: 
>> Failed to import 'sympy.plotting.pygletplot.plot_surface'.
>> ERROR: Failed to import 'sympy.plotting.pygletplot.plot_window'.
>> ERROR: Failed to import 'sympy.plotting.pygletplot.util'.
>> Oh no, found some problems!
>> Scanned 1501 module(s), 1923 class(es).
>> On Saturday 10 February 2024 at 03:33:43 UTC+5:30 asme...@gmail.com wrote:
>>>
>>> The slotscheck test is run on CI but isn't included in the normal
>>> local tests run. If you want to run it locally you will need to
>>> install slotscheck and run 'slotscheck sympy/'
>>>
>>> Aaron Meurer
>>>
>>> On Fri, Feb 9, 2024 at 2:02 PM Shishir Kushwaha
>>>  wrote:
>>> >
>>> > I am getting an error in
>>> > Check for incorrect use of "__slots__" using slotcheck .
>>> > Any Idea why ?
>>> >
>>> > --
>>> > 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+un...@googlegroups.com.
>>> > To view this discussion on the web visit 
>>> > https://groups.google.com/d/msgid/sympy/9ca60097-eb28-436e-9c29-79eae93edf83n%40googlegroups.com.
>
> --
> 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 view this discussion on the web visit 
> https://groups.google.com/d/msgid/sympy/cf63fea5-46f0-49cc-a0aa-aa9a0b2b9c75n%40googlegroups.com.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6LOa%3DYWMSsoDEkBc1Q7Vhx7%2BR8J%2BNLCzuYMX_CmfgZ%2BbQ%40mail.gmail.com.


[sympy] Re: Need GSoC mentors and help updating ideas page

2024-02-12 Thread Aaron Meurer
Another thing I forgot to mention: new this year is small projects,
which are 90 hour projects, in addition to the 175 and 350 hour
projects. Right now, none of the ideas specify 90 hours, but we should
probably add some smaller projects to the list.

Aaron Meurer

On Wed, Jan 24, 2024 at 11:49 AM Aaron Meurer  wrote:
>
> It is time again for us to apply to Google to be a GSoC mentoring org.
>
> I need help updating the GSoC ideas page.
> https://github.com/sympy/sympy/wiki/GSoC-Ideas. If any ideas there are
> already completed, please remove or update them. Also please add new
> ideas, although you may want to discuss them here first if you aren't
> sure about them.
>
> Secondly, we need to update the potential mentors page.
> https://github.com/sympy/sympy/wiki/GSoC-Ideas#potential-mentors. If
> you were a student in the past I encourage you to mentor. Please add
> your name there if you can mentor this year. If you can't mentor but
> want to help review applications, just let me know.
>
> If you are someone who is interested in applying to SymPy for GSoC,
> start here. https://github.com/sympy/sympy/wiki/GSoC-Student-Instructions
>
> Aaron Meurer

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6Lz%3DZV4nN%2BKe3Co4Zo7CA2j7t3pEnpEJrLw%2BEvNrYO%2Bug%40mail.gmail.com.


Re: [sympy] Re: Math solver that using Sympy & Gamma on Mobile

2024-02-12 Thread berk berk
I understand you and your good wishes. Of course i want to it be on App 
store but there is some difficulties. For example this project no have fon 
or any support. Therefore when i free i m coding some new thing for this 
app. Therefore it is developing *slowly* to more powerful app (like 
Microsoft solver, Maple, Photomath) but worst new is this app still not any 
ads on Play store to reach other persons. I know most of "solver app" uses 
internet connection and also limited capability to solve advanced math 
problem. This application almost complately uses Sympy library and Python 
power therefore math topics are so much. In latest I developed to 
"audio-math" like, you said "derivative of x square times cos(x) to x, and 
result turns as voice. I hope one day i ll publish :) a long comment ^^ But 
main is use open-source for scientific tools on mobile and desktop  and use 
Python power to creative things, therefore this porject open-source and i 
hope anyone that willing these project will make most powerfull scientific 
applications on Mobile that races global companies. This project story 
began like this. In the college i saw symbolic comping program and we used 
for mathematical stuffs (and it is licanced) then i start to programming 
advanced solver for university students to reach free. I think scientific 
tools must be easy to reach for students. 

12 Şubat 2024 Pazartesi tarihinde saat 20:54:10 UTC+3 itibarıyla 
peter.st...@gmail.com şunları yazdı:

> Clear, thanks!
>
> So I will wait until somebody does it – certainly my capabilities are 
> insufficient. ☹
>
>  
>
> *From:* sy...@googlegroups.com  *On Behalf Of *berk 
> berk
> *Sent:* Montag, 12. Februar 2024 18:47
> *To:* sympy 
> *Subject:* [sympy] Re: Math solver that using Sympy & Gamma on Mobile
>
>  
>
> :( not yet available for iPhone/iPad
>
> But this project widely open source (on Github). Anyone re-build and  
> publish this on App store. Already this open-source mission for scientific 
> our main goal.
> #Thanks
>
> 12 Şubat 2024 Pazartesi tarihinde saat 09:50:19 UTC+3 itibarıyla 
> peter.st...@gmail.com şunları yazdı:
>
> This looks VERY interesting!
>
> Is it also available for iPhone / iPad?
>
> Thanks!
>
> cing...@gmail.com schrieb am Montag, 12. Februar 2024 um 00:29:26 UTC+1:
>
> Hey, Sympy group,
> Math solver that using Sympy now updated and added step-by-step solution 
> via Sympy Gamma.
>
> https://mathpathconsole.github.io/ 
>
>
> #Thanks SympyTeam
>
> -- 
> 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+un...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sympy/5ebdd1fb-f5f8-4186-96f7-4bef5342c3e8n%40googlegroups.com
>  
> 
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/e46e372c-aa01-44a9-876f-64e559e11334n%40googlegroups.com.


RE: [sympy] Re: Math solver that using Sympy & Gamma on Mobile

2024-02-12 Thread peter.stahlecker
Clear, thanks!

So I will wait until somebody does it – certainly my capabilities are 
insufficient. ☹

 

From: sympy@googlegroups.com  On Behalf Of berk berk
Sent: Montag, 12. Februar 2024 18:47
To: sympy 
Subject: [sympy] Re: Math solver that using Sympy & Gamma on Mobile

 

:( not yet available for iPhone/iPad

But this project widely open source (on Github). Anyone re-build and  publish 
this on App store. Already this open-source mission for scientific our main 
goal.
#Thanks

12 Şubat 2024 Pazartesi tarihinde saat 09:50:19 UTC+3 itibarıyla 
peter.st...@gmail.com   şunları yazdı:

This looks VERY interesting!

Is it also available for iPhone / iPad?

Thanks!

cing...@gmail.com   schrieb am Montag, 12. Februar 
2024 um 00:29:26 UTC+1:

Hey, Sympy group,
Math solver that using Sympy now updated and added step-by-step solution via 
Sympy Gamma.

https://mathpathconsole.github.io/ 

  

   

   

   

 
#Thanks SympyTeam

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/5ebdd1fb-f5f8-4186-96f7-4bef5342c3e8n%40googlegroups.com
 

 .

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/003101da5ddc%24766faef0%24634f0cd0%24%40gmail.com.


[sympy] Re: Math solver that using Sympy & Gamma on Mobile

2024-02-12 Thread berk berk
:( not yet available for iPhone/iPad

But this project widely open source (on Github). Anyone re-build and  
publish this on App store. Already this open-source mission for scientific 
our main goal.
#Thanks

12 Şubat 2024 Pazartesi tarihinde saat 09:50:19 UTC+3 itibarıyla 
peter.st...@gmail.com şunları yazdı:

> This looks VERY interesting!
> Is it also available for iPhone / iPad?
> Thanks!
>
> cing...@gmail.com schrieb am Montag, 12. Februar 2024 um 00:29:26 UTC+1:
>
>> Hey, Sympy group,
>> Math solver that using Sympy now updated and added step-by-step solution 
>> via Sympy Gamma.
>>
>> https://mathpathconsole.github.io/ 
>>
>> [image: 2.png][image: 5.png][image: 1.png][image: 6.png]
>> #Thanks SympyTeam
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/5ebdd1fb-f5f8-4186-96f7-4bef5342c3e8n%40googlegroups.com.


[sympy] Re: Math solver that using Sympy & Gamma on Mobile

2024-02-12 Thread berk berk
:( not yet available for iPhone/iPad

But this project widely open source on Github. Anyone re-build and  publish 
this on App store. Already this open-source mission for scieen our main 
goal.
#Thanks

12 Şubat 2024 Pazartesi tarihinde saat 09:50:19 UTC+3 itibarıyla 
peter.st...@gmail.com şunları yazdı:

> This looks VERY interesting!
> Is it also available for iPhone / iPad?
> Thanks!
>
> cing...@gmail.com schrieb am Montag, 12. Februar 2024 um 00:29:26 UTC+1:
>
>> Hey, Sympy group,
>> Math solver that using Sympy now updated and added step-by-step solution 
>> via Sympy Gamma.
>>
>> https://mathpathconsole.github.io/ 
>>
>> [image: 2.png][image: 5.png][image: 1.png][image: 6.png]
>> #Thanks SympyTeam
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/d25cf2a5-9af1-4d3f-a76e-6a0ca7362861n%40googlegroups.com.