[sympy] Re: Self Introduction

2021-12-04 Thread Chris Smith
I would recommend starting with something simple to get through the push/commit cycle at least once. If there are issues that are marked as Easy but they are still open and there is not an active PR for them, feel free to take one of them. /c /c On Wednesday, December 1, 2021 at 11:16:20 AM U

[sympy] A bug in Sympy's solver

2021-12-04 Thread emanuel.c...@gmail.com
A bug in Sympy’s solve Inspired by this ask.sagemath.orgquestion . This question was about the names of the symbolic variables created by Maxima’s solve to denote arbitrary constants. Exploring the examp

Re: [sympy] Error in using Sympy in newton Raphson

2021-12-04 Thread Swadhin Satapathy
Thanks, David, I realized that and solved it. Thanks for the heads-up. On Saturday, December 4, 2021 at 8:02:45 PM UTC+5:30 da...@dbailey.co.uk wrote: > On 03/12/2021 19:22, Swadhin Satapathy wrote: > > I got the following error: > > File "C:\Users\Admin\.spyder-py3\temp.py", line 22, in >

Re: [sympy] Error in using Sympy in newton Raphson

2021-12-04 Thread David Bailey
On 03/12/2021 19:22, Swadhin Satapathy wrote: I got the following error:   File "C:\Users\Admin\.spyder-py3\temp.py", line 22, in     a = newton(p, p_prime,-10, 0)   File "C:\Users\Admin\.spyder-py3\temp.py", line 15, in newton     delta = p(x)/p_prime(x) TypeError: 'Add' object is not callab

[sympy] self-introduction

2021-12-04 Thread Nikhil Date
Hello everyone, I'm Nikhil. I have already contributed a bug fix to sympy, so I guess I'm a bit late at introducing myself, but here goes. I'm excited to contribute more bug fixes and documentation improvements, especially since this is my first time contributing to an open source project!