Can one define a cross product for functions?

187 Views Asked by At

The dot product $c = \sum_i a_i b_i$ can be easily be generalized for continuous functions like $$ c = \int_{-\infty}^{\infty} a(x) b(x) d x $$ But can one also generalize the cross product $c_{ij} = (a_ib_j-a_jb_i)$ to continuous functions in a similar way?

1

There are 1 best solutions below

0
On

let $$c(x,y)=a(x)b(y)-a(y)b(x)$$