[sympy] GSOC Proposal: Idea Circuits

2024-03-13 Thread Spiros Ts
Author: Spyros Tsioupros Github: https://github.com/Spiros7bit -Idea: Circuits The idea I have to suggest is to create a module that will deal with circuits. This is an idea that I propose and want to undertake as a project for GSOC 24. I saw that there is no such package that has anything to

Re: [sympy] Re: ModuleNotFoundError: No module named 'sympy.plotting.series'

2024-03-04 Thread Spiros Ts
It was my fault. I was trying to run the code in another folder and it was giving me the error *from sympy.plotting.series import LineOver1DRangeSeriesModuleNotFoundError: No module named 'sympy.plotting.series'* . But when I run the code into a folder where the sympy code folder is also

Re: [sympy] Re: ModuleNotFoundError: No module named 'sympy.plotting.series'

2024-03-03 Thread Spiros Ts
The code is from this pull request [ https://github.com/sympy/sympy/pull/25251] from math import isclose from sympy import lambdify, latex from sympy.core.numbers import I, pi from sympy.core.symbol import Dummy from sympy.functions.elementary.complexes import (Abs, arg) from

[sympy] ModuleNotFoundError: No module named 'sympy.plotting.series'

2024-03-03 Thread Spiros Ts
Author: Spiros Tsioupros Github: https://github.com/Spiros7bit email: tsioupr...@gmail.com Hallo, community, while I was trying to run a program this error popped up: *from sympy.plotting.series import LineOver1DRangeSeriesModuleNotFoundError: No module named

Re: [sympy] Add some links to README.md

2024-03-03 Thread Spiros Ts
t; moorepants.info > +01 530-601-9791 > > > On Sun, Mar 3, 2024 at 12:09 PM Spiros Ts > wrote: > >> Author: Spiros Tsioupros >> Github: https://github.com/Spiros7bit >> email: tsiouprosspi...@gmail.com >> >> Hello community, I made a pull request t

[sympy] Add some links to README.md

2024-03-03 Thread Spiros Ts
Author: Spiros Tsioupros Github: https://github.com/Spiros7bit email: tsiouprosspi...@gmail.com Hello community, I made a pull request to add some links to README.md. While 63/68 checks are passed, 5 errors about test and test_optional_dependencies are thrown. I had read in the Development