Skip to content

Instantly share code, notes, and snippets.

@msaroufim
Last active November 2, 2022 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save msaroufim/e559dd9d7bd37c9cad3f579e9a26818a to your computer and use it in GitHub Desktop.
Save msaroufim/e559dd9d7bd37c9cad3f579e9a26818a to your computer and use it in GitHub Desktop.
function VecToso3(ω::Array)
[ 0 -ω[3] ω[2];
ω[3] 0 -ω[1];
-ω[2] ω[1] 0 ]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment