[sympy] Re: [Discussion] GSoC 2020 -- Adding control package to sympy.physics

2020-02-03 Thread Naman Nimmo
Hi Everyone, I'm Naman Gera, from the Electronics and Communication Engineering department at the Indian Institute of Information Technology, Guwahati. I started contributing to Sympy in December 2019 and ever since then, I've learned so many things. I have immense respect for this brilliantly tal

Re: [sympy] Re: [Discussion] GSoC 2020 -- Adding control package to sympy.physics

2020-02-04 Thread Naman Nimmo
Thanks for confirming the current scope of adding such type of package. I only started working on this because of the current stalling PRs: #12189 and #17866 "Control theory" is currently listed on the GSoC idea

Re: [sympy] Re: [Discussion] GSoC 2020 -- Adding control package to sympy.physics

2020-02-04 Thread Naman Nimmo
is broader conversation happening here discourage you. We > shouldn't have hijacked your thread. > > I'm very supportive of a control package being added to SymPy. Many people > over the years have asked for it and no one has made an external one of any > popularity. > &g

Re: [sympy] Re: [Discussion] GSoC 2020 -- Adding control package to sympy.physics

2020-03-08 Thread Naman Nimmo
'm very supportive of a control package being added to SymPy. Many people > over the years have asked for it and no one has made an external one of any > popularity. > > Jason > moorepants.info > +01 530-601-9791 > > > On Tue, Feb 4, 2020 at 5:18 AM Naman Nimmo wrote

Re: [sympy] Re: [Discussion] GSoC 2020 -- Adding control package to sympy.physics

2020-03-18 Thread Naman Nimmo
The application period has started for GSoC. Is it okay to submit this application or should I change something in it? I haven't received any feedback on this. On Sun, Mar 8, 2020 at 11:38 PM Naman Nimmo wrote: > Hi, > > I have completed the first draft of my GSoC Application. I

Re: [sympy] Re: [Discussion] GSoC 2020 -- Adding control package to sympy.physics

2020-03-25 Thread Naman Nimmo
info > +01 530-601-9791 > > > On Tue, Feb 4, 2020 at 5:18 AM Naman Nimmo wrote: > >> Thanks for confirming the current scope of adding such type of package. I >> only started working on this because of the current stalling PRs: #12189 >> <https://github.com/sympy/sy

[sympy] Control Systems package

2020-05-06 Thread Naman Nimmo
Hi everyone. Since the accepted GSoC projects are out now, and my project - "Control Theory - Implement a control systems package" was in that list, I would like to first know whether it will be a part of the main sympy project or some other project to go on PyPI? I personally feel It *should* be

Re: [sympy] Re: Control Systems package

2020-05-06 Thread Naman Nimmo
e easier. > > Javier > > > > On Wednesday, May 6, 2020 at 5:43:37 PM UTC+2, Naman Nimmo wrote: >> >> Hi everyone. >> >> Since the accepted GSoC projects are out now, and my project - "Control >> Theory - Implement a control systems package" w

Re: [sympy] Control Systems package

2020-05-06 Thread Naman Nimmo
t; module uses features of stats and the case is other way around but that is >>>> a thing for another day. Well, I just thought of a way which could have >>>> been used to organize modules. If we make a directed graph with modules as >>>> nodes and an edge, m

Re: [sympy] Query about tkinter

2021-01-20 Thread Naman Nimmo
You can install the tkinter package using: sudo apt-get install python3-tk (safe to run on debian-derived distributions) And import it this way: >>> import tkinter >>> tkinter.TkVersion 8.6 On Wed, Jan 20, 2021 at 6:29 PM David Bailey wrote: > Hi Group, > > I know this isn't strictly a Sy

Re: [sympy] GSoC Organization Applications Open

2021-02-16 Thread Naman Nimmo
Hi everyone. I have also updated the GSoC ideas page by adding another physics-related idea on Control theory. https://github.com/sympy/sympy/wiki/GSoC-Ideas#symbolic-control-systems-sympyphysicscontrol Since the Control module was a

Re: [sympy] GSoC Idea discussion

2021-03-13 Thread Naman Nimmo
> *So shall I create a new wiki page for 2021 proposals on sympy repository > and share my google docs link there as done in previous years?* > GSoC 2021 current applications can be added here: https://github.com/sympy/sympy/wiki/GSoC-2021-Current-Applications Regards, -- On Sat, 13 Mar 2021, 1

Re: [sympy] GSoC introduction

2021-03-19 Thread Naman Nimmo
Hello and Welcome. Glad to see your interest in this realm. > *I wanted to ask if anybody choose this topic(Symbolic Control Systems)? and if this topic is chosen by another student, I have to choose another topic, or is it possible to work as multiple students on one topic?* I suppose no one ha

Re: [sympy] SymPy workshop at PyCon India

2021-03-29 Thread Naman Nimmo
Hey, Faisal -- I am willing to join you! It was suggested by Jason in a thread last year to use and update the existing SymPy tutorial. Based on the previous SymPy release, I suppose a lot of features can be added to the tutorial, for example - The Stats and the ODE modules were extended and impro

Re: [sympy] ANTLR

2021-05-26 Thread Naman Nimmo
https://github.com/sympy/sympy/issues/20999 seems related. -- On Wed, May 26, 2021, 23:18 Chris Smith wrote: > I had to install ANTLR to run some tests and I get the following warning: > > ANTLR runtime and generated code versions disagree: 4.9.2!=4.7.2 > > ...repeated a lot. Is this a dependen

[sympy] Using TensorFlow with SymPy

2021-07-21 Thread Naman Nimmo
Hello! I would like to express some deep learning-enabled control systems using SymPy but I see a general rule that SymPy functions do not work with objects from other numerical libraries like NumPy or TensorFlow. Now I could use lambdify

Re: [sympy] Using TensorFlow with SymPy

2021-07-29 Thread Naman Nimmo
upport for them. > > Aaron Meurer > > On Wed, Jul 21, 2021 at 2:44 PM Naman Nimmo wrote: > > > > Hello! > > > > I would like to express some deep learning-enabled control systems using > SymPy but I see a general rule that SymPy functions do not work with &g