Skip to content

particle through box. simple example for adjustable bounds#540

Closed
Peter230655 wants to merge 1 commit into
csu-hmc:masterfrom
Peter230655:particle-through-box
Closed

particle through box. simple example for adjustable bounds#540
Peter230655 wants to merge 1 commit into
csu-hmc:masterfrom
Peter230655:particle-through-box

Conversation

@Peter230655

@Peter230655 Peter230655 commented Apr 11, 2026

Copy link
Copy Markdown
Contributor

A particle must move from A to B as fast as possible. At a certain time interval, it must be in a given box, that is
min_x < x(t) < max_x, for $t \in$ time imterval, same for y(t).
Likely the simplest possible simulation to show how to use adjustable bounds

PR #538 also uses adjustable bounds, but for a beginner, this use may be drowned in the many ReferenceFrames and Points used there.

@moorepants

Copy link
Copy Markdown
Member

I'll accept an example that has non-constant bounds on variables. But I think we could simply add variable bounds to one of the existing problems, versus adding more problems that further increase the documentation build times.

@Peter230655

Copy link
Copy Markdown
Contributor Author

I did not think of this, of course this is better!
I will pick one, add variable bounds and push.

@Peter230655 Peter230655 deleted the particle-through-box branch April 12, 2026 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants