How does the performance of Python/Numpy array operations scale with increasing array dimensions?Mar 2013 ⋅ nat-wilson-2015 ⋅ se/scicomp ⋅ #performance #python #numpy
Heat Equation - PDENov 2015 ⋅ meraxes-18208 ⋅ se/scicomp ⋅ #finite-difference #parabolic-pde #python #pde
Hyperbolic Equation PDE (Python)Nov 2015 ⋅ meraxes-18208 ⋅ se/scicomp ⋅ #finite-difference #hyperbolic-pde #python #pde
How to implement Gauss-Laguerre Quadrature in Python?Sep 2014 ⋅ jack-7864 ⋅ se/scicomp ⋅ #quadrature #python
Solving Advection (Convection) - Diffusion - Reaction Partial Differential Equation in PythonOct 2014 ⋅ igor-markelov-11497 ⋅ se/scicomp ⋅ #parallel-computing #libraries #python #pde
How to generate a rotated (by 90 degrees) logistic sigmoid function in PythonSep 2014 ⋅ mycarta-9541 ⋅ se/scicomp ⋅ #python
Solve non-linear set of three equations using scipyJun 2015 ⋅ albert-16692 ⋅ se/scicomp ⋅ #nonlinear-equations #python #solver #scipy
Simulate electric fields due to surface charges in simple circuits using pythonFeb 2016 ⋅ julia-9417 ⋅ se/scicomp ⋅ #electromagnetism #finite-element #python #ansys
Correct eigenfunctions of Laplace operator by Finite DifferencesJun 2017 ⋅ islanss-24583 ⋅ se/scicomp ⋅ #finite-difference #eigenvalues #eigensystem #laplacian #python
Minimal surface solution in PythonMay 2013 ⋅ msotaquira-4345 ⋅ se/scicomp ⋅ #computational-geometry #mesh-generation #interpolation #geometry
High frequency noise at solving diffusion equationApr 2014 ⋅ sonium-8026 ⋅ se/scicomp ⋅ #finite-element #diffusion #python #numpy
SciPy interpolation with Univariate SplinesApr 2013 ⋅ seb-3748 ⋅ se/scicomp ⋅ #interpolation #b-spline #python #scipy
What determines the usual chemistry textbook plots of atom orbitals?Mar 2016 ⋅ student-11911 ⋅ se/scicomp ⋅ #computational-chemistry #computational-physics #plotting #python #vtk
plotting discontinuous functionsApr 2014 ⋅ john-mangual-4006 ⋅ se/scicomp ⋅ #numerical-analysis #python #numpy
How to avoid catastrophic cancellation in python function?Oct 2014 ⋅ jack-7864 ⋅ se/scicomp ⋅ #numerical-analysis #floating-point #python
Scipy OdeInt solver with Neumann boundary conditionsJul 2015 ⋅ ilciavo-11656 ⋅ se/scicomp ⋅ #boundary-conditions #python #scipy #pde
Why does SciPy eigsh() produce erroneous eigenvalues in case of harmonic oscillator?Apr 2013 ⋅ seb-3748 ⋅ se/scicomp ⋅ #eigenvalues #python #sparse #numpy
optimization (using python) how to find the most suitable solver?Feb 2015 ⋅ moritz-3957 ⋅ se/scicomp ⋅ #optimization #python
WRL and VRML to Matplotlib/NumpyMay 2014 ⋅ saad-4964 ⋅ se/scicomp ⋅ #data-visualization #plotting #python #numpy #scipy
Software for triangulating a point set (with restrictions)Mar 2015 ⋅ smilingbuddha-3352 ⋅ se/scicomp ⋅ #delaunay-triangulation #python #matlab #c++