wedge (version 1.0-3)

symbolic: Symbolic form

Description

Prints \(k\)-tensor and \(k\)-form objects in symbolic form

Usage

as.symbolic(M,symbols=letters,d="")

Arguments

M

Object of class kform or ktensor; a map from \(V^k\) to \(R\), where \(V=R^n\)

symbols

A character vector giving the names of the symbols

d

String specifying the appearance of the differential operator

Examples

Run this code
# 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