Use this tag for questions about using computers in science.
I'm currently taking a math class in College called "Scientific Computing" and the professor told us that C is the …
c scientific-computingI 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-computingI 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-computingI 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-computingI 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-computingI've currently got a project running on PiCloud that involves multiple iterations of an ODE Solver. Each iteration produces a …
python numpy scientific-computingI am working on probabilistic models, and when doing inference on those models, the estimated probabilities can become very small. …
java math floating-point scientific-computingI've been working with a lot of FORTRAN 77 lately, and though I had reservations at first, I now see some …
fortran scientific-computing modern-languagesAre there any scientific packages for Lua comparable to Scipy?
python lua scipy scientific-computing torch