Learn R Programming

stokes (version 1.1-1)

symbolic: Symbolic form

Description

Returns a character string representing 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.

See Also

print.stokes

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