Re: [sympy] Re: Query Regarding Contributing towards Sympy

2019-09-10 Thread Aizen
Thank You for letting me know about it. Perhaps I should also look at other topics that can connect with Symbolic Manipulation for which Sympy is targetted at. And I see, we can use some graph algorithms to improve the inner workings of sympy. I think to do such stuff we need to learn about all

Re: [sympy] Re: Query Regarding Contributing towards Sympy

2019-09-10 Thread Aizen
Hello. All right, I saw the stats implementation and I need some more theoretic background in Stats to be able to contribute to Sympy. But that is a really good option for me and I will look into it soon. I will contact you when I think I have understood the same for Sympy. Thanks Yash On

Re: [sympy] Re: Query Regarding Contributing towards Sympy

2019-09-08 Thread Oscar Benjamin
Graph theory has already been ruled out for SymPy: https://github.com/sympy/sympy/issues/8186 Most graph-theoretic algorithms are not symbolic and don't really have any connection to the symbolic manipulation that SymPy does. That being said there is plenty of scope to use graph theoretic

Re: [sympy] Re: Query Regarding Contributing towards Sympy

2019-09-08 Thread Gagandeep Singh (B17CS021)
In my opinion, SymPy is concerned about symbolic manipulation and mathematics. The topics you suggested will be more appropriate for a data structures and algorithms libraries. If other members agree on your suggestion, then feel free to draft a issue for further discussion. In addition, I see

Re: [sympy] Re: Query Regarding Contributing towards Sympy

2019-09-08 Thread Aizen
All Right. Topics such as Graph Theory( Creating Graph Data Structures, Standard Graph Algorithms such as BFS and DFS, Graph Analysis, Centrality and even trivial things such as checking if a degree sequence is a graphic or not, etc) Topology (Network Topology : Creating and testing). I am

Re: [sympy] Re: Query Regarding Contributing towards Sympy

2019-09-08 Thread Aizen
All Right. Topics such as Graph Theory( Creating Graph Data Structures, Standard Graph Algorithms such as BFS and DFS, Graph Analysis and even trivial things such as checking if a degree sequence is a graphic or not, etc) and Network Topology (Creating and testing). I am sorry for the delay

Re: [sympy] Re: Query Regarding Contributing towards Sympy

2019-09-02 Thread Gagandeep Singh (B17CS021)
Can you please give a rough idea(name of the topics from mathematics with one or two line explanation) about the feature(S) you want to add to SymPy? With Regards, Gagandeep Singh Github - https://www.github.com/czgdp1807 LinkedIn - https://www.linkedin.com/in/czgdp1807 On Mon, 2 Sep, 2019, 6:26

[sympy] Re: Query Regarding Contributing towards Sympy

2019-09-02 Thread Aizen
I have spent time getting familiar with using Sympy regularly. I read the page regarding `Introduction to Contributing`, and it says that I should start by solving issues first(the easy ones). I would love to do that, but the reason I want to contribute is, as I and my peers work in the related

[sympy] Re: Query Regarding Contributing towards Sympy

2019-08-10 Thread Aizen
Ok. Thank You for your response. I will do as suggested. Yash On Friday, August 9, 2019 at 2:27:21 PM UTC+5:30, Aizen wrote: > > Hello. I am Yash, and I am pursuing a Masters in Mathematics and > Statistics from the Indian Insitute of Science Education and Research, > Kolkata. I also work