NMFactored R¶
jnemo.spad line 1716 [edit on github]
R: Join(NMRing, IntegralDomain)
NM
factored objects.
- coerce: % -> JLObject
from JLObjectType
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- convert: % -> String
from ConvertibleTo String
- factor: R -> %
factor(intd)
returns the factorization ofintd
.
- factor: R -> Factored R
factor(intd)
returns the factorization ofintd
. Currently its printed OutputForm can be difficult to “interpret”. Use factorList(factor(intd
)@Factored(%)) to have a more understandable representation.
- factorSquareFree: R -> %
factorSquareFree(intd)
returns the factorization ofintd
.
- factorSquareFree: R -> Factored R
factorSquareFree(intd)
returns the factorization ofintd
.
- jlAbout: % -> Void
from JLObjectType
- jlApply: (String, %) -> %
from JLObjectType
- jlApply: (String, %, %) -> %
from JLObjectType
- jlApply: (String, %, %, %) -> %
from JLObjectType
- jlApply: (String, %, %, %, %) -> %
from JLObjectType
- jlApply: (String, %, %, %, %, %) -> %
from JLObjectType
- jlDisplay: % -> Void
from JLObjectType
- jlId: % -> JLInt64
from JLObjectType
- jlObject: () -> String
from JLObjectType
- jlRef: % -> SExpression
from JLObjectType
- jlref: String -> %
from JLObjectType
- jlType: % -> String
from JLObjectType
- latex: % -> String
from SetCategory
- mutable?: % -> Boolean
from JLObjectType
- nothing?: % -> Boolean
from JLObjectType
- string: % -> String
from JLObjectType
- unit: % -> R
unit(fr)
returns the unit part of the factorization.