HN user

gsg001

123 karma
Posts4
Comments2
View on HN

That is to allow the tower to be flexible to wind induced vibration. If it would have been a standard three legged foundation then the constant vibration would have introduced cracks leading to unnecessary stiffening.

I have two questions: 1) Is it possible to do literate programming in Python / Numpy, something like MathCAD. Where I can either convert python expressions to latex equations or vice versa.

I am trying to convert my supervisor to open source and he has used MathCAD for 20 years and he really likes the functionality that you can directly print out a sheet with all the formulas and solutions in one equation. I have all the capability of the calculations in Python/Numpy just not the pretty printing part without actually having to write out the equations/expressions twice. I have tried to ask on StackOverflow but the answers didn't work.

2) Can the arduino + accelerometer be used for calculating position given the initial position by integrating to velocity and further integrating to time. Will it work with 4-6 accelerometers and output the data to a PC in realtime or will it save the data to an SD card and post-process it later.

Thanks in advance.