• Ertain@feddit.online
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 hours ago

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

    • ftbd@feddit.org
      link
      fedilink
      arrow-up
      4
      ·
      2 hours 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.