Learn R Programming

stokes (version 1.0-8)

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^kV^k to \(R\), where V=R^nV=R^n

symbols

A character vector giving the names of the symbols

d

String specifying the appearance of the differential operator

Value

Returns a noquote character string.

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