Use this tag for questions about using computers in science.
I often hear people complain how expensive MATLAB licenses are. Then I wonder why they don't just use Octave or …
matlab r scientific-computingis there a more efficient way to take an average of an array in prespecified bins? for example, i have …
python numpy scipy scientific-computingC# seems to show some promise for scientific computing, but I found very little about one plotting 2D graphs, which …
c# plot scientific-computingI have got a problem (with my RAM) here: it's not able to hold the data I want to plot. …
python performance matplotlib scientific-computingHow do I represent extremely large or small numbers in C with a certain amount of significant figures. For example, …
c opencl scientific-computing scientific-notationHow can I calculate Principal Components Analysis from data in a pandas dataframe?
python pandas pca scientific-computing principal-componentsI am currently using R for all my scientific computing and plotting, but I would like to explore Python. I …
python scientific-computingIs there a standard function for Python which outputs True or False probabilistically based on the input of a random …
python scientific-computingI am trying to implement a large number of matrix-matrix multiplications in Python. Initially, I assumed that NumPy would use …
python numpy scientific-computing blasIs there an open-source alternative to MATLAB's fmincon function for constrained linear optimization? I'm rewriting a MATLAB program to use …
python matlab numpy numerical scientific-computing