you are viewing a single comment's thread
view the rest of the comments
[–] 10 points 4 days ago (2 children)

They use matrix math for that? How did I not know that?! 🤯 I thought they use regular algebra and a bit of trigonometry.

  • source
  • hideshow 2 child comments
  • [–] 16 points 4 days ago

    What's pictured here is the Finite Element Method. Basically, the bridge is composed into little chunks, on which the physics solution is approximated by e.g. linear functions. Then one has to assemble and solve a system of equations (the matrix shown here) to determine the coefficients (i.e. slope) of those linear functions. Putting everything together gives a piecewise-linear approximation of the physics solution, and the smaller you make the chunks the better your solution gets. All of this is of course not done by hand, that's what computers are for.

  • source
  • parent