symbolic {stokes} | R Documentation |
Symbolic form
Description
Returns a character string representing -tensor and
-form objects in symbolic form. Used by the print method if
either option
kform_symbolic_print
or
ktensor_symbolic_print
is non-null.
Usage
as.symbolic(M,symbols=letters,d="")
Arguments
M |
Object of class |
symbols |
A character vector giving the names of the symbols |
d |
String specifying the appearance of the differential operator |
Details
Spivak (p89), in archetypically terse writing, states:
A function is considered to be a 0-form and
is also written
. If
is
differentiable, then
.
By a minor modification we therefore obtain a 1-form
, defined by
Let us consider in particular the 1-forms
. It is customary to let
denote the function
(On
we often denote
,
, and
by
,
, and
). This standard notation has obvious disadvantages but it
allows many classical results to be expressed by formulas of equally
classical appearance. Since
, we see that
is just the dual basis to
. Thus every
k-form
can be written
Function as.symbolic()
uses this format. For completeness, we
add (p77) that -tensors may be expressed in the form
and this form is used for -tensors.
Value
Returns a “noquote” character string.
Author(s)
Robin K. S. Hankin
See Also
Examples
(o <- kform_general(3,2,1:3))
as.symbolic(o,d="d",symbols=letters[23:26])
(a <- rform(n=50))
as.symbolic(a,symbols=state.abb)