RobinHankin / stokes

methods for exterior calculus
https://robinhankin.github.io/stokes/
3 stars 0 forks source link

wedge takes tensors #43

Closed RobinHankin closed 3 years ago

RobinHankin commented 3 years ago

The package allows one to take wedge products of k-tensors:

> a <- as.ktensor(rbind(1:3))
> b <- as.ktensor(rbind(4:6))
> a %^% b
A linear map from V^6 to R with V=R^6:
                 val
 1 2 3 4 5 6  =    1
> 

This is seriously misleading: the wedge product returned is not alternating.