python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Missing data in Python nested loop
I'm working with a multidimensional data array where I have various data points for individuals. I created a nested loop that allows me to make metric calculations throughout the entire dataset, howe...
Sofia Vielma
Votes: 0
Answers: 1
How to increase eqsteps without getting that much fluctuation in a 1D Ising model code?
I have written a Fortran 90 code of 1-D Ising model for 100 lattice sites. I have calculated magnetization, energy, susceptibility and specific heat and plotted using gnuplot. I am getting almost expe...
SrD4443
Votes: 0
Answers: 0
Turning points in a squared first order ODE using Scipy.integrate
I am trying to code a radius function based on the Schwarzchild solution to a black hole given the expression:
(dr/dtau)^2= Emu^2- Veff^2
As it is a square the sign in front of the root will depend on...
ar.row
Votes: 0
Answers: 2
Why dt2 in limit_jerk in ros controller
I'm now reading ros controller source codes and trying to customize my own controller.
And I have a question about the limit_jerk in speed_limiter.cpp, which isn't a coding problem, maybe physics or n...
RyanChen.YLC
Votes: 0
Answers: 0