Skip to main content
Tooling
1 vote
1 replies
73 views

I’ve been thinking about building a project that actually solves a real problem instead of making another basic CRUD app or clone project. My interests are mainly in: Machine Learning NLP ...
Munshi Nahiyan's user avatar
4 votes
1 answer
142 views

I was trying to use scipy ODR to fit a linear graph as that would take into account both my xerror and yerror for each value. It does infact get me parameters out but I just end up with it saying that ...
kota's user avatar
  • 49
2 votes
4 answers
157 views

I'll try to be judicious in how much context I include here. I will lead with my primary question and then fill out more context. Question Is there a different form of my equation that will be more ...
avigt's user avatar
  • 684
0 votes
0 answers
53 views

I'm working on reproducing figure 8 of “Dynamical decoherence of a qubit coupled to a quantum dot or the SYK black hole,”. The figure is: In the paper "hub=0 corresponding to the many-body state ...
Silvio sjsj's user avatar
0 votes
1 answer
110 views

I would like some input or suggestions to an aspect of a program I am writing. I am programming a simulation of impurities in a background plasma. The background data is defined on a certain grid and ...
Mikael Jensen's user avatar
Best practices
0 votes
4 replies
72 views

I am modelling a stochastic process in which the position of a particle is being updated according to the following rule: X[t+1] += V[t] * dt + np.sqrt(2*dt) * np.random.normal(0, 1). My simulation ...
dk30's user avatar
  • 103
Best practices
2 votes
1 replies
68 views

I need an analytic solution for a 1D motion controller. Initial state: x=0, v=0. Parameters: a_acc = 50, a_dec = 30, v_max = 40. Given a target position (e.g. x=20) the object should: accelerate up ...
Spartak Aghababyan's user avatar
1 vote
0 answers
67 views

Please help me refine the ray tracing code of the Stretcher Offner in MATLAB. I used the formulas from the article to plot graphs from Figure 3, showing the dependence of the group delay on the ...
Дмитрий Киселев's user avatar
0 votes
1 answer
76 views

I am in the process of making an active ragdoll character in ue5.6. I have gotten the ragdoll walking, grabbing, hanging, jumping, and all sorts of fun stuff. But I am currently stuck on how to make ...
End3r6's user avatar
  • 1
2 votes
2 answers
150 views

I need to use the function erfz (error function that takes complex arguments) for fitting Voigt profiles. It seems like it is only implemented in R in the pracma package as erfz(z). I tried to ...
Cesiumix's user avatar
-2 votes
1 answer
138 views

With a 2d physics simulation in JavaScript I am trying to determine the second focus of an ellipse. My system's eccentricity is too low. The point moves around too much and isn't where it should be. ...
Timtams's user avatar
0 votes
0 answers
106 views

I've been trying to make this code into a function and gather the wave number, but how do I get the frequency and then collect the data bt changing the wave number and then graphing. Here is the code ...
Tommy Wigenton's user avatar
2 votes
1 answer
246 views

I want to create a website that can repeat that experiment from Youtube video. And i made it, its working, but it has problem: when input number is entered above 2-3 thousand, the big block, when ...
Hazmen's user avatar
  • 71
3 votes
1 answer
389 views

I have a rather complicated physics-model (Thomas Hopfield model from https://www.researchgate.net/publication/...
Thomas's user avatar
  • 33
1 vote
2 answers
113 views

I am trying to create a function which receives the transversal profile of a beam and outputs the transversal profile propagated by some distance. To exemplify the task, here is the profile of a ...
Henrique Guerra's user avatar

15 30 50 per page
1
2 3 4 5
241