Release 0.7.5 "Perfect Joy" - Polynomials and symbolic rewrites #919
c3d
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release contains a lot of groundwork in preparation for future work on symbolic expressions, symbolic solving and symbolic integration, as well as to improve compatibility with HP calculators. In particular,
rewrite
has been replaced with the HP equivalents,↑Match
and↓Match
, allowing top-down and bottom-up replacement, as well as support for conditions. Also, these commands return the number of replacements performed instead of just0
or1
.The other major user-visible new feature is the addition of a polynomials data type, which does not exist on HP calculators, exposing polynomial features in a way that is more consistent with the spirit of RPL. For example, Euclidean division of polynomials can be achieved using the regular
/
operation on polynomials instead of requiring a dedicatedDIV2
command.New features
sq
andcubed
→Poly
andPoly→
to convert to and from polynomialsCASDIR
on HP calculators)rewrite
command with HP-compatible↑Match
and↓Match
ExplicitWildcards
option to match HP syntax (&A
)Purge
now resets system flags to default valueBug fixes
EXIT
key while searchingmod
andrem
in renderingX*(Y/Z)
min
andmax
into algebraic functionsEquationsMenu
withExpressionMenu
in other menusImprovements
PolynomialMenu
to enter polynomials and for conversionsToolsMenu
selectSymbolicMenu
for symbols3i
andi3
in addition toi
This discussion was created from the release Release 0.7.5 "Perfect Joy" - Polynomials and symbolic rewrites.
Beta Was this translation helpful? Give feedback.
All reactions