Thanks for your reply, yyat! By scalar product I mean a map from pairs of points (vectors) onto a scalar.
For example, the traditional dot product is a Euclidean scalar product that's such a map. In two dimensions, we'd have
\left( \left( \begin{array}{c} x \\ y \end{array} \right) ,<br />
\left( \begin{array}{c} x' \\ y' \end{array} \right) \right) = xx' + yy'<br />
That's a concrete example of a scalar product that's symmetric and bilinear, but it's not the only one. For example, the Lorentz scalar product is also symmetric and bilinear.
\left< \left( \begin{array}{c} t \\ x \end{array} \right) ,<br />
\left( \begin{array}{c} t' \\ x' \end{array} \right) \right> = tt' - xx'<br />
Anyway, my understanding is that the symplectic scalar product \omega(,) is given by
\omega\left( \left( \begin{array}{c} x \\ y \end{array} \right) ,<br />
\left( \begin{array}{c} x' \\ y' \end{array} \right) \right) = xy' - x'y<br />
I'm just curious as to whether that's the only possible bilinear antisymmetric scalar product, or whether there could be other flavors, just as there are different flavors of the symmetric scalar product.