Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

symb

The printing symbol of the given polynomial matrix


Description

Get the printing symbol of the given polynomial matrix

Usage

symb(pm)

Arguments

pm

a polyMatrix class object

Details

The polynomial matrix objects contains a character to sign the variable of the polynomials. The system default is 'x'.

Value

One character, which used to print the polynomials in default cases

See Also

Examples

pM <- polyMgen.d(2,2,rawData=
   ch2pn(c("-3+s^3","2+4*s","s^2","1"),symb="s"))
pM

# -3 + x^3   x^2
#  2 + 4*x    1

symb(pM) # "x"

pM <- polyMgen.d(2,2,rawData=
   ch2pn(c("-3+x^3","2+4*x","x^2","1")),symb="L")
pM
# -3 + L^3   L^2
#  2 + 4*L    1

symb(pM) # "L"

# clean up
# rm(pM)

polyMatrix

Infrastructure for Manipulation Polynomial Matrices

v0.3.1
MIT + file LICENSE
Authors
Tamas Prohle [aut], Peter Prohle [aut], Nikolai Ryzhkov [aut, cre], Ildiko Laszlo [aut] (<https://orcid.org/0000-0003-2324-8183>), Ulas Onat Alakent [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.