[sympy] Re: Interested in Tensor Core Project

2017-03-03 Thread Francesco Bonazzi
Technically there are still many things that can be done / improved / fixed. On Friday, 3 March 2017 19:27:54 UTC+1, Jhih Wei Chen wrote: > > Thank you for the reply. So there is no need to build tensor core anymore? > > Jhih Wei Chen於 2017年3月3日星期五 UTC+8下午10時19分39秒寫道: >> >> Dear developers, >>

[sympy] Re: Interested in Tensor Core Project

2017-03-03 Thread Jhih Wei Chen
Thank you for the reply. So there is no need to build tensor core anymore? Jhih Wei Chen於 2017年3月3日星期五 UTC+8下午10時19分39秒寫道: > > Dear developers, > > I am a second year undergraduate student at National Taiwan University and > very interested in > working on Tensor Core Project. > > If any mentor

[sympy] singularity Functions

2017-03-03 Thread JATINDER DHINDSA
hello everyone I am jatinder singh a third year student in computer science. I want to work on singularity Functions. Give me some more information about idea. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop

[sympy] GSOC 2017: SymPy Live and SymPy Gamma (on Google App Engine)

2017-03-03 Thread mvnnn
Hi Aaron Meurer, I am last year student. This year i want to do this project again. Give me some suggestion regarding ti this project that's really helps me. contribution: (i) https://github.com/sympy/sympy/pulls?q=is%3Apr+author%3Amvnnn+is%3Aclosed (ii)

[sympy] Re: Interested in Tensor Core Project

2017-03-03 Thread Francesco Bonazzi
Just an update: we have now N-dim array objects: http://docs.sympy.org/latest/modules/tensor/array.html On Friday, 3 March 2017 15:19:39 UTC+1, Jhih Wei Chen wrote: > > Dear developers, > > I am a second year undergraduate student at National Taiwan University and > very interested in >

[sympy] GSOC 2017 idea: Solvers regarding

2017-03-03 Thread satya prakash
Hello, everyone. I'm aSatya Prakash a third-year undergraduate in Information Technology. I am willing to participate in GSOC 2017 and as I went through sympy ideas and I found the solvers idea interesting. Now I am going through the documentation page but as I am new in open source; so I

[sympy] Interested in Tensor Core Project

2017-03-03 Thread Jhih Wei Chen
Dear developers, I am a second year undergraduate student at National Taiwan University and very interested in working on Tensor Core Project. If any mentor is interested in mentoring this project, I would like to discuss further of the project. Regards, Jhih Wei Chen. -- You received this

Re: [sympy] check for compatible physical dimension in symbolic algebra operations?

2017-03-03 Thread Francesco Bonazzi
Ideally we'd like units to be used seamlessly everywhere. Unfortunately there's still a bit of work to do to reach that level. On Friday, 3 March 2017 12:04:56 UTC+1, hei...@pik-potsdam.de wrote: > > I was hoping so, but apparently unitsystems.Quantity currently only allows > numerical

Re: [sympy] check for compatible physical dimension in symbolic algebra operations?

2017-03-03 Thread heitzig
I was hoping so, but apparently unitsystems.Quantity currently only allows numerical computations, not symbolic ones. At least, when I try >>> x = Quantity(factor=Symbol("x")) I get a NotImplementedError (see also code at

[sympy] Current status of singularity functions

2017-03-03 Thread Manikumar Perla
Hi all, I am Manikumar, currently in the second year of my undergraduate course in Computer Science Engineering. I am interested in contributing to the singularity functions project for GSoC17. I had undergone solid mechanics course during my 3rd semester and possesses good knowledge of

[sympy] Ordinary Differential Equations

2017-03-03 Thread pranavsid98
Hi everyone. I'm Pranav Sid, a second year undergrad in Computer Science. I would very much like to contribute to SymPy for GSOC 2017 and have had a look at the project ideas. I believe that I can work on the Ordinary differential Equations project and want to get up to speed with the project.

[sympy] Re: GSoC 2017 Idea: function domain/codomain/image/preimage & enhancement of singularities/sets modules

2017-03-03 Thread Francesco Bonazzi
Hi, Have a look at: https://github.com/sympy/sympy/pull/11615 (it's somewhat related, also have a look at the linked PRs). Especially the idea presented in the comment: https://github.com/sympy/sympy/pull/11615#issuecomment-249701635 Creating objects like *SetAdd*, *SetMul*, *SetPow* and