- Congratulations! This post is now a Staff Pick as distinguished on your profile! Thank you, keep it coming!
Just as a tiny tip, here's a compact way to express g: g[t_] = Cross[Normalize[f'[t]]]
g
g[t_] = Cross[Normalize[f'[t]]]
Oh wow, I had no idea you could do that with Cross, but I'm certainly very happy to know. Thank you!
Cross