Timo Stienstra

Results 25 issues of Timo Stienstra

#### References to other Issues or PRs Part of #21519 #### Brief description of what is fixed or changed Implements the PlanarJoint #### Other comments #### Release Notes * physics.mechanics...

#### References to other Issues or PRs Part of #21519 #### Brief description of what is fixed or changed Implements the SphericalJoint #### Other comments #### Release Notes * physics.mechanics...

After having several conversations over time we have come to the conclusion that it would be good to make a decision and also universally implement it. The following is the...

physics.vector

While developing in sympy I stumbled upon the difference that within sympy [a null matrix can be stacked](https://github.com/sympy/sympy/blob/5c661af67a1e3c2168c0684aa9713b9ab6551ab1/sympy/matrices/common.py#L281). The issue within sympy about this problem was [#10770](https://github.com/sympy/sympy/issues/10770).

#### References to other Issues or PRs Implements the proposal from #24790 #### Brief description of what is fixed or changed Speeds up the computation of the forcing vector in...

physics.mechanics

When I was experimenting with the numerical stability in `KanesMethod` I ran into some extremely big expressions, this resulted in `KanesMethod` becoming rather slow. When profiling I saw that I...

physics.mechanics

`KanesMethod` uses and [`LUsolve` ](https://github.com/sympy/sympy/blob/4fb6b42dd0941f05178aa570edf9ef61162ce960/sympy/physics/mechanics/kane.py#L252) to solve the velocity constraints. While this matrix is invertible it does cause numerical instabilities from time to time, caused by zero divisions. This problem...

physics.mechanics

# PR purpose The current implementation of the `sympy.physics.mechanics` module is problematic in several ways. To support @brocksam's work for the CZI grant (specifically adding support for `biomechanics`) it will...

physics.mechanics
Merge conflict
CZI: Codegen

#### References to other Issues or PRs #### Brief description of what is fixed or changed This PR is part of the mechanics experimental development (#24234) implementing the `System` class...

physics.mechanics

#### References to other Issues or PRs Output of the mechanics experimental development (#24234) Implements parts of #24238 and #24699 #### Brief description of what is fixed or changed This...

physics.mechanics