Use this tag for questions about using computers in science.
I'm currently implementing a complex microbial food-web in Python using SciPy.integrate.ode. I need the ability to easily add …
python dictionary numpy scipy scientific-computingIs there a numerically stable way to compute softmax function below? I am getting values that becomes Nans in Neural …
python numpy nan scientific-computing softmaxI would like to use the Windows Calculator in Scientific Mode in order solve a very basic Logarithm equation but, …
windows math calculator scientific-computing logarithmI have two variables (x and y) that have a somewhat sigmoidal relationship with each other, and I need to …
python statistics numpy scipy scientific-computingI am curious as to how F# performance compares to C++ performance? I asked a similar question with regards to …
c++ performance f# parallel-processing scientific-computingAre parts of NumPy and/or SciPy programmed in C/C++? And how does the overhead of calling C from …
python performance numpy scipy scientific-computingI apologize upfront if this question is too broad. I come from the MATLAB world and have relatively little experience …
python scientific-computingI have been looking for a python module that implements the common techniques of global optimization (finding the global minimum …
python numpy scientific-computingMotivation: I have a multidimensional integral, which for completeness I have reproduced below. It comes from the computation of the …
python math numpy scipy scientific-computingI am new to python and learning by following Python "Scientific lecture notes Release 2013.1" tutorial. Please help me solve this …
python numpy matplotlib scientific-computing