[sympy] GSOC 2012

2012-02-15 Thread shashank
I am an undergraduate student currently doing my Masters in Physics and will be doing my B.E in Computer Science next year. I had done courses on quantum mechanics and I am comfortable to code in Python.I would very much like to be part of GSOC 2012 for SymPy. I was going through the 'Project Ideas

[sympy] GSoC 2014: Regarding Plotting ideas.

2014-03-03 Thread Shashank Aggarwal
Hey.. I am Shashank Aggarwal, 2nd year CSE student from NIT-Karnataka.I have a few questions regarding the plotting ideas: 1. Improving the plotting module has many sub-ideas.Do all of them constitute a single project? 2. Some of the issues in the issue list are already implemented. Eg. Line

[sympy] Re: GSoC 2014: Regarding Plotting ideas.

2014-03-05 Thread Shashank Aggarwal
Hi Ondrej, Thanks for the quick reply. I am working on the issue automatic domain for plots.Will send a PR or give a link once completed. Shashank -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop

Re: [sympy] Re: GSoC 2014: Regarding Plotting ideas.

2014-03-07 Thread Shashank Agarwal
Hi. I've raised a PR for the auto_domain tool. https://github.com/sympy/sympy/pull/7234. Kindly review it, and give your feedback. Thank you Shashank Aggarwal On 3/6/14, Stefan Krastanov wrote: > We will probably also require documentation (in docstrings, which were > not modif

[sympy] Re: GSoC 2014: Regarding Plotting ideas.

2014-03-11 Thread Shashank Aggarwal
Hey. I have raised another PR for a span-selector widget. i've used the matplotlib widgets for the same. https://github.com/sympy/sympy/pull/7260 Usage: >>> plot(sin(x),widget="span_selector") Kindly check it out, and give feedback. Thanks in advance Shashank Aggarwa

[sympy] Re: GSoC 2014: Regarding Plotting ideas.

2014-03-13 Thread Shashank Aggarwal
Hey. This is regarding one of the ideas suggested in the ideas page: Implement high level features, so that it works akin to Mathematica ( http://reference.wolfram.com/mathematica/ref/Plot.html) I understand that this includes mathematica features such as clipping,plot range,plot style etc. Am i

[sympy] Re: Don't forget to submit your GSoC proposals in Melange

2014-03-14 Thread Shashank Aggarwal
Hey. I have submitted my proposal as well (on melange).Kindly review when you have the time. -- 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...@googlegr

[sympy] Re: GSoC 2014: Regarding Plotting ideas.

2014-03-25 Thread Shashank Aggarwal
Hey. I have raised a PR https://github.com/sympy/sympy/pull/7333 for issue #6893 (plot does not use the given range).Can it be merged? I already have two PRs pending (#7260 and #7234). If possible kindly review them. Thanks -- You received this message because you are subscribed to the Google

Re: [sympy] Re: GSoC 2014: Regarding Plotting ideas.

2014-03-26 Thread Shashank Aggarwal
Hey. I modified my branch.It now calculates maximal span from all lines. Thanks for checking it out. -- 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...@g

Re: [sympy] Re: GSoC 2014: Regarding Plotting ideas.

2014-03-27 Thread Shashank Aggarwal
I have made the required changes. Can i include the PR in my GSoC proposal if merged? As a comment? -- 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...@go

[sympy] Wish to contribute to SymPy

2014-12-14 Thread Shashank Shekhar
Hi, I am Shashank Shekhar ,currently in fourth semester of my undergraduate studies majoring in electronics.I am new to the open-source community and would be glad if someone could help me get started . I came across SymPy while looking for maths/science Python based organisations where

[sympy] Re: Wish to contribute to SymPy

2014-12-14 Thread Shashank Shekhar
eferencing it . On Sunday, December 14, 2014 6:02:00 AM UTC+5:30, Shashank Shekhar wrote: > > Hi, > I am Shashank Shekhar ,currently in fourth semester of my > undergraduate studies majoring in electronics.I am new to the open-source > community and would be glad if someone

[sympy] my intro

2021-01-31 Thread Shashank Upadhyay
Hello everyone, My name is *Shashank Kumar Upadhyay*. I am a third year undergraduate computer science engineering student at *MMMUT Gorakhpur India*. I have no previous open source contribution experience but I will feel lucky if I am able to contribute in this project and start my journey

[sympy] GSOC 16 : Parsing

2016-02-28 Thread shashank gupta
Hi, I am Shashank Gupta, MS By Research student at IIIT-Hyderabad currently working on applications of Deep Learning in Information Retrieval and NLP. I am planning to participate in GSOC 2016. I am planning to work in the project, 'benchmarking' under CS category. Any suggestions

[sympy] GSOC 2016 : Benchmarking

2016-02-28 Thread shashank gupta
Hi, I am Shashank Gupta, MS By Research student at IIIT-Hyderabad currently working on applications of Deep Learning in Information Retrieval and NLP. I am planning to participate in GSOC 2016. I am planning to work in the project, 'benchmarking' under CS category. Any suggestions

[sympy] Problem with adding support at location with decimal values

2021-07-05 Thread shashank singh
from sympy import * from sympy.physics.continuum_mechanics.beam import Beam E, I = symbols('E, I') b = Beam(9, E, I) b.apply_load(-12, 9, -1) b.apply_load(-50, 5, -2) b.apply_load(-8, 0, 0, end=5) b.apply_support(0, type='fixed') b.apply_support(4.5, type='roller') b.load after adding the above

[sympy] Facing issues when support position are in decimal values trying to automate the solution of reaction forces in beams.

2021-07-05 Thread shashank singh
sparky1911/BEAMS (github.com) I am trying to make an interface for beam calculation but i am not sure how to i calculate the reaction forces without manually coding those variables and when the support location is in decimal number it is even worse. please

Re: [sympy] Problem with adding support at location with decimal values

2021-07-05 Thread shashank singh
0, R0, R45 > > Now you can create a substitution dictionary and compute the load at a > given location. > > Davide. > > > Il giorno lun 5 lug 2021 alle ore 15:11 shashank singh < > singhvikr...@gmail.com> ha scritto: > >> from sympy import * >> from sy