All Questions
5 questions
0
votes
0
answers
58
views
Calculating the length of a cord line based on forces
In 3D, I need to find the cord length based on forces that describe the cord.
I tried to do this, based on the following code with the following inputs:
H the constant horizontal force
q_verti the ...
0
votes
0
answers
68
views
How do I solve a system of equations with Eulers Method?
So I have one problem for motion. The problem is finding for which angle, a object would fall off a sphere. Suppose the sphere is frictionless and all that, so it just slides off. Logically this would ...
2
votes
2
answers
411
views
Creating and updating 3 index matrix in Python
I'm trying to create a three index matrix that contains 1 value (V) for every node of a numerical spatial mesh (xyz) (real world problem: the electrostatic potential created by finite-paralell- plates ...
0
votes
0
answers
526
views
python numpy.libalg.eigh() returns wrong eigen vectors. why?
For a brief info, I was tasked to model a wave function for a quantum particle imprisoned in a parabolic potential (this problem is related to quantum harmonic oscillator).
I used matrix method for ...
0
votes
2
answers
579
views
I need help setting up matrices to solve using Gaussian elimination in Python
Apologies in advance to those who has to read through my poor coding skill
The objective of this coding is to first develop a 17x17 matrix and solve for the 17 unknowns using methods presented in ...