Advertisement
silver2row

Trying Typical Algorithms

Apr 13th, 2023
700
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.28 KB | Software | 0 0
  1. # Typical Algorithm from what https://homes.cs.washington.edu/~todorov/courses/amath533/FeatherstoneOrin00.pdf says...
  2. # On w/ the typical algorithm
  3.  
  4. for i = 1 to N do
  5.     vi = vλ(i) +hi ˙qi;
  6.     ai = aλ(i) + ˙hi ˙qi + hi ¨qi
  7. end
  8.  
  9. # Promising? Maybe...useful so far? Nope!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement