powered by
Prints \(k\)-tensor and \(k\)-form objects in symbolic form
as.symbolic(M,symbols=letters,d="")
Object of class kform or ktensor; a map from V^kV^k to \(R\), where V=R^nV=R^n
kform
ktensor
A character vector giving the names of the symbols
String specifying the appearance of the differential operator
Returns a noquote character string.
# NOT RUN { as.symbolic(rtensor()) as.symbolic(rform()) as.symbolic(kform_general(3,2,1:3),d="d",symbols=letters[23:26]) # }
Run the code above in your browser using DataLab