[sympy] Introduction and question about unit conversion of multiples of units

2024-03-29 Thread Sam Lubelsky
Since I haven't posted to the mailing list before I'll do a quick 
introduction:

My name is Sam.  I'm from New York City, though I currently live in St. 
Louis.  I've been programming in python, both in-school and on some side 
projects, for a few years.  I have worked on a few machine learning 
projects(cause that's what I'm most interested in!), but I am somewhat out 
of my depth with a codebase as large as Sympy. 

Now, for some context about my question:
Currently unit conversion works using convert_to(expression_you want to 
convert, new units) 

For example
from sympy.physics.units import speed_of_light, meter, second 
convert_to(2*speed_of_light), meter/second)

speed_of_light.convert_to(meter/second) also currently works, but when you 
write it in this form you can't convert multiples of a unit to another unit

e.g. (3 * speed_of_light).convert_to(meter/second)

or it will break, because a multiple of speed_of_light will be converted to 
a Mul object, and mul objects don't have a convert_to function.

It would be nice if there was a way to make convert_to work on multiples of 
units(in the unit.convert_to(other_unit) form) without having to change the 
core code(Mul.py).  

Does anyone have ideas on if/how this might be possible?



-- 
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/d80c2098-5daf-48aa-a15c-da0d138789e8n%40googlegroups.com.


[sympy] Introduction and Inquiry related to the Application Deadline

2024-03-29 Thread Ashutosh Rajora


Hello SymPy Community! 

I'm Ashutosh Rajora, currently pursuing a Bachelor's in Pure Mathematics at 
IIT Bombay.

Last semester, while delivering a seminar on the Partition of Numbers, I 
came across SymPy. It really helped me in enhancing my understanding of 
concepts and the representations.

I truly appreciate the great work the SymPy community has put up so far. 
Recently(~1.5 months back), I discovered the opportunity to contribute back 
through Open-Source. I have been immersing myself in the codebase and 
understanding things

I would appreciate confirmation regarding the GSoC '24 Application 
deadline, which I found listed as 2nd April on Google and 4th April under 
the SymPy wiki section. 

Could you kindly confirm the accurate deadline?

Thanks,

-- 
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/0d42850f-3221-438a-9939-79eebccc4155n%40googlegroups.com.


[sympy] Introduction and contribution in Stats module

2023-03-31 Thread Pranav Agrawal
Hello everyone, I am Pranav Agrawal and i am currently a second year 
student in International Institute of information technology, Hyderabad. I 
am very familiar with python and have made multiple projects in it for both 
course work and as hobby projects. I am fluent in topics like linear 
algebra and calculus, and am specially interested in probability and 
statistics. Looking at the GSoC ideas, i could not find any ideas related 
to the stats module. Hence i wanted to know if there are any open topics in 
the stats module for me to pursue.

-- 
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/49eaa8fa-fe79-4615-8c20-f0eb40c6579an%40googlegroups.com.


[sympy] Introduction for GSOC'23

2023-03-10 Thread Sujant Kumar Kv
Hey! I hope @everyone is doing awesome

I'm Sujant, a 3rd year engineering student at National Institute of 
Technology Surathkal, India. I really appreciated opensource maintainers as 
they're like researchers who're under appreciated. I have 1yr+ experience 
with python and I'm here to contribute and get more into opensource via 
Google summer of code. Even if I don't make it, I hope to continue.

If there's any due diligence/steps to be done, feel free to tell or correct 
me. Here to learn to contribute. Thanks.

-- 
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/2cca7d52-1782-4d56-a040-0c9145fce2f3n%40googlegroups.com.


[sympy] Introduction, participation in GSOC '23

2023-03-10 Thread Abhinav R
 

Hello everyone! I am Abhinav Cillanki, a sophomore studying Mechanical 
Engineering at Indian Institute of Technology, Kharagpur. I am proficient 
in python and have been programming since Eighth grade. I am interested in 
contributing to the mechanics modules of Sympy and have been using them to 
simulate the problems I am taught at college. I found the Continuum 
Mechanics functions for simulating the beam to be really useful and am 
looking forward to making helpful contributions to it. Being a budding Open 
source enthusiast, I came to know that Sympy also participates in the 
Google Summer of Code every year and I want to participate in the same. I 
am also quite interested in optimizing algorithms and I have a zeal for 
Game Theoric algorithms. I have also been using computer algebra in 
programming robots to play soccer and compete in various Robosoccer 
competitions. Looking forward to interacting with everyone and making 
valuable contributions. Do feel free to let me know about any code that has 
to be written in the mechanics domain.

Here is a link to my GitHub .

-- 
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/2448c11a-6c80-4830-8764-6020ab49283fn%40googlegroups.com.


[sympy] Introduction and Interests

2023-03-06 Thread Himanshu Singh
Hello Everyone,
I am Himanshu Singh (github username: HimanshuSingh-all 
), I am currently pursuing my MSc. in 
Physics from Indian Institute of Technology, Guwahati. I am a beginner in 
open source. 

Going through the ideas list I would like to contribute to the *Classical 
Mechanics: Efficient Equation of Motion Generation with Python  *project. 
Any pointers on where I should start and what should I do apart from 
familiarizing myself with sympy which will be specific to the project. Any 
good first steps to contributing will also be appreciated.

Also I am not that familiar with the etiquette of open source and in case I 
would like to contribute to fixing an issue, Do I need to get it assigned 
to me first before I work on it?

As again any help/advice will me much appreciated. I hope to learn a lot 
from this.

Yours truly,
Himanshu Singh

-- 
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/3929b38c-4686-46a6-9009-03c98c0883fdn%40googlegroups.com.


[sympy] Introduction and help

2023-03-05 Thread Gurneet Singh
Hey Everyone
I am Gurneet Singh, currently a 3rd Year (6th Sem) student at Lovely 
Professional University. I have a good knowledge about python and c++, and 
my specialization in B.Tech is Artificial Intelligence/Machine Learning in 
college. I have done a project in Machine Learning as well as multiple 
projects in python. Here is my GitHub profile: Gurneet1928 (Gurneet Singh) 
(github.com)  .
I am really looking forward to contributing to SymPy with the knowledge I 
have. I am trying to get ready for GSOC 2023 as well. Since, this is my 
first attempt at GSOC 2023 and I am late in contributing to SymPy, it would 
be great if someone/mentor could help me. 
Thank you for reading this and your help!

-- 
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/9b49f336-7809-4882-9536-ba77de01e02fn%40googlegroups.com.


[sympy] Introduction and asking some doubts

2023-03-05 Thread Md Affan
Hello everyone I am Md Affan B.tech 3d year student ,as a self-taught 
programmer with 1.5 years of experience in Python, I have worked on various 
projects that demonstrate my skills in programming, data visualization, 
machine learning, and web development.
One of my notable projects involved developing a data visualization tool 
that allows users to compare different stocks' behavior from a particular 
date to the present day. 
I have also created a machine learning model called Moodio Player that 
detects users' facial expressions and suggests songs according to their 
mood. Moreover, I have gained knowledge in web development, which can be 
useful in developing web-based applications. I am excited about the 
possibility of contributing to the SymPy project and believe that my skills 
and experience can be valuable to the project.
Looking forward to learning more about the project and exploring ways in 
which I can contribute. 
I actually  do have some  questions regarding this idea:
1. Can you walk me through the process of creating a new symbolic 
expression in SymPy, from the user input to the final output?

2. How does SymPy handle complex mathematical operations such as 
differentiation, integration, and solving equations?
 
3. What are some common challenges or limitations when working with 
symbolic expressions in SymPy, and how can they be addressed?

-- 
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/17460324-f2b7-4a74-a4b0-e2db3090f2dbn%40googlegroups.com.


[sympy] Introduction for GSOC 23

2023-03-04 Thread Ameya Kore
Hi all,

I'm Ameya Kore, a Computer Science student who's interested in contributing 
to SymPy.
I'm comfortable coding in multiple language and looking to learn something 
new.
I'm fairly well versed in mathematics and am looking to contribute towards 
the implementation of Risch Algorithm for Symbolic Integration 

 as 
described in the task list.
I would love to discuss this with a mentor.

Thanks and Regards,
Ameya Kore

-- 
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/9abb9a10-91d1-40aa-8dd0-78463b9174e8n%40googlegroups.com.


[sympy] Introduction for GSOC '23

2023-03-04 Thread 'Chehak Malhotra' via sympy
Hello! I'm Chehak Malhotra, a Computer Science and Applied Mathematics 
sophomore from India. I'm comfortable coding in multiple languages and I've 
taken advanced math courses like real analysis, abstract algebra and theory 
of computation. 
I have used SymPy previously and I'm brainstorming for a new idea to 
implement for GSOC '23. Currently I'm interested in Polynomial GCD and 
would like to talk through my ideas with a mentor.
Thank you for you 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...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/d8e67e0e-1235-4ba9-b87d-89e223fa3c0fn%40googlegroups.com.


[sympy] Introduction

2023-03-02 Thread Md Affan
Hello everone, hope you all are doing well
I am Md Affan  a self-taught programmer with 1.5 years of experience in 
Python, currently persuing B.tech (3rd year) from Jamia Millia Islamia.
I have worked on various projects that demonstrate my skills in 
programming, data visualization, machine learning, and web development. 
One of my notable projects involved developing a data visualization tool 
that allows users to compare different stocks' behavior from a particular 
date to the present day. 
I have also created a machine learning model and called it "Moodio Player" 
that detects users' facial expressions and suggests songs according to 
their mood. 
Moreover, I have gained knowledge in web development, which can be useful 
in developing web-based applications. 
I am excited about the possibility of contributing to the SymPy project and 
believe that my skills and experience can be valuable to the project. I am 
looking forward to learning more about the project and exploring ways in 
which I can contribute. 

-- 
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/0c22f873-27dc-473a-8263-504be7f01559n%40googlegroups.com.


[sympy] Introduction

2023-03-02 Thread Victor A. Momodu


Hey everyone,

My name is Momodu Victor (you can call me Momodu). I am a third-year 
Electronics and Electrical Engineering student at Obafemi Awolowo 
University, Ile-Ife, Nigeria.

I am a self-taught programmer with 2 years of experience coding with 
Python. I have used it to build the following projects (* mean actively 
being developed):

   1. 
   
   A bot that plays the Wordle game utilising SeleniumBase and PostgreSQL.
   2. 
   
   A CLI application that can utilise a PC’s keyboard or a gamepad as a 
   controller for a locally-assembled drone.
   3. 
   
   A bot that implements Reinforcement Learning to learn how to play the 
   2048 game.*
   4. 
   
   An NLP system for interacting with a healthcare robot.*
   

I have also taken some courses on Machine Learning by DeepLearning.ai on 
Coursera.

I am also learning to use Google’s style guide for Python for writing as 
well as documenting code properly. 

As part of my university coursework, I have learnt how to use MatLab for 
engineering problems and machine learning. Therefore, I believe that counts 
as having experience  with Computer Algebra System software as MatLab 
implements both numeric and symbolic mathematical approaches.

I have perused the SymPy documentation as well as tutorial videos and I 
believe I have an understanding of what the project is about, what it 
stands for and what it hopes to achieve.

While scanning through the ideas list, two ideas piqued my interest and 
they are:

   1. 
   
   Benchmarks and performance 
    
   and;
   2. 
   
   Symbolic Control Systems (sympy.physics.control) 
   

   

I would look through both and select which idea would best suit my 
skillsets.

And that wraps up my introduction.

-- 
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/fdfc7d07-f0de-400d-b0f2-542fa05f33b8n%40googlegroups.com.


[sympy] Introduction

2022-06-23 Thread 2 False
Hello from Brazil,

I'm Luis (18) and I've been programming in Python nearly every day for 
close to four years on websites like Codewars. I have only completed High 
School but have taken several college classes: Proof-based Linear Algebra, 
Introduction to Classical Mechanics (Lagrangian Mechanics), AP Calculus BC, 
Real Analysis, both AP Computer Science A and P, and AP Physics C. I'm 
deeply interested in Calculus and Number Theory, in particular. I used 
Sympy in some of my projects but I'm far from familiarized. However, the 
idea of Sympy captivated me to a degree that made me want to help in its 
development. It will be my first Open Source contribution so you'll need to 
bear with me if I stumble on something obvious, and I apologize in advance. 

Thank you and I'm excited to begin writing my first PR,

Luis (2 False)

-- 
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/7836d219-4175-4a77-b178-3fdc88a6c25fn%40googlegroups.com.


[sympy] Introduction

2022-04-19 Thread Andre Bolle
Hi,

I recently started to learn sympy, as it is a useful tool to investigate so 
many areas of mathematics which interest me. Most recently Lagrange and 
quantum mechanics.

I'd like to shout out a massive thanks to all the devs.

Sympy, the best thing since pencil and paper.
André


-- 
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/9b01d061-2e48-4650-bfea-8b4476aae44fn%40googlegroups.com.


[sympy] Introduction

2022-04-18 Thread Himanshu Bhenwal
Hello, 
I am Himanshu Bhenwal, a freshman undergraduate in Computer Science and 
Engineering from Delhi, India.
Although I am not a complete beginner in Python, I believe I have still a 
lot to learn when it comes to ML, scikit-learn etc.
I am very enthusiastic about contributing to SymPy and would like to get 
started as soon as possible.
I would like to request any beginner issues to fix just to get started on 
this journey of contributing to open source.

Thank You

-- 
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/8dae0423-e981-4951-8117-93be69dcf3f0n%40googlegroups.com.


[sympy] SymPy Introduction

2022-04-17 Thread Mostafa Nabieh
Hello, 

It is a great opportunity to be a part of the SymPy community. I hope this 
introduction marks the beginning of a productive, long-term working 
relationship.

   - Two years of programming with Python. Fluent in the language.
   
   Previous projects using Python:
   
   - 3Now project:
  - 3Now is a transport app, building the pipeline for the 3Now 
  project, and then collecting streaming data (logs and user messages) to 
  work with Kafka and use deep learning to predict the best user 
experience, 
  the best route for the trip, and the best price for this trip.  build 
  pipeline for 3Now system architecture with 10 users in 3Now system 
  working with Hadoop, Spark, Kafka, MSK, SNS, CloudWatch, EMR Hudi, S3, 
  Cassandra, Node.js, and EC2.
  
  - Axess project:
  - Axess project is the stores are cashierless, thus partially 
  automated, with customers able to purchase products without being checked 
  out by a cashier or using a self-checkout station and also recommend the 
  products for customers on-site and online. Building the pipeline for the 
  Axess-go working with MongoDB, API Gateway, Spark, CloudWatch, Kafka, 
SNS, 
  EC2, S3, and MSK.
  
  - Casher-Kafka project:
  - Casher-Kafka is a streaming project, that built a big data pipeline 
  to aggregate Twitter data relevant to different stocks for New York Stock 
  Exchange (NYSE) and NASDAQ stock market and provides an analytic 
framework 
  to perform user sentiment analysis on different stocks and find the 
  correlation with the corresponding stock price. 
  Building the pipeline for the Casher-Kafka worked with Rest-API, 
  Kafka, HDFS, EC2, S3, Spark Streaming, Azkaban, Cassandra, and Flask.
  
  - College-level calculus, algebra, and statistics.


   - Graduated with a BSc in Computer Science.
   
   - Interested in greedy algorithms, backtracking algorithms, and dynamic 
   programming.
   
   - Advanced understanding of linear algebra and intermediate knowledge of 
   computer algebra.
   
   - Finished the Mathematics for Machine Learning specialization by 
   Imperial College London on Coursera.
   
   - Books read:
   
   - Basics of Linear Algebra for Machine Learning: Discover the 
  Mathematical Language of Data in Python
  
  - Deep Learning with Python: Develop Deep Learning Models on Theano 
  and TensorFlow Using Keras
  
  - Statistical Methods for Machine Learning: Discover How to Transform 
  Data into Knowledge with Python
  
  - Intermediate knowledge of SymPy.
   
   - Based in Cairo, Egypt.
   
   - Native language: Arabic.
   

-- 
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/18afb6af-e842-4e4b-9995-62580d2c7e07n%40googlegroups.com.


[sympy] Introduction

2022-03-12 Thread Sham S
Hi all,

Greetings for the day!

I'm Sham S from India and a post-graduate in mathematics from Department of 
Mathematics, University of Mumbai. I have sufficiently good understanding 
of python and my major focus is in machine learning and automated theorem 
proving. I hope to contribute to sympy's number theoretic, cryptographic 
modules as I have sufficiently good grasp on these subjects. 

Hope to work with sympy community!

Website: https://shameinew.github.io/

Regards,
Sham

-- 
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/2f3e5753-4097-43b0-95c8-78bc97367f2dn%40googlegroups.com.


[sympy] Introduction

2021-06-05 Thread Sharath Ravikumar
Hello guys, this is Sharath, I am a first year computer science student at 
Amrita University. I love to code and i am so excited to work with my 
favorite language - "Python". 
I have one year of experience working in python. My previous python 
projects include, plotting a covid variation graph and creating a telegram 
bot using python. 
I have used Sympy before and it makes our calculations simple. I have a 
good amount of experience in working with Sympy so I hope I can make plenty 
of contributions.
Thank u!!

-- 
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/f6cef718-0406-4bca-9200-617926d9300bn%40googlegroups.com.


Re: [sympy] Introduction and Much Interest in Beginner Physics Project

2021-03-15 Thread Aaron Meurer
On Sun, Mar 14, 2021 at 7:28 PM Hanna Zelis  wrote:
>
> Dear Aaron Meurer,
>
> Thank you! Yes, I am interested in participating in Google Summer of Code. I 
> saw that the "Classical Mechanics: Efficient Equation of Motion Generation 
> with Python" project was a part of this program. Just to confirm, is this 
> project a part of that program?

Yes. You may want to reach out to the mentors for mechanics related
projects from the past few years to get more information about this. I
personally know much about this particular side of SymPy.

Aaron Meurer

>
> Thank you for your time!
>
> Sincerely,
> Hanna Zelis
>
> On Sun, Mar 14, 2021 at 9:25 PM Aaron Meurer  wrote:
>>
>> Hello and welcome.
>>
>> Just to clarify, are you interested in participating in Google Summer of 
>> Code?
>>
>> Aaron Meurer
>>
>> On Sun, Mar 14, 2021 at 7:16 PM Hanna Zelis  wrote:
>> >
>> > Hi SymPy!
>> >
>> > This is Hanna Zelis, a freshman at High Point University. I'm currently 
>> > undecided but will soon declare Computer Science (B.S.) and Exercise 
>> > Science (B.S.) as my majors.
>> >
>> > I have had previous experience, as well as certification, in python. I 
>> > have done well and really enjoy physics, especially the subtopic of 
>> > motion, and mathematics, especially Calculus!
>> >
>> > "Classical Mechanics: Efficient Equation of Motion Generation with Python" 
>> > project would be a great fit for my background and experience level.
>> >
>> > I would love the opportunity to be a part of this project as I believe I 
>> > have much to offer as a first year student while also being able to learn 
>> > new things along the way that can help me in my future endeavors.
>> >
>> > Can't wait to start contributing and collaborating with others on this 
>> > project!
>> >
>> > Sincerely,
>> > Hanna Zelis
>> >
>> > --
>> > 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/f1c07b68-cd3a-444e-aa89-701c3a5db1c1n%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%2BOu8K2GwJdo8RLs-nhBQFC9_YnkMOEHZCP9MYPfP7HBw%40mail.gmail.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/CACiE7xoCyHJGhaha9%3DXpV51xqmfU7iihyj65bzk%3DOM%2Bmi_nBXg%40mail.gmail.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%3D6LLidaqaSh52ykU_YEe19vuKen61mR05DCu_vncC1XK0g%40mail.gmail.com.


Re: [sympy] Introduction and Much Interest in Beginner Physics Project

2021-03-14 Thread Hanna Zelis
Dear Aaron Meurer,

Thank you! Yes, I am interested in participating in Google Summer of Code.
I saw that the "Classical Mechanics: Efficient Equation of Motion
Generation with Python" project was a part of this program. Just to
confirm, is this project a part of that program?

Thank you for your time!

Sincerely,
Hanna Zelis

On Sun, Mar 14, 2021 at 9:25 PM Aaron Meurer  wrote:

> Hello and welcome.
>
> Just to clarify, are you interested in participating in Google Summer of
> Code?
>
> Aaron Meurer
>
> On Sun, Mar 14, 2021 at 7:16 PM Hanna Zelis  wrote:
> >
> > Hi SymPy!
> >
> > This is Hanna Zelis, a freshman at High Point University. I'm currently
> undecided but will soon declare Computer Science (B.S.) and Exercise
> Science (B.S.) as my majors.
> >
> > I have had previous experience, as well as certification, in python. I
> have done well and really enjoy physics, especially the subtopic of motion,
> and mathematics, especially Calculus!
> >
> > "Classical Mechanics: Efficient Equation of Motion Generation with
> Python" project would be a great fit for my background and experience level.
> >
> > I would love the opportunity to be a part of this project as I believe I
> have much to offer as a first year student while also being able to learn
> new things along the way that can help me in my future endeavors.
> >
> > Can't wait to start contributing and collaborating with others on this
> project!
> >
> > Sincerely,
> > Hanna Zelis
> >
> > --
> > 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/f1c07b68-cd3a-444e-aa89-701c3a5db1c1n%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%2BOu8K2GwJdo8RLs-nhBQFC9_YnkMOEHZCP9MYPfP7HBw%40mail.gmail.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/CACiE7xoCyHJGhaha9%3DXpV51xqmfU7iihyj65bzk%3DOM%2Bmi_nBXg%40mail.gmail.com.


Re: [sympy] Introduction and Much Interest in Beginner Physics Project

2021-03-14 Thread Aaron Meurer
Hello and welcome.

Just to clarify, are you interested in participating in Google Summer of Code?

Aaron Meurer

On Sun, Mar 14, 2021 at 7:16 PM Hanna Zelis  wrote:
>
> Hi SymPy!
>
> This is Hanna Zelis, a freshman at High Point University. I'm currently 
> undecided but will soon declare Computer Science (B.S.) and Exercise Science 
> (B.S.) as my majors.
>
> I have had previous experience, as well as certification, in python. I have 
> done well and really enjoy physics, especially the subtopic of motion, and 
> mathematics, especially Calculus!
>
> "Classical Mechanics: Efficient Equation of Motion Generation with Python" 
> project would be a great fit for my background and experience level.
>
> I would love the opportunity to be a part of this project as I believe I have 
> much to offer as a first year student while also being able to learn new 
> things along the way that can help me in my future endeavors.
>
> Can't wait to start contributing and collaborating with others on this 
> project!
>
> Sincerely,
> Hanna Zelis
>
> --
> 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/f1c07b68-cd3a-444e-aa89-701c3a5db1c1n%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%2BOu8K2GwJdo8RLs-nhBQFC9_YnkMOEHZCP9MYPfP7HBw%40mail.gmail.com.


[sympy] Introduction and Much Interest in Beginner Physics Project

2021-03-14 Thread Hanna Zelis
Hi SymPy!

This is Hanna Zelis, a freshman at High Point University. I'm currently 
undecided but will soon declare Computer Science (B.S.) and Exercise 
Science (B.S.) as my majors.

I have had previous experience, as well as certification, in python. I have 
done well and really enjoy physics, especially the subtopic of motion, and 
mathematics, especially Calculus!

"Classical Mechanics: Efficient Equation of Motion Generation with Python" 
project would be a great fit for my background and experience level.

I would love the opportunity to be a part of this project as I believe I 
have much to offer as a first year student while also being able to learn 
new things along the way that can help me in my future endeavors.

Can't wait to start contributing and collaborating with others on this 
project!

Sincerely,
Hanna Zelis 

-- 
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/f1c07b68-cd3a-444e-aa89-701c3a5db1c1n%40googlegroups.com.


[sympy] Introduction

2021-03-14 Thread Hadiya Asif
Hi. I am a python developer. I am a second year cse student at virtual 
university. I am looking forward to contributing to sympy.

-- 
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/8013167c-bc25-4fe4-90ed-f08b51e1df55n%40googlegroups.com.


Re: [sympy] Introduction

2021-03-13 Thread Oscar Benjamin
On Sat, 13 Mar 2021 at 20:12, ΓΕΩΡΓΙΟΣ ΣΕΜΕΡΤΖΑΚΗΣ
 wrote:
>
> Hello everyone,

Hi George,

> My name is George Semertzakis. I have a bachelor degree on Mathematics. I am 
> currently a postgraduate student on National and Kapodistrian Univertity of 
> Athens. I have strong background in linear algevra and know to handle the 
> python programming language. I have recently started exploring sympy library 
> for matrices. I find exciting the idea working on a project during the summer 
> period.
> I am interested in working on the mathematical project "Linear algebra: 
> tensor core". Any advice would be great.

I've just looked at that project description here:
https://github.com/sympy/sympy/wiki/GSoC-Ideas#linear-algebra-tensor-core

Honestly I don't understand what the project description is suggesting
to do so I'm not sure how to advise...

Oscar

-- 
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/CAHVvXxT-0-QRa6jXZzHR1C4sBA7KYQNaB0B%2BtKb7F2LhRS2g7Q%40mail.gmail.com.


[sympy] Introduction

2021-03-13 Thread ΓΕΩΡΓΙΟΣ ΣΕΜΕΡΤΖΑΚΗΣ
Hello everyone,
My name is George Semertzakis. I have a bachelor degree on Mathematics. I 
am currently a postgraduate student on National and Kapodistrian Univertity 
of Athens. I have strong background in linear algevra and know to handle 
the python programming language. I have recently started exploring sympy 
library for matrices. I find exciting the idea working on a project during 
the summer period. 
I am interested in working on the mathematical project "Linear algebra: 
tensor core". Any advice would be great. 
Sincerely,
George Semertzakis

-- 
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/790b588b-7e01-45f6-bf79-eacf23177f7en%40googlegroups.com.


[sympy] Introduction

2021-03-12 Thread Bhavishya Pandit
Hello,

My name is Bhavishya Pandit. I am a final year Computer Science student at 
Chandigarh University, India. I am a machine learning fanatic and I love 
python. I am super excited to be a part of the group! 
I would like to contribute to Sympy under the Google season of docs program 
2021.

*To tell a little about myself:*
*Level of familiarity with Python: *I have over 2 years of experience in 
Python and 3.5 years in coding, in general. 
*Mathematical educational level * - Engineering Level
*Particular Expertise* - Machine Learning
*Particular algorithmic interests *-  Supervised learning algorithms
*Familiarity with symbolic math - *Algebra, Abstract Mathematics, Number 
Theory and Applied Statistics 
*Familiarity with SymPy - *Basics
*Other Information - *  I am Indian and apart from English, I am fluent in 
Hindi, Gujrati and Punjabi. 

*Technical Writing Skills:*
I have written over 25 microblogs and articles for various organisations 
like Machine Learning India, Analytics India Magazine and DataAspirant 
which revolve around Python and Machine Learning in general. Apart from 
that, I am also a Linkedin technical content creator. You can check all my 
posts from here .

My other notable contributions can be found below:
*Github*: https://github.com/bhav09
*Microblogs at Machine Learning India:*
 https://github.com/bhav09/Machine_Learning_India
*Author profile at Analytics India Magazine:*
 https://analyticsindiamag.com/author/bhavishya-panditanalyticsindiamag-com/
*Author profile at Dataaspirant:*
 https://dataaspirant.com/author/bhavishya-pandit/

Looking forward to hearing back from you :)

Kindest Regards
Bhavishya




-- 
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/d493e7fb-9f70-4910-b10a-be69423eed13n%40googlegroups.com.


Re: [sympy] Introduction & query about contribution

2021-03-12 Thread devesh...@gmail.com

Sure, sounds reasonable. Will look through a bit and post when required. 
Thanks
On Saturday, March 6, 2021 at 6:34:31 AM UTC+5:30 Oscar wrote:

> On Thu, 4 Mar 2021 at 17:27, devesh...@gmail.com  
> wrote:
> >
> > Hi, I am a software engineer with a undergrad CS background having basic 
> familiarity of sympy. I am interested in number theory, basic abstract 
> algebra, theory of computation & board game AI. I was looking through the 
> ideas page and found the parser projects (C/Fortran) & computational group 
> theory quite interesting.
> >
> > It seems these are intended for GSoC, can these larger projects be 
> pursued by independent contributors who aren't students?
>
> Yes, absolutely. Those ideas are intended to be presented in a way
> that is helpful for GSOC applicants but at the same time it is really
> just a list of things that it would be good if "someone" would do.
> There are many more ideas listed than the number of places in GSOC and
> there is no problem with multiple people working on the same idea. If
> you are interested to work on any of those then please do.
>
> I recommend asking (e.g. here) about a particular idea before putting
> significant work in though. Firstly this can make sure that the
> project description you are reading is not out of date but also you
> could get some important tips that would help.
>
> --
> Oscar
>

-- 
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/8a3b8e98-8494-4869-a34e-3f800d36fa3cn%40googlegroups.com.


[sympy] Introduction

2021-03-11 Thread Aniket Agrawal
Hello Everyone!!
I am Aniket Agrawal, second year BTech CSE with specialization in AI & ML 
from Vellore Institute of Technology, Bhopal
Level of familiarity with Python: 1 year experience(GitHub 
link: https://github.com/Ani0202)
Mathematical Education level: High School with good skills in Calculus
Particular expertise: Calculus, Machine Learning
Algorithmic Interests: Optimization Techniques
Level of familiarity with symbolic math systems "computer algebra": 
Completed Calculus course, discrete mathematics and probability
Familiarity with SymPy: Basic understanding
Others: Can converse in English, Hindi and Gujarati

I am looking forward to contribute to SymPy.

Thanking You

-- 
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/9a98c30f-7a30-4222-82cb-eb9e5ce00f8en%40googlegroups.com.


[sympy] Introduction

2021-03-11 Thread Sai 456
Hello everyone, 

I am Sai Soumyadarshan. I am an undergraduate student pursuing a Msc. 
(Hons) Mathematics (Hons.) at Birla Institute of Technology and Science, 
Pilani.


   - *Familiarity with Python:* Intermediate
   - *Mathematical Level: *Pursuing a Major in Mathematics
   - *Particular Expertise: *Statistics
   - *Algorithmic Interests: *Sorting, Searching and Mathematical Algorithms
   - *Familiarity with Symbolic Math:* Algebra , Abstract Mathematics, 
   Number Theory, and Applied Statistics .
   - *Familiarity with SymPy: *Basic
   -  Can converse *English *and *Hindi*

I am looking forward to participating in GSoC '21 and hope to be able to 
contribute to SymPy.

Regards,
Sai Soumyadarshan

-- 
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/b8013a9f-a78d-49e1-b1dd-97c02bf6b330n%40googlegroups.com.


[sympy] Introduction

2021-03-11 Thread Akash Negi
Hello Everyone !
I am Akash  Negi pursuing my B.Tech from AIACTR , DELHI  . I am interested 
in the project 
" User Application Projects " . I have good working knowledge of HTML,CSS 
and JAVASCRIPT as well Python . I want to contribute to "sympy" 
organization during these summer . 

*Level of familiarity with python - * Python (Intermediate)
*Mathematical education level  -*  engineering mathematics
*Particular Good at -  *Mathematics  , Web Development 
*Your familiarity with SymPy -* Basic
*other possibly relevant information -  *I speak Hindi and English .


Warm Regards,
Akash Negi 

-- 
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/265bcaa7-9341-4b79-8b65-a8fe4ea002e3n%40googlegroups.com.


[sympy] Introduction

2021-03-10 Thread Mondal Parnabrita

Hello everyone, 

I am Parnabrita Mondal, a sophomore pursuing B.Tech degree with Computer 
Science and Technology at IIEST Shibpur. My area of interest lies in 
Machine Learning, Robotics, Mathematics, Physics and Web Development.


   - *Familiarity with Python:* I have been coding in Python for past two 
   years. My area of interest lies in Machine Learning. So, I often use Python 
   in my various projects. Also, I use Python for Competitive Programming.
   - *Mathematical Level: *Engineering level. I am open to learn anything 
   in mathematics at any point of time.
   - *Particular Expertise: *Physics, Machine Learning.
   - *Algorithmic Interests: *Basic algorithms like sort, search, hashing 
   etc, Greedy and DP algorithms, various Optimization Techniques.
   - *Familiarity with Symbolic Math: *Intermediate
   - *Familiarity with SymPy: *Basic. I am trying to explore it more.
   - *Others:* I am based in India and have professional working 
   proficiency in English. My native language is Bengali.
   
I have some experience in working on open-source project. I love to 
contribute in open-source projects in all and every possible ways. I would 
love to contribute to SymPy.

Thank you,

*Parnabrita Mondal*

-- 
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/fb7a41d7-ee05-44f1-aeee-457c151e5199n%40googlegroups.com.


[sympy] introduction

2021-03-10 Thread ARUN V
hi i am arun from tamilnadue
i am new gsoc
i read this organization and i really like it
i went through sympy documentation to gain knowledge in this

-- 
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/3a4b8478-f565-4a7e-ba7e-dc153a95c8dan%40googlegroups.com.


[sympy] Introduction

2021-03-09 Thread PRAJWAL RANJAN
Hello everyone, 

I am Prajwal. I am a third-year undergraduate student pursuing a double 
major in Mathematics (Hons.) and Electronics and Instrumentation 
Engineering at the Birla Institute of Technology and Science, Pilani.


   - *Familiarity with Python:* Intermediate
   - *Mathematical Level: *Currently pursuing an integrated M. Sc. (Hons.) 
   in Mathematics
   - *Particular Expertise: *Statistics, Machine Learning
   - *Algorithmic Interests: *Non-Traditional Optimization Techniques
   - *Familiarity with Symbolic Math: *Completed courses in core Algebra 
   and Abstract Mathematics 
   - *Familiarity with SymPy: *Basic
   - Can converse in English and Hindi

I am looking forward to participating in the GSoC '21 and hope to be able 
to contribute to SymPy.

Thanking you,
*Prajwal Ranjan*

-- 
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/85bc90a2-5f86-4c7b-aca5-0bd96a98aaa3n%40googlegroups.com.


Re: [sympy] Introduction & query about contribution

2021-03-05 Thread Oscar Benjamin
On Thu, 4 Mar 2021 at 17:27, devesh...@gmail.com  wrote:
>
> Hi, I am a software engineer with a undergrad CS background having basic 
> familiarity of sympy. I am interested in number theory, basic abstract 
> algebra, theory of computation & board game AI. I was looking through the 
> ideas page and found the parser projects (C/Fortran) & computational group 
> theory quite interesting.
>
> It seems these are intended for GSoC, can these larger projects be pursued by 
> independent contributors who aren't students?

Yes, absolutely. Those ideas are intended to be presented in a way
that is helpful for GSOC applicants but at the same time it is really
just a list of things that it would be good if "someone" would do.
There are many more ideas listed than the number of places in GSOC and
there is no problem with multiple people working on the same idea. If
you are interested to work on any of those then please do.

I recommend asking (e.g. here) about a particular idea before putting
significant work in though. Firstly this can make sure that the
project description you are reading is not out of date but also you
could get some important tips that would help.

--
Oscar

-- 
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/CAHVvXxTOezVfb2-FNLdHQ7GRpQniPP0jzAc8cA3fzha9HzkUgw%40mail.gmail.com.


[sympy] Introduction & query about contribution

2021-03-04 Thread devesh...@gmail.com
Hi, I am a software engineer with a undergrad CS background having basic 
familiarity of sympy. I am interested in number theory, basic abstract 
algebra, theory of computation & board game AI. I was looking through the 
ideas page and found the parser projects (C/Fortran) & computational group 
theory quite interesting. 

It seems these are intended for GSoC, can these larger projects be pursued 
by independent contributors who aren't students? 


Thanks

-- 
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/3d3d97c6-e2a0-467e-8246-7d647cd13efdn%40googlegroups.com.


[sympy] Introduction for participation in GSOC 2021 as a contributor

2021-02-04 Thread 'Supreet Singh 5-Year IDD Computer Science and Engineering' via sympy
Hey Everyone, 

My name is* Supreet Singh* and currently I'm in second-year , pursuing 
Computer Science and Engineering from Indian Institute of Technology BHU 
Varanasi

   - I have been coding with python as my primary language for the last 2 
   years .
   - I am new to sympy and i am interested in contributing in open source 
   community. 
   - I have taken courses on discrete mathematics, probability and 
   statistics , Mathematics - I and II (vector calculus, numerical methods, 
   linear algebra, ODE's, complex analysis, improper integrals, fourier and 
   laplace transformation) , physics( kinematics, Quantum mechanics ) , 
   data structure and algorithm. 
   - I am good with * Django,* *numpy* , *pandas* ,  *matplotlib** .*
   - Along with python , I also have  good knowledge of*  C , C++,  java , 
   HTML, CSS , Java-Script , git *. 
   - I also have engineering level familiarity with symbolic maths systems.

 
I am interested in participating in GSoC 2021 for sympy and would love to 
contribute and work on the projects.

Thank you

-- 
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/88cc328c-9810-46f1-a33c-d59f869998c6n%40googlegroups.com.


[sympy] Introduction to SymPy

2021-01-17 Thread Bhavna
Hey,
I am Bhavna, B.tech second year student with Information Technology, in 
CCSU SCRIET Meerut, India. I am using Python last 3 years and may be I'm 
not very good in Sympy but still I know a lot about it because I am using 
it the last 3 months. and also I have Engineering level experience in 
mathematics. I want to contribute for sympy. Here is the some information 
related to me :- 

Level of familiarity with Python :- 3 Years Programming Experience, Here is 
My Github Profile (https://github.com/Bhavna777)
Mathematical Education Level :- Engineering Level
Particular Expertise :- Python, Django, Mathematics, DSA
Particular Algorithm Interests :- Calculas(Derivatives and Integrals), 
Matrices
Your familiarity with Sympy :- Documentation, Youtube Tutorials, Exercise
Other possibly relevant information :- I'm Indian, My native language is 
Hindi but I can speak Hindi and English Both 

-- 
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/73e7a270-ef33-474e-8871-f65561dc1eb5n%40googlegroups.com.


Re: [sympy] Introduction not visible in group chat.

2021-01-03 Thread mayank gaur
Yes I understand moderation!
Thanks a lot for approving!


On Sat, Jan 2, 2021, 02:45 Oscar Benjamin 
wrote:

> Sorry, the list is moderated by default so the first time you send a
> message someone needs to approve it. I've just approved both of your
> messages.
>
> On Fri, 1 Jan 2021 at 21:14, mayank gaur 
> wrote:
> >
> > I introduced myself to this community at this group around 2 days
> earlier but I cannot yet, see it in the conversations. Can someone tell me
> what happened?
> >
> > --
> > 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/e93ef03f-57d0-443a-9308-5e613ca35b2en%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/CAHVvXxSkiJ4HtJfspWnhhHkJxOpNF_JwdrDUig0DJbZ-QcJcCg%40mail.gmail.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/CAJx6ke2%2BcJVypfey1AcJS17Ou5ajGoY7M_196z1utSDF2Sz9pA%40mail.gmail.com.


Re: [sympy] Introduction not visible in group chat.

2021-01-01 Thread Oscar Benjamin
Sorry, the list is moderated by default so the first time you send a
message someone needs to approve it. I've just approved both of your
messages.

On Fri, 1 Jan 2021 at 21:14, mayank gaur  wrote:
>
> I introduced myself to this community at this group around 2 days earlier but 
> I cannot yet, see it in the conversations. Can someone tell me what happened?
>
> --
> 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/e93ef03f-57d0-443a-9308-5e613ca35b2en%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/CAHVvXxSkiJ4HtJfspWnhhHkJxOpNF_JwdrDUig0DJbZ-QcJcCg%40mail.gmail.com.


[sympy] Introduction not visible in group chat.

2021-01-01 Thread mayank gaur
I introduced myself to this community at this group around 2 days earlier 
but I cannot yet, see it in the conversations. Can someone tell me what 
happened?

-- 
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/e93ef03f-57d0-443a-9308-5e613ca35b2en%40googlegroups.com.


[sympy] Introduction to SymPy

2020-12-27 Thread Anoop Gupta
Respected reader,

I am Anoop Gupta, pursuing my B tech.  If anyone could please clarify some 
of my doubts, it would be highly appreciable. 
In any case, if you are willing to help, can you please contact me asap, 
I'd be highly obliged.

Thanking you in advance,
Anoop Gupta

-- 
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/71c43eae-0740-4216-ba54-9f378081570dn%40googlegroups.com.


[sympy] Introduction of Jigar Joshi

2020-12-27 Thread 'JIGAR JOSHI' via sympy
Hey,
   I am Jigar Joshi, a third-year computer science engineering
student from KJ Somaiya college of engineering, Mumbai, India. I will be
spending my upcoming months contributing to this project. I have worked as
a data scientist intern for 1 year and for the past 3 months I am working
as a back-end developer/ data analyst for Vesatogo Innovation.
   I am attaching my LinkedIn profile and GitHub profile (
https://www.linkedin.com/in/jigar-joshi-a520a4183/ ,
https://github.com/JigarJoshi04 ) do check them out. Feel free to connect
with me.

Level of familiarity with python: Advance (3+ yrs industry level experience)
mathematical education level: Engineering level experience
particular expertise: Data structure, analysis of algorithms, probability
particular algorithmic interests: Back-tracking, divide and conquer, greedy
algorithms
level of familiarity with symbolic math systems "computer algebra":
Engineering level algebra
your familiarity with SymPy (e.g. how have you used SymPy): Basic
documentation
other possibly relevant information -- I'm an Indian and apart from English
I speak 3 native languages.

-- 
Regards,

*Jigar Joshi,*

Back-end developer,

Vesatogo Innovations,

Mob:. 9579088663

email:. jigar...@somaiya.edu

-- 
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/CAPz8jL63FyVh1JyTuNUXSm1j8gQnpnNdkAHXYadHgd%3Du0PUjSQ%40mail.gmail.com.


[sympy] Introduction

2020-10-26 Thread Akash Shaw
I'm Akash Shaw, 3rd Year Undergraduate student with Information Technology. 
I have been doing programming in Python since last 15 months. Before, I 
used to write codes in C and Java. I have used various Python Libraries but 
never used Sympy. I have done various projects using Python(Github Profile 
). You can check them out here. I 
love to visualize data and solve real life problems using computation and 
mathematics. I love statistics and Complex Numbers in Mathematics. I also 
write articles on dev.org , blogger.com , and medium.com. 
I'm proficient in reading and writing in English. 
Hoping to interact with you guys soon. 



   

-- 
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/cf7beb47-7eb2-4e0a-9ce5-91d42577169cn%40googlegroups.com.


[sympy] Introduction

2020-10-25 Thread Rohan Mallick
Hi everyone

This is Rohan Mallick, btech undergrad at IIT Roorkee Electrical. I have 
learnt calculus, ode, numerical analysis in my college and it interests me.

I have been programming in python for 2 years. Before I had been 
programming in c++. Previously I have made few c++ numerical analysis 
simulations and programs.
I am proficient in DSA (CodeChef  
profile). And have done various projects in Deep learning in pytorch in 
python. I am also a part of Datascience group in my institute. 

Haven't used sympy yet but I have used Matlab's symbolic package. Getting 
started with sympy. Would love to contribute and also take it as my GSOC 
project.

Thank you

-- 
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/4848b222-e1e7-49c9-99ec-d09563412b92n%40googlegroups.com.


[sympy] Introduction

2020-09-19 Thread Rishabh Goel
Hello everyone!
My name is Rishabh Goel and I am a 4th-year Undergrad student. I came 
across this library last year and am trying to understand the library ever 
since. I have a minor project in my 7th semester and thought why not learn 
by working with this library on a real project. I have been using Python 
for over a year now and have developed some projects alongside. I am 
interested in cryptography and will try to contribute to this module. 

-- 
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/f86a5079-fb2c-425c-b495-811d87755c32n%40googlegroups.com.


[sympy] Introduction

2020-09-19 Thread EVA TIWARI
Hello everyone,

My name is Eva Tiwari and I am a 3rd year B.Tech. student (CSE) from BITS 
Pilani, Hyderabad Campus. I am pursuing a Master in Physics alongside my 
degree, and am quite familiar with mathematics as a result of this. 
I have been programming in python for the last two years, and this includes 
developing websites using Django, working with Neural Networks for image 
processing and NLP using tensorflow, and solving DSA problems. 
I have used SymPy for a couple of assignments in Classical Mechanics, and 
would like to contribute to it, be it to the codebase or to the 
documentation.

Thank you.

-- 
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/a8ead760-f362-405f-ac42-c5ebf21fb1d1n%40googlegroups.com.


[sympy] Introduction

2020-09-18 Thread 138_Deepak Singh
Hi everyone , my name is Deepak singh  currently pursuing Electronics and 
communication engineering from UIET Panjab University .i am 3rd year 
student and want to contribute in this organization for GSOC2021

-- 
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/080d0014-1f37-49b3-b064-fefda6f9342cn%40googlegroups.com.


[sympy] Introduction

2020-09-17 Thread S Venkateshwaran
Hi everyone,
I am *Venkatesh*, a second-year undergrad at *IIT GUWAHATI*.
I have a great passion for *maths, physics, chemistry* as I have cleared 
and achieved great rank in competitive exams like *JEE-ADVANCED*(one of the 
toughest exams held across our country with an acceptance rate *less than 
1%*) which completely relies on your logical thinking and good concepts of 
physics, chemistry, and maths.
I have been programming since last 1 year and learnt python 6 months back
recently I came to know about open-source organisation and sympy fits my 
skill set and I can learn a lot about python and contribute towards sympy.

Thank you

-- 
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/6b8f9081-2367-42be-b123-c8b7d28fba7cn%40googlegroups.com.


[sympy] Introduction

2020-09-16 Thread Achal Jain
Hello fellow members!
I am Achal Jain, I have been programming in python from the past 1 year, I 
am good with high school math and can work with college level math too.I am 
relatively new to sympy but  have started using it for college courses. I 
also want to contribute in the upcoming  GSOC if Sympy gets selected.
Cheers!

-- 
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/8671a444-e988-4c87-a441-1d6680339541n%40googlegroups.com.


Re: [sympy] Introduction to Sympy Community

2020-08-02 Thread Rahul Pawar
Hey this is Rahul pawar. I m also new to this project can someone guide us
both

On Sun, 2 Aug 2020, 2:37 pm Prakhar Agarwal, 
wrote:

> Hello everyone,
>
> I'm Prakhar Agarwal, I am going to get enrolled in First year of Bachelor
> of Technology.
>
> I've been coding in Python for last 1 year and I love it because of its
> ease of learning its syntax and also because of its use huge potential in
> scientific computing.
>
> Although I'm not someone who has used Sympy a lot but being a lover of
> Mathematics. I really want to leverage people working in mathematics with
> computational power and Sympy offers many projects to do it.
>
> Looking forward to a be a part of Sympy community and contribute to it.
>
> --
> 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/85779d8e-2e14-4089-9e1f-77684ad800dfn%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/CAH_2zSV96Tn2hU9So48m3mSDNdpSkek-NhCKRFjv-Qrmgcpv-A%40mail.gmail.com.


[sympy] Introduction to Sympy Community

2020-08-02 Thread Prakhar Agarwal
Hello everyone,

I'm Prakhar Agarwal, I am going to get enrolled in First year of Bachelor 
of Technology.

I've been coding in Python for last 1 year and I love it because of its 
ease of learning its syntax and also because of its use huge potential in 
scientific computing.

Although I'm not someone who has used Sympy a lot but being a lover of 
Mathematics. I really want to leverage people working in mathematics with 
computational power and Sympy offers many projects to do it.

Looking forward to a be a part of Sympy community and contribute to it.

-- 
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/85779d8e-2e14-4089-9e1f-77684ad800dfn%40googlegroups.com.


[sympy] Introduction to Sympy Community

2020-07-11 Thread Vineet Kumar
Hello everybody,

I'm Vineet Kumar, a 2nd year undergraduate(dual degree) in Mathematics and 
Electronics and Instrumentation Engineering,

I've been coding in Python for last 4 years and I love it because of its 
ease of learning its syntax.

Although I'm not someone who has used Sympy a lot but being an student of 
Mathematics I really want to leverage people working in mathematics with 
computational power and Sympy offers many projects to do it.

Looking forward to a be a part of Sympy community and contribute to it.

-- 
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/778a84b1-5a4c-4ff5-84b4-98e2f2c7c5e7o%40googlegroups.com.


[sympy] Introduction for contributing to SymPy

2020-04-19 Thread Siddhartha Kapoor

   
   1. *Level of familiarity with python* - 2.5 years, previous projects - 
   a. chest XRay analysis using deep learning (modules used - Pytorch, 
   sklearn), b. Extracting features from real time call center data (modules 
   used - htk, numpy, sklearn, keras), c. despeckiling of OCT images
   2. *Mathematical education level* - Senior undergraduate pursuing 
   Electronics and Communication Engineering, subjects undertaken - Linear 
   Algebra, numerical analysis, Dynamical Systems and fractals, Matrix theory 
   and probability, Imformation theory and applications, cryptographs, signals 
   and systems
   3. *Particular expertise* - Digital Signal Processing, Deep Learning and 
   Image Computer Vision
   4. *Particular algorithmic interests* - mostly signal processing and 
   algebraic algorithms
   5. *level of familiarity with symbolic math systems "computer algebra" *- 
   Medium, because of courses undertaken (Numerical analysis, data structure 
   and algos)
   6. *familiarity with SymPy* - beginner, have used it before but not 
   extensively
   
Hey guys, I am looking forward to contributing to SymPy I have contributes 
to GNU Radio, stan before but I am fairly new to SymPy, any advices or help 
would be really appreciated.

-- 
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/5c2a7cbd-7091-4d68-a93a-6fcc62d791a7%40googlegroups.com.


[sympy] Introduction

2020-03-30 Thread Jonathan Gross
Just introducing myself, as I'm hoping to make some contributions soon.

I'm a postdoctoral fellow in quantum-information theory: 
http://www.unm.edu/~jagross. I'm fairly familiar with python, having used 
it on an almost-daily basis for my research since during my PhD (probably 
started heavy use in 2014). My most fully developed public code is a 
package for integrating ordinary and stochastic master equations: 
https://github.com/CQuIC/pysme

My current primary interest with sympy is quaternions, particularly to get 
symbolic Wigner D matrices (the currently available Euler-angle interface 
for generating Wigner D matrices doesn't work very well when trying to work 
with the icosians, for example).

I have amateur background in computer algebra, mostly from doing some 
reading in John Harrison's "Handbook of practical logic and automated 
reasoning". I even went so far as to try implementing some algebraic 
routines for bosonic operators and tensor-product structure in haskell: 
https://github.com/jarthurgross/symbolic-algebra

Work on abstract symbolic manipulation of quantum operators is something in 
which I've been interested in the past, and probably will be again.

I use SymPy fairly regularly in my research workflow (having so far 
resisted the lure of Mathematica). Expressions with complex variables are 
things I use all the time, and I find the simplification routines leave a 
lot to be desired in this case, but I often write my own simplification 
routines to coerce SymPy into doing what I want.

I'm currently based in Québec, but my French is pretty rudimentary, so 
English will be my primary language.

Look forward to getting to work!

Jonathan

-- 
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/649e12aa-6b97-472d-b350-56ae19543f92%40googlegroups.com.


[sympy] Introduction

2020-03-30 Thread Aqib Khan
Level of familiarity with python: Proficient

Mathematical Education Level: Undergrad

Particular Expertise: Mechanics

Particular Algorithmic interests: Solving Mathematics and Mechanics 
Problems.

Level Of familiarity with Symbolic mathematics: Skilled

Familiarity with Sympy: Moderate

Other Possible Relevant Info: Asian and native language is Urdu but fluent 
in English

-- 
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/98cd2100-e624-44b5-8c39-aafb0da1bcf9%40googlegroups.com.


[sympy] Introduction

2020-03-29 Thread Peter Kayode
Hey..
I'm Kayode Peter
I've been familia with python for the last 3years and in the intermediate level
I'm currently an undergraduate in mathematics education
My main assignment interest is computer science
I'm very familiar with python symbols and their mathematical notations

-- 
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/1c2e9b1a-8ee0-45c2-85d8-dcf8f9743406%40googlegroups.com.


[sympy] introduction

2020-03-29 Thread Garvit Sharma
Hello, i am Garvit Sharma a 3rd year b-tech ECE student from JECRC college, 
Jaipur.  i have been using python for about 2.5 years and worked on project 
similar to the sympy lib of creating descriptive solution of any 
problem(completed till algebra). so i read about this project in gsoc and 
got interested to work on this project. i have college level of knowledge 
in mathematics. i prefer to create my own algorithms to solve any basic 
problem either it is sort in list or find max and so on. it keeps my basics 
and my ability to create algos sharpened. i am little bit familiar with the 
sympy lib. i basically belongs to jaipur, India. my native language in 
hindi but proficient in communicating in english as well.

-- 
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/db87b34a-b6ea-47d7-b8c4-e714db44b416%40googlegroups.com.


[sympy] Introduction for GSoc

2020-03-26 Thread Gaurav Suryawanshi
Hello Everyone,
My name is Gaurav Suryawanshi, I'm a 4th Year Undergraduate student from 
the department of Mathematics, Indian Institute of Technology, Kharagpur 
enrolled in its 5-Year Integrated Masters course of Mathematics and 
Computing. My major is Mathematics at Integrated Masters' level since Last 
4 years.
I've been working on python since last 4 years. I did numerous Research 
projects related to optimization and Reinforcement Learning in Python. I've 
worked on Symbolic Mathematics by taking Undergrad Courses such as Symbolic 
Logic and Computational Linear Algebra, however I'm new to ScmPy. I'm 
currently living in Kharagpur and I speak Hindi/English.

I wish you all a good luck, and please be safe in this hour of impending 
danger due to Coronavirus. 

If anybody wishes to know more about me you can visit me at 
https://www.linkedin.com/in/gaurav-suryawanshi-b2017286/ or drop me a mail.

Thanking you,
Regards,
Gaurav Suryawanshi 

-- 
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/7e8a42e5-2612-4523-b6db-c0f1112f3ead%40googlegroups.com.


[sympy] Introduction to Community | GSOC Inrtoduction

2020-03-25 Thread Kirteeraj Malkar
Hello sympy Developers,

My name is  Kirteeraj Malkar , I am first year Computer Science student at 
Indian Institute of Information Technology, Nagpur. I am familiar with 
Python Programing from last 8 months , passionate for coding.  I have 
Physics Interest,also good knowledge , I have completed  Classical 
Mechanics ,  Quantum Mechanism (up to Schrödinger Eq.) courses in my 
institute. I have recently learn about the basics of  sympy , highly 
impressed by its potential , past few days I had a look on sympy, project 
ideas and code-base, which made me enthusiast, eager to learn and 
contribute.

Happy to Contribute.

Regards,
Kirteeraj

-- 
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/893f6301-b179-402d-817c-5c9d335f0854%40googlegroups.com.


[sympy] Introduction

2020-03-22 Thread Ishaque Nizamani


Greetings everyone,

 

I am a final-year student of Computer System Engineering at Mehran 
University of Engineering of Technology Jamshoro Pakistan . I have done the 
course on linear Algebra and have thoroughly studied Differential 
equations, Fourier series and Fourier transform I can code in Python, Java 
and Dart .I have experience  in MATLAB and have done Image process and 
Signal Process . I have tried implementing a few Deep Learning like RNN, 
CNN and MLP. When I need calculus in Deep Learning then I found out about 
SymPy.  

 

I have been using python for the last 2.0 years implementing like RNN, CNN 
and MLP. So, I have been thinking about to contribute in open source, so I 
am here to contribute, I choose Sympy because of my mathematics and Python 
knowledge.

 

I look forward to contributing to this wonderful community this GSoC and 
extend the group theory functionality of the combinatorics module.

 

Thank you!

-- 
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/ceb26bf1-b261-49b4-870e-8dc047d4ca67%40googlegroups.com.


[sympy] Introduction GSoC 2020

2020-03-21 Thread Lin Xiao Zheng
Hi everyone! 
I'm a first year undergrad in Computer Science at McGill University in 
Montreal. I have experience in Java, Python, and some C. I also speak 
French if that's interesting to anyone.
I've worked on some projects (mostly related to school) with differential 
equations, basic physics models, and machine learning. Some topics include: 
Logistic Population Model, Immune Response to Tumor Growth, Particle 
Collision, Spam Filtering, ... I've never participated in an open source 
project so I don't quite know how it works yet, but I'm hoping to learn! 

I have a strong passion for mathematics, hence why working on a project for 
SymPy interests me. I've taken university level courses on group theory, 
linear algebra, discrete maths, and probability, as well as an algorithms 
course in computer science.
I took a look at the projects list and these caught my eye:

   - Risch Algorithm for symbolic integration
   - Classical Mechanics: Efficient Equation of Motion Generation with 
   Python

Any guidance would be really appreciated for a beginner like me. 
Thank you!

-- 
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/0c9e1064-3109-4bb5-a786-18138fde8afa%40googlegroups.com.


[sympy] Introduction

2020-03-21 Thread Yashas Lokesh
Hi, my name is Yashas Lokesh, and I'm a junior (3rd year) undergrad at the 
University of Maryland, studying a CS and Math double degree with a Physics 
Minor. I also teach a Python web development course for undergraduates at 
my university.

I have about 2 years of experience with Python. I started by completing a 
100 days of code challenge, where I created many scripts to access various 
APIs and present information to the user, some scripts to explore machine 
learning libraries, and my current work is mainly based on Pygame and 
Pymunk. I've been developing an adventurer game with Pygame, and am 
currently working on a research project where I create a game with 
Pygame/Pymunk to use a reinforcement learning library. My first 
contribution to OSS will be for the aforementioned research project.

I've taken math courses in Abstract Alg., Linear Alg., Diff Eq., 
Multivariate Calc., Number Theory, Analysis, and Topology. I participated 
in a direct reading program with a graduate student last semester where I 
worked with Weyl and Coxeter groups, so I'm particularly interested in 
group theory. 

I have experience with Mathematica, I have used it in a cryptography course 
and as a visualizer for multivariate functions and their properties. I 
don't have a lot of experience with SymPy; I've used it to introduce my 
brothers to Python and get them more interested in math.

I originally thought of contributing to SymPy for GSoC 2020, but I accepted 
an internship offer this summer so I can't commit enough time to the GSoC 
timeline. I'm most interested in contributing to the combinatorics module, 
specifically implementing group theoretic algorithms as described in A 
Handbook of Computational Group Theory.

-- 
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/771dec72-a0c2-4684-af23-79773645%40googlegroups.com.


Re: [sympy] Introduction for gsoc 2020

2020-03-21 Thread Gagandeep Singh (B17CS021)
Hi Abhay,

For `sympy.stats` module please go through the following links,

1. GSoC, 2020 ideas for Probability/Statistics -
https://github.com/sympy/sympy/wiki/GSoC-2020-Ideas#probability
2. GSoC, 2020 report for Probability/Statistics -
https://github.com/sympy/sympy/wiki/GSoC-2019-Report#gagandeep-singh-enhancement-of-statistics-module-francesco-bonazzi-sidhant-nagpal
 and
https://github.com/sympy/sympy/wiki/GSoC-2019-Report#ritesh-kumar-enhancement-of-statistics-module-francesco-bonazzi-sidhant-nagpal

Also, note that you have to satisfy the patch requirements of SymPy for
getting proposal evaluated. Thanks.

On Fri, Mar 20, 2020 at 8:17 PM Abhay Singh 
wrote:

> Hi,everyone I am Abhay Singh,a second year B.tech student at Indian
> Institute of Technology Patna.I have done several projects using python one
> of them on which I had recently worked was based on networkx module.I have
> mathematics knowledge upto engineering level.I want to work on
> Probability/static module for gsoc 2020.I am also doing a course named
> probability theory and random process in my current semester.Someone please
> guide me.
>
> --
> 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/098d141f-f934-4cd1-9c4b-a859518e1932%40googlegroups.com
> 
> .
>


-- 
With regards,
Gagandeep Singh
Github - https://github.com/czgdp1807/
Linkedin - https://www.linkedin.com/in/czgdp1807/


-- 
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/CAAvS0gUGWdXSKTJeoxhdJ3K0apNSebDfE5h1XQpAq814PmM6ow%40mail.gmail.com.


[sympy] Introduction for gsoc 2020

2020-03-20 Thread Abhay Singh
Hi,everyone I am Abhay Singh,a second year B.tech student at Indian 
Institute of Technology Patna.I have done several projects using python one 
of them on which I had recently worked was based on networkx module.I have 
mathematics knowledge upto engineering level.I want to work on 
Probability/static module for gsoc 2020.I am also doing a course named 
probability theory and random process in my current semester.Someone please 
guide me.

-- 
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/098d141f-f934-4cd1-9c4b-a859518e1932%40googlegroups.com.


Re: [sympy] Introduction and Idea for GSOC 2020 (Parsing)

2020-03-16 Thread Souvik Mandal
Thanks Nikhil. I will submit my research in proposal format in few days and 
will work on a patch as soon as possible.

-- 
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/65d61320-8356-4c6c-8479-c59b1e74cb32%40googlegroups.com.


Re: [sympy] Introduction and Idea for GSOC 2020 (Parsing)

2020-03-16 Thread Nikhil Maan
Hey souvik, 

If you find something useful in your research, it'll be great if you can 
discuss it here. We can also provide our suggestions and feedback. You can 
also discuss the proposal here if you would like to before submitting,

Also, we do require you to submit at least one patch to SymPy along with 
your proposal. You can read more about it here. 


Regards, 
Nikhil Maan

On Sunday, February 16, 2020 at 2:35:10 PM UTC+5:30, Souvik Mandal wrote:
>
> Thanks, Aaron. I will research those. After I am done, should I discuss 
> those here or create a proposal and submit it somewhere (before actual 
> submission of proposal in GSoC website)? Also, do I need to contribute to 
> sympy before writing the proposal (I am new in this community)?
>
> On Sunday, February 16, 2020 at 1:43:52 PM UTC+5:30, Aaron Meurer wrote:
>>
>> The idea is somewhat open. There is already an existing LaTeX parser 
>> that uses ANTLR, but it could be improved. If you determine that 
>> another parser would be better, than we can switch. Also if you find 
>> something that already knows how to generate an AST for LaTeX we can 
>> look at using that as well. I don't know of anything out there, but I 
>> also haven't really researched it. 
>>
>> Basically, we haven't researched the problem enough ourselves yet to 
>> know what the best technological solution to it would be, so part of 
>> your proposal process would be doing that and discussing the options 
>> with us. 
>>
>> Aaron Meurer 
>>
>> On Sat, Feb 15, 2020 at 11:54 PM Souvik Mandal  
>> wrote: 
>> > 
>> > Hi, 
>> > I am Souvik Mandal. I am a fourth-year computer and engineering student 
>> from IIT Indore. I am interested in working in the Parsing project under 
>> Computer Science, Graphics, and Infrastructure Projects section. I have few 
>> doubts regarding the project - 
>> > 
>> > Do I need to design the AST, or will we be using AST for LaTeX that is 
>> already implemented? Also, will we be using ANTLR and python parser, or it 
>> needs to be implemented from scratch? It would be great if anyone can guide 
>> me. 
>> > 
>> > Thank you. 
>> > 
>> > -- 
>> > 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 sy...@googlegroups.com. 
>> > To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sympy/5445b3ea-aa9f-4dcb-9564-70454ebd737e%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/398ab596-5049-48d6-ad70-6d5e1cdaed07%40googlegroups.com.


[sympy] Introduction: Sympy

2020-03-14 Thread kalyani naik
Hey I'm Kalyani. I'm a freshman studying computer Science. I have been 
using python for the past 3 years. I have done projects on Machine Learning 
using python. I would love to contribute to the Sympy community in GSoC 
2020!

-- 
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/96d2dafb-d948-4c45-ba37-5fd4704df3e8%40googlegroups.com.


[sympy] Introduction GSOC2020

2020-03-13 Thread shubham
Hello Everyone,

I am Shubham Sidhartha, third year undergraduate student of Applied
Mathematics at IIT Roorkee. I have a keen interest in mathematics and
programming and want to contribute to sympy. I am interested in the "Vector
Integration" project and would like to know more about it as not much was
mentioned on the ideas page. I want to know what are the things we want to
accomplish by this project so that I can work on them.

Thanks and Regards
Shubham Sidhartha

-- 
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/CAPDwvfC7UfB80PH_OHMnAivD2Nd4zHF-TDObA%3Dk1Q8m0FnDVXA%40mail.gmail.com.


[sympy] Introduction to community

2020-03-11 Thread TANZEEL UR RAHMAN


Hello everyone,

I am a third-year student at BITS, Pilani pursuing a dual major in M.Sc 
Mathematics and B.E Electronics and Instrumentation. Last semester while 
writing a research paper I found out about SymPy and it was like a dream 
project that every programmer studying Mathematics wants to develop. 

Advanced Linear Algebra, Ordinary Differential Equations, Partial 
Differential Equation, Graph Theory, and Mathematical Modelling are some 
courses that would guide me while contributing to ODE and other interesting 
modules that are under development.

My experience with Python starts with my interest in deep learning models 
two years back. I moved to Python from a rich object-oriented background of 
Java for Android application development, which would serve me in 
contributing to refactor solvers in ode.py into solver classes.

I went through Oscar’s roadmap 
, issues #18348 
, #18377 
, #18403 
, #18414 
, ode.py, single.py and got 
acquainted with the project and source. The plan is very well laid out 
thanks to Oscar and needs to be summed up in GSoC application.

I look forward to contributing to this wonderful community this GSoC season 
and further to a stable release of the ode package.

Thank you! 

-- 
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/73bd7081-224e-4f7f-81a6-490d4ef55393%40googlegroups.com.


[sympy] Introduction for GSOC 2020

2020-03-06 Thread Hmrishav Bandyopadhyay
Hello everyone,
 I am Hmrishav Bandyopadhyay, a 2nd year Electronics and Telecommunication 
Engineering Undergrad at Jadavpur University. I am interested to 
participate in GSOC 2020 with "Sympy" and would like to work on the RUBI 
project idea.As to my profile, I am proficient in python and have been 
coding in python for 3+ years now. I have completed many projects based on 
python, one of which recently featured in IEEE Kolkata Conference as a 
Research Paper. I graduated my 12th boards(CBSE) with 95 marks in 
mathematics and a percentage of 93.5 overall. My course at Jadavpur 
University and my projects there require me to be up-to-date with various 
algorithms associated with computer vision , many of which require a strong 
sense of mathematics, specifically algebra. I would be highly obliged if 
the mentors could help me with the next steps regarding my application.

-- 
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/151955b1-cb58-4b6b-8728-5b0a3a2d320e%40googlegroups.com.


[sympy] introduction

2020-03-05 Thread Ram Krishna Singh
Hi there all, My name is Ram Krishna Singh. I want to learn how to 
contribute and apply for GSOC 2020, any pointers to same is highly 
appreciated.

-- 
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/64abf295-2b65-4daa-a909-daa616585e24%40googlegroups.com.


[sympy] introduction to Sympy Gsoc_2020

2020-03-05 Thread harsha gudupudi


Dear Mentor,

I am Harrsha vardhen, a fourth-year undergraduate Research student at IIIT 
Hyderabad, I have been using python for about three years and want to 
contribute sympy module. Beside python, I am also comfortable with C++, 
MatLab, JS. I interested in solving mechanics and physics problems. I am 
familiar with algorithms and regularly participate in algorithmic contests.

I have completed the following coursework in Mathematics

   1. 
   
   Linear Algebra
   2. 
   
   Probability and Statistics
   3. 
   
   Transform Calculus
   4. 
   
   Differential equation
   5. 
   
   Numerical solution of ordinary and partial differential equations
   6. Mechanics of material 
   7. Structural Analysis
   8. FEM(finite element method)
   9. Data structures and Computer programming 
   10. Multivariate Analysis 
   11. SMAI(Statistical methods in AI)
   12. Theory of elasticity
   
I have started using Sympy and will soon get familiar with it. If you have 
some suggestions for GSoC 2020, then please let me know. I want to get 
started with my proposal. I even have an accepted research paper at the 
WCEE 2020 conference in the field of Structural Design optimization of 
frames. I am interested in working on the project of "Continuum Mechanics: 
Create a Rich 2D Beam Solving System". Could suggest regarding the 
improvements I can plan during this summer and possible points for my 
proposal. I will update you on more ideas for my Proposal in the next Email.


Thank you,

-- 
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/67c97843-551f-4dfc-bde4-e413197014fc%40googlegroups.com.


Re: [sympy] Introduction and GSOC 2020: Risch Algorithm

2020-02-28 Thread Aaron Meurer
The parts of the algorithm that are implemented are in
sympy/integrals/ in risch.py, rde.py, and prde.py.

A good place to start would be to look at Chetna's unmerged pull
requests from 2013. There is also the gitter.im/jksuom/sympy chat
history, where the most recent developments have been discussed (you
may need to scroll back a bit).

Aaron Meurer

On Fri, Feb 28, 2020 at 4:22 AM Risubh Jain  wrote:
>
> Hi,
>
> I am Risubh Jain, a 2rd year undergraduate student of Computer Science at 
> IIIT Hyderabad, India. I first contributed to sympy towards the end of 2019. 
> I wanted to work with sympy for GSOC 2020 and am inclined toward the project 
> "Risch algorithm for symbolic integration".
>
> I first read about risch algorithm on the ideas list and since then have 
> started reading the Bronstein book. In the wiki page it is mentioned that the 
> algorithm is already implemented somewhat . I skimmed through the work done 
> by chetna in her project back in 2013. I wanted to ask about the current 
> expectations of the project. From where exactly does work need to be resumed 
> on this?
>
> Regards,
> Risubh Jain
>
> --
> 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/8a7d2c8d-86ea-47ae-8825-ba2ba792ae68%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%3D6JTddA8NX7L4f2WVr4UfnM-LSZgC_3qVH6ws9a7V8dZ4w%40mail.gmail.com.


[sympy] Introduction to the Community

2020-02-28 Thread Anant Thazhemadam
Hello. I'm Anant Thazhemadam, an undergrad from Bangalore, India, majoring 
in Computer Science and Engineering, with a minor in Electronics and 
Communication Engineering.
I've been exposed to Python, and been involved with development using 
Python for about 2 years now. 
Although I'm not particularly well versed with SciPy, I would love to get 
my share of hands on experience with it, by helping and contributing in 
whatever ways I could. 
I'm interested in algorithms, mathematics (leaning a little towards the 
linear algebra domain and genre), and am also passionate about trying to 
find out and learn more about how program, and technological-community 
based development occurs in in the real world. I would love to begin 
contribution, and would greatly appreciate it, if somebody count point me 
in which direction it would be best for a novice such as myself to start 
from, and also help me. Also, I'm hoping to put in a stellar proposal for 
GSoC, so any pointers/nudges towards that would be highly valued as well.

-- 
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/7bff4e41-85f6-4a82-ad75-fb6df37f93bc%40googlegroups.com.


[sympy] Introduction to sympy community and GSOC2020

2020-02-28 Thread Karan Dixit
Hello,

I am Karan Dixit, a third year undergraduate student of Computer Science at Sir 
M. Visvesvaraya Institute of Technology,Bangalore. I am enthusiastic about 
participating in Google Summer of Code and contributing to SymPy. 
Especially, I am interested in the expansion of Sympy's solver functions 
and would like to work on it and would like to solve lambert equation for 
transolve.
I have 2 year of experience in writing Python codes and have done 
competitive coding in python. I`m also very good at mathematics and, 
especially, calculus,algebra and combinatorics . I also have some knowledge 
of set theory ,probability and statistics.
I have read some books on algebra and calculus during my first and second 
year
I have completed a basic course on SymPy from documentation and just have 
the basic knowledge,and soon will be able to solve real world problems and 
I am really looking forward to learning Sympy more and making nice 
contributions.

Regards,
Karan Dixit

-- 
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/a44e2769-41c2-461c-bb47-5ab06daa4995%40googlegroups.com.


[sympy] Introduction and GSOC 2020: Risch Algorithm

2020-02-28 Thread Risubh Jain
Hi,

I am Risubh Jain, a 2rd year undergraduate student of Computer Science at 
IIIT Hyderabad, India. I first contributed to sympy towards the end of 
2019. I wanted to work with sympy for GSOC 2020 and am inclined toward the 
project "Risch algorithm for symbolic integration".

I first read about risch algorithm on the ideas list and since then have 
started reading the Bronstein book. In the wiki page it is mentioned that 
the algorithm is already implemented somewhat . I skimmed through the work 
done by chetna in her project back in 2013. I wanted to ask about the 
current expectations of the project. From where exactly does work need to 
be resumed on this?

Regards,
Risubh Jain  

-- 
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/8a7d2c8d-86ea-47ae-8825-ba2ba792ae68%40googlegroups.com.


[sympy] Introduction

2020-02-27 Thread UltGamer07
Hi to everyone. I'm Harinandan , a sophomore at National Institute of 
Technology ,Calicut, India.

I've been using Python for about a year in the context of Competitive 
Coding. I've completed all math upto secondary school, and am currently 
doing the 4th Sem of Maths as part of BTech. 
I'm more interested in computational algorithms as those are what i came 
across when attempting coding contests. 

I'm planning to apply for GSoC and make useful contributions to SymPy while 
learning more math and coding myself

-- 
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/1ff7ca8e-12b0-43f5-85c0-694573575008%40googlegroups.com.


[sympy] Introduction to SymPy Community

2020-02-27 Thread Bhaskar Gupta
Hello,

I am Bhaskar Gupta and currently pursuing a course of Bachelor in 
Technology in Computer Science and Applied Mathematics at IIIT Delhi. It's 
been a year since I have been coding in python. I also have completed one 
math course which is Linear Algebra and studying Probability & Statistics 
in my second semester. I like problem solving and like to learn about more 
new algorithms. I didn't knew about SymPy before this project but I have 
installed and used SymPy after knowing about it. As I love Maths and 
Computer Science, and SymPy gives me the opportunity to do something in 
both of them at same time, I would love to contribute to SymPy in GSoC 2020.

Thanks and Regards,
Bhaskar Gupta

-- 
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/d668f4ad-7a3e-4f14-a4a0-083e845fbd7a%40googlegroups.com.


[sympy] Introduction to Sympy Community & GSoC 2020

2020-02-27 Thread Riyan
Hello Everyone

I'm Riyan Dhiman , first year *Computer Engineering* student from Delhi 
Technological University, Delhi, India. I'm coding in c++  and python from 
past 2 years. I use c++ for competitive programming and python for project 
purposes.I use python for implementing flask framework. I've done 3 solo 
flask projects. I've participated in Google Hash Code 2020 (Team name: 
Failed ICPC ) and ranked 2969 globally.
I've study physics and mathematics as course syllabus in first and second 
semester and have a love for physics. I've been reading books on classical 
mechanics and electrodynamics since 1 year and after going through the idea 
list i found that sympy is the organization i would like to work for in 
this summer as i never get opportunity to apply those physics theories i 
learned from those books.

-- 
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/7391ff0b-7366-4a57-980f-39564cf25b5b%40googlegroups.com.


[sympy] Introduction to sympy community

2020-02-26 Thread suman grewal
Hello everyone
I am Suman Grewal pursuing 5-year Integrated MSc in Mathematics in NIT 
Surat. Currently I am in my fourth year. I have intermediate experience in 
Python 3. I have been doing programming in Python since my 3rd year. My 
major subject is Mathematics and I have completed various topics in 
Mathematics in my semester courses, some of which are :
Linear Algebra
Abstract Algebra
Topology
Ordinary Differential Equations
Real and complex analysis
Group Theory (Discrete Mathematics)
Partial Differential Equations
Functional Analysis
Calculus 
I have completed a basic course on SymPy and just have the basic knowledge. 
Soon I will get familiar how to implement it in real life projects. 
Looking forward to learn a lot from sympy mentors and people contributing 
in the organization. 
Thankyou

-- 
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/693e12ad-c7a4-4e3a-a464-955663eaff8e%40googlegroups.com.


[sympy] Introduction

2020-02-25 Thread Yash Kataria
Hello, SymPy community,

  I am Yash Kataria, a third-year undergraduate student at Dhirubhai 
Ambani Institute of Information and Communication Technology pursuing 
B.Tech Hons. in Information and Communication Technology along with my 
minors in Computational Science. I am keenly interested in mathematics and 
computer science. I am well versed in C, C++, Python, and Matlab. I have 
been coding in python for 1 year. I have made scripts, assignments and 
machine learning algorithms using it. I have also worked in the areas of 
optimization, computational physics, and Computational and numerical 
methods. I have had courses in Calculus, Probability, and Statistics, 
Computational Physics, Computational and Numerical methods. I have worked 
on algorithms like the Forward Euler Method, Backward Euler Method, 
Trapezoidal Method, and the fourth-order Runge-Kutta method,I have started 
using SymPy one week ago, starting to familiarise myself with it. I am 
interested in making solvers for the system of ODEs.

-- 
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/4d3c0c60-76aa-49bb-bd88-a4f736272ca7%40googlegroups.com.


[sympy] Introduction

2020-02-25 Thread nisarg shah
Hello Sympy Community,
My Name is Nisarg Shah. I am 3rd year undergraduate student at National
Institute of Technology , Karnataka , Surathkal majoring in Mechanical
Engineering.
My areas of interest are Statistics , Machine Learning and Competitive
programming.  I am interested in 2 ideas related to stats module for GSOC
2020
1) Multivariate distributions :- I would further like to add multivariate
non linear regression feature in it along with the multivariate
distribution. The core idea will be to given the distributions of all the
random variables and the type of function the user wants to fit , the
module should be able to compute the parameters of the function.
2) Support assumptions of dependence between random variables:- This
project might involve the formulation of joint distribution of dependent
random variables, given their marginal distributions as per my
understanding.
I have been coding in Python , C/C++ for the past 2 years and have gained
good knowledge about this programming languages.
Also I have taken Probability course & am currently undergoing Statistics
Course.
Please provide me more inputs regarding the ideas discussed.

*Thanks and Regards *
*Nisarg Shah*
*National Institute of technology,  karnataka*

-- 
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/CANoybyYb1bOG5ToDDX2zrC3Gf5D0YTeFx%2BMj%2BzQztuz-NwUPkg%40mail.gmail.com.


[sympy] Introduction

2020-02-25 Thread Ashok Priyadarshi
I am Ashok Priyadarshi. I am in the 3rd year of my Integrated M.Sc. in 
Mathematics and Computing BIT  Mesra, Ranchi. 
I have been coding using Python for last two I am also  Java certified 
programmer.
I am new to open source.
I have been using sympy from last two month.
I have gone through following mathematical courses in detail.
Analytical geometry and calculas
Real Analysis
Modern and Real algebra
Topology
Statistics and probability
Ordinary differential equation with specail function
Integral Transform and partial differential equation 
Numerical methods and optimization technique
Along with it I have worked on some industry collaborated  automation 
project that requires application of digital signal processing , wavelets, 
statistics in last summer and winter.
Hoping for guidance and help from everyone so I can contribute efficiently 
to sympy

Thankyou

Regards



 



-- 
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/724c2bdd-9ccf-45c1-b43b-8176c991cc7d%40googlegroups.com.


[sympy] Introduction to the SymPy community

2020-02-23 Thread Naoki Ishii
Hello,

I am Naoki Ishii, a first year student of the University of Tokyo. I am 
enthusiastic about participating in Google Summer of Code and contributing 
to SymPy. Especially, I am interested in the expansion of Sympy's solver 
functions.
I have a year of experience in writing Python codes (and longer experience 
in writing in C#.) I have comprehension of calculus, algebra and linear 
algebra. I also have some insight into set theory and logic, and very 
limited knowledge of abstract algebra like group theory and category theory.
To be perfectly honest, I have no previous experience in computer algebra. 
But I have interested in and dreamed of solving mathematical problems 
computationally for a long time. I am really looking forward to learning 
Sympy more and making nice contributions.

Regards,
Naoki Ishii

-- 
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/e6b55449-9d86-4b7c-9eee-2d6a438628a3%40googlegroups.com.


[sympy] Introduction to the SymPy community

2020-02-22 Thread Shaurya Shah
 Hello everyone, 
 My name is Shaurya Shah and I am currently in my second year puruing a 
B.E. degree in Information Technology from Jadavpur University. I have more 
than one year of experience working with python. I also have some 
experience with machine learning and know other languages such as 
C++,Java,R and Octave.  Any guidance on getting started with SymPy will be 
appreciated and I intend to contribute to SymPy in the future as well. 
Regards,
Shaurya Shah.

-- 
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/78267e76-0849-4056-8f77-1891b9891681%40googlegroups.com.


[sympy] Introduction to this wonderful community!

2020-02-22 Thread Arpan Chattopadhyay
Hello everyone. I hope everyone is in the best of their spirits!

My name is Arpan Chattopadhyay. I am pursuing my B.Tech in Electrical and 
Electronics from BITS Pilani, Pilani Campus, India. I have over a year of 
experience in Python, particularly in Django. I have a keen interest in 
Computer Science and Mathematics. I have done and I continue to do projects 
on Machine and Deep Learning through the experienced faculties on campus. I 
have completed three courses on basic and advanced algebra as a part of my 
course curriculum.  I have had the chance to work in Sympy last semester 
and I was fascinated by the tasks it can accomplish. That's why I have 
decided to work extensively in this wonderful community as a part of my 
Google Summer of Code Program. 

I am very well versed in English and love interacting with people. Apart 
from coding, I love watching films, particularly mystery ones. I play and 
follow football as well. I hope I fit in the community culture well and I 
continue to contribute even after the GSoC program gets over. Cheers!

-- 
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/ba006810-56cc-4f7d-90bf-fc9c03f9effa%40googlegroups.com.


[sympy] Introduction to Sympy Community

2020-02-21 Thread Saket Bhatt


Hello! 
Myself Saket Bhatt, 4th year undergraduate from IIT Roorkee. I have over 2 
years of experience in python that includes my pre-final year internship 
project.
I have engineering level mathematics experience. My algorithmic interest 
include graph theory and algebraic algorithms. I look forward to 
make contribution to sympy

Regards 
Saket Bhatt

-- 
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/8512b342-3c4b-4a2c-a40a-ce608b0f9070%40googlegroups.com.


Re: [sympy] Introduction and Idea for GSOC 2020 (Parsing)

2020-02-16 Thread Souvik Mandal
Thanks, Aaron. I will research those. After I am done, should I discuss 
those here or create a proposal and submit it somewhere (before actual 
submission of proposal in GSoC website)? Also, do I need to contribute to 
sympy before writing the proposal (I am new in this community)?

On Sunday, February 16, 2020 at 1:43:52 PM UTC+5:30, Aaron Meurer wrote:
>
> The idea is somewhat open. There is already an existing LaTeX parser 
> that uses ANTLR, but it could be improved. If you determine that 
> another parser would be better, than we can switch. Also if you find 
> something that already knows how to generate an AST for LaTeX we can 
> look at using that as well. I don't know of anything out there, but I 
> also haven't really researched it. 
>
> Basically, we haven't researched the problem enough ourselves yet to 
> know what the best technological solution to it would be, so part of 
> your proposal process would be doing that and discussing the options 
> with us. 
>
> Aaron Meurer 
>
> On Sat, Feb 15, 2020 at 11:54 PM Souvik Mandal  > wrote: 
> > 
> > Hi, 
> > I am Souvik Mandal. I am a fourth-year computer and engineering student 
> from IIT Indore. I am interested in working in the Parsing project under 
> Computer Science, Graphics, and Infrastructure Projects section. I have few 
> doubts regarding the project - 
> > 
> > Do I need to design the AST, or will we be using AST for LaTeX that is 
> already implemented? Also, will we be using ANTLR and python parser, or it 
> needs to be implemented from scratch? It would be great if anyone can guide 
> me. 
> > 
> > Thank you. 
> > 
> > -- 
> > 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 sy...@googlegroups.com . 
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sympy/5445b3ea-aa9f-4dcb-9564-70454ebd737e%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/261ee760-f5af-4417-9750-a72a26344f45%40googlegroups.com.


Re: [sympy] Introduction and Idea for GSOC 2020 (Parsing)

2020-02-16 Thread Aaron Meurer
The idea is somewhat open. There is already an existing LaTeX parser
that uses ANTLR, but it could be improved. If you determine that
another parser would be better, than we can switch. Also if you find
something that already knows how to generate an AST for LaTeX we can
look at using that as well. I don't know of anything out there, but I
also haven't really researched it.

Basically, we haven't researched the problem enough ourselves yet to
know what the best technological solution to it would be, so part of
your proposal process would be doing that and discussing the options
with us.

Aaron Meurer

On Sat, Feb 15, 2020 at 11:54 PM Souvik Mandal  wrote:
>
> Hi,
> I am Souvik Mandal. I am a fourth-year computer and engineering student from 
> IIT Indore. I am interested in working in the Parsing project under Computer 
> Science, Graphics, and Infrastructure Projects section. I have few doubts 
> regarding the project -
>
> Do I need to design the AST, or will we be using AST for LaTeX that is 
> already implemented? Also, will we be using ANTLR and python parser, or it 
> needs to be implemented from scratch? It would be great if anyone can guide 
> me.
>
> Thank you.
>
> --
> 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/5445b3ea-aa9f-4dcb-9564-70454ebd737e%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%2BJsrcSjVqtqbVeFp%3D%2BFQtx1VbfiXh6x9chTdbsEm_%3D1A%40mail.gmail.com.


[sympy] Introduction and Idea for GSOC 2020 (Parsing)

2020-02-15 Thread Souvik Mandal
Hi,
I am Souvik Mandal. I am a fourth-year computer and engineering student 
from IIT Indore. I am interested in working in the Parsing project 
under Computer Science, Graphics, and Infrastructure Projects section. I 
have few doubts regarding the project -

Do I need to design the AST, or will we be using AST for LaTeX that is 
already implemented? Also, will we be using ANTLR and python parser, or it 
needs to be implemented from scratch? It would be great if anyone can guide 
me.

Thank you.

-- 
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/5445b3ea-aa9f-4dcb-9564-70454ebd737e%40googlegroups.com.


[sympy] Introduction to the Sympy Community

2020-02-10 Thread Saksham Rastogi
I am Saksham, a sophomore at IITD. I’m interested in working on stuff related 
to Linear Algebra as given in the idea prompt.
I’ve done courses related to Linear Algebra.
How should I get started on working towards it ?

-- 
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/bbca4daf-86bd-4150-a00f-447c2a74b811%40googlegroups.com.


[sympy] Introduction and Idea for GSOC 2020

2020-02-08 Thread Ruchir Chheda
I am Ruchir Chheda, I have read briefly the ideas proposed for 2020. I did 
really like the ideas related to Code generation and Parsing functions 
under the Computer graphics, Infrastructure section. I have read the 
'introduction to contributing' link, mentioned earlier. How should I start 
with the same? It would be great if anyone could guide me with the same.  

-- 
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/a91dbb1a-a3fc-41c5-8dee-f96ac5ac5b62%40googlegroups.com.


[sympy] Introduction to Sympy Community

2020-02-03 Thread purva chiniya
Hello,
I am Purva Chiniya,a third year undergrad at IIT Roorkee.I am proficient in
programming languages and have a profound interest in mathematics and deep
learning.  I'm getting familiar with Sympy and I look forward to
contributing to it.
Thanks:)

-- 
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/CAN4J6scNJf2Os0SZWk-Cq7SA69WaSVy8SL9TEhB1AALeXUer%2BA%40mail.gmail.com.


[sympy] Introduction to SymPy community

2020-02-01 Thread Kushagra Garg
Hello everyone! I am Kushagra studying in BTech IT 2nd year. I am new to 
open-source contributions but I have been active on GitHub for 6 months. I 
am interested in Mathematics and computational algebra. I am excited to 
contribute to SymPy.

-- 
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/5deff7d8-32ba-4428-876a-f875ee7845bb%40googlegroups.com.


Re: [sympy] Introduction to SymPy community

2020-01-29 Thread Jason Moore
Nicolás, Welcome to the mailing list!

Thank you so much for maintaining the database. We very much appreciate it.

Jason
moorepants.info
+01 530-601-9791


On Wed, Jan 29, 2020 at 6:11 AM Nicolás Guarín-Zapata 
wrote:

> Hello,
>
> I am Nicolás Guarín-Zapata, PhD candidate at Purdue University. I am
>> comfortable using Python (and SymPy), and have developed some packages
>> using them. I have contributed to SymPy in the past doing things like:
>> testing ODE solvers, documentation, website translation to Spanish (and
>> some other minor stuff). Currently, I lecture a course in "Advanced
>> Mathematics for Engineers" where we use SymPy.
>>
>
> I forgot to mention that I am the main maintainer of the SymPy-related
> papers database.
>
> Best,
> Nicolás
>
> --
> 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/CAC3XAbtHN7_8278hWfsrQkJjqF5Ryj4BO5g095sw7AR-HRgYTg%40mail.gmail.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/CAP7f1Ag3ybGFA9aR7unpBAn%3DxQuKBFhbywQH8ecGyKt8RMcu%2BQ%40mail.gmail.com.


Re: [sympy] Introduction to SymPy community

2020-01-29 Thread Nicolás Guarín-Zapata
Hello,

I am Nicolás Guarín-Zapata, PhD candidate at Purdue University. I am
> comfortable using Python (and SymPy), and have developed some packages
> using them. I have contributed to SymPy in the past doing things like:
> testing ODE solvers, documentation, website translation to Spanish (and
> some other minor stuff). Currently, I lecture a course in "Advanced
> Mathematics for Engineers" where we use SymPy.
>

I forgot to mention that I am the main maintainer of the SymPy-related
papers database.

Best,
Nicolás

-- 
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/CAC3XAbtHN7_8278hWfsrQkJjqF5Ryj4BO5g095sw7AR-HRgYTg%40mail.gmail.com.


[sympy] Introduction to SymPy community

2020-01-28 Thread Nicolas Guarin
Hello,

I am Nicolás Guarín-Zapata, PhD candidate at Purdue University. I am 
comfortable using Python (and SymPy), and have developed some packages 
using them. I have contributed to SymPy in the past doing things like: 
testing ODE solvers, documentation, website translation to Spanish (and 
some other minor stuff). Currently, I lecture a course in "Advanced 
Mathematics for Engineers" where we use SymPy.

I don't know why I never subscribed myself to the mailing list, but here I 
am.

Best,
Nicolás

-- 
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/ae199ebb-3608-4604-b43b-8e7a1d1614ae%40googlegroups.com.


[sympy] Introduction to SymPy community

2020-01-27 Thread Ayush Kumar Shaw
Hi,
I am Ayush Kumar Shaw , first year student pursuing B.Tech in Electronics 
And Communication Engineering from IIT (BHU) Varanasi. I have been 
programming in python since last 7-8 months . Mathematics and physics are 
some of my key areas of interest and that's why I would like to contribute 
to this organization . The projects related to ODE's are the ones which I 
would like to work upon. Right now, I am getting familiar with SymPy and 
exploring ideas . Looking forward to contribute to Sympy.

Regards,
Ayush Kumar Shaw

-- 
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/00bfaaa7-8211-48bd-b626-2735678fc87a%40googlegroups.com.


[sympy] Introduction to Sympy Community

2020-01-22 Thread purva chiniya
Hello,
I am Purva Chiniya,a third year undergrad at IIT Roorkee.I am proficient in
programming languages and have a profound interest in mathematics and deep
learning.  I'm getting familiar with Sympy and I look forward to
contributing to it.Thanks:)

-- 
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/CAN4J6scGXQ%3DTMaX0OHNL%2Bcuy9-HRsZL3kZbhCAvRGPQBCKjaAQ%40mail.gmail.com.


Re: [sympy] Introduction to Sympy Community

2020-01-22 Thread Jogi Miglani
Hi Afia,

Please read the contributing guide(
https://github.com/sympy/sympy/wiki/Introduction-to-contributing). In
addition, also take a look at README(
https://github.com/sympy/sympy/blob/master/README.rst). Take a look at this
list(https://github.com/sympy/sympy/labels/Please%20take%20over)  for
stalled PRs. Feel free to open a new one for continuing one of these.


Cheers!
Jogi Miglani | Undergraduate
Mathematics And Computing
Indian Institute Of Technology (BHU), Varanasi

-- 
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/CAGPLj20PBy_etFrf0%3DYgJQ%3DbZ%3Dn9%3DVY2T0%3DuSQCJO_7wUgy4fQ%40mail.gmail.com.


  1   2   3   4   >