Peter Stahlecker

Results 44 issues of Peter Stahlecker

I installed _pymonad_ on Carnet plus like _%pip install pymonad._ This seemed to work, no error messages Then I tried: _from pymonad import curry_ (Which should exist according to the...

sdeint is a pure Python package to integrate stochastic differential equations. When I try to install it I get a message like it is installed, but it is not. I...

This Carnet Plus is really GREAT!! One point: iPads tend to 'turn off' if they have not been touched (or looked at, with the new ones) for a certain time....

I tried to model an ellipse rolling on a horizontal line. Absent any friction, a necessary (by no means sufficient) conditions that the equations of motion are right is that...

physics.mechanics

Dear Roger, I just installed your _filterpy_, and scanned through your book Kalman and Bayesian Filters in Python. VERY understandable for me! I use _sympy.physics.mechanics_ to generate equations of motion,...

Apple just released iOS16. Will carnets plus run under iOS 16? I cannot upgrade to test it, because if it does not work, I cannot downgrade to iOS15.6 anymore. Thanks!

In the force term of some multi body system I am playing around with, there are terms containing sm.Heaviside(q, u) (generalized coordinates / speeds) Now I form the term: jakob...

utilities.lambdify

I have been playing around with a simple n+1 particle pendulum. The first particle may only move in X direction. The particles are connected by (unbendable) springs and dampers. Using...

physics.mechanics

3D n body pendulum, where the bodies can rotate around the massless rods connecting one body to the next one. If they hit each other, they are ideally elastic and...

I have a mechanical system described as d/dt (q) = f(q, t, F), where q …generalized coordinates, F…external forces to be modeled as white noise (Where I used sympy.physics.mechanics to...