|
|
|
|
|
by a1369209993
1812 days ago
|
|
> × (U+D7) for multiplication Blech; looks like a letter and normalizes cross products. Better to use "·" (U+B7)[0]: alpha = [ cψ·cϕ−cθ·sϕ·sψ, cψ·sϕ+cθ·cϕ·sψ, sψ·sθ;
−sψ·cϕ−cθ·sϕ·cψ, −sψ·sϕ+cθ·cϕ·cψ, cψ·sθ;
sθ·sϕ, −sθ·cϕ, cθ];
Minus sign is a nice-to-have, though.0: Also "∧" (U+2227, wedge), the real other vector product[1], but that doesn't matter for scalar multiplication. 1: http://en.wikipedia.org/wiki/Wedge_product |
|
If you need more control you can write it out
I made it chaining for the same reason `+` and `×` are chaining.---
I don't know enough about the topic to know how to properly write `∧`.
It looks like it may be useful to write it using multis.
If it was as simple as just a normal cross product, that would have been easy. Of course, I'm fairly confident that is wrong.