I just figured that conceptually the spring would compress to a point and never allow the particles to move past one another, mathematically I see how its possible but doesn't that just mean I'm modelling the physical situation inaccurately?
Hello fellow computer physics nerds,
I'm trying to write a program to plot the positions of the three particles connected by two springs (one dimensional) in Fortran 90. I have a main program block and a module that calls a PGPLOT.
My problem is that the positions of the second and third...
Homework Statement
Write a Towers of Hanoi program in Fortran 90 using a subroutine.
Homework Equations
The Attempt at a Solution
hello all
Ive been trying to write a simple Towers of Hanoi problem in FORTRAN 90 dealing with recursion.
Ive got my program to compile but it...
Homework Statement
A thin rod extends along the z-axis from z=-d to z=d, carrying uniformly distributed charge along it's length with charge density lambda. Calculate the potential at P1 on the z-axis with coordinates (0,0,2d). Then find an equal potential at point P2 somewhere on the x-axis...