Top "Scientific-computing" questions

Use this tag for questions about using computers in science.

Is C really used for a lot of Scientific Computing?

I'm currently taking a math class in College called "Scientific Computing" and the professor told us that C is the …

c scientific-computing
Plotting log-binned network degree distributions

I have often encountered and made long-tailed degree distributions/histograms from complex networks like the figures below. They make the …

python numpy matplotlib networkx scientific-computing
Solving nonlinear equations numerically

I need to solve nonlinear minimization (least residual squares of N unknowns) problems in my Java program. The usual way …

java math mathematical-optimization numerical scientific-computing
Concatenate a large number of HDF5 files

I have about 500 HDF5 files each of about 1.5 GB. Each of the files has the same exact structure, which is 7 …

dataset hdf5 scientific-computing
Most efficient way to filter a long time series Python

I have a large time series, say 1e10, that results from recording neural activity, i.e. voltages. Before doing further …

python numpy python-2.7 signal-processing scientific-computing