AngouriMath

Navigation

What's new


1.4-preview.4 [in development]

Kernel functional and C#:

  • Simplification a bit improved for sets
  • η-reduction added for lambda calculs entities (simplification now triggers beta+eta reduction)
  • Bug related to simplification of tangent fixed (it turned NaN when should be 0)
  • A few xor simplification patterns thanks DavidBeh
  • Now installing only AngouriMath (without interactive) still loads LaTeX in notebooks, thanks new dib kernel extension feature
  • Matrix concatenation API
F# and interactive:
  • Polar plot added, thanks cyberillithid
  • Sliders for plotting added (2D and 3D)
  • Spherical plotting


1.4-preview.3

Kernel functional and C#:

  • Imprecise equality from 1.4-preview.2 implemented.
  • Added compilation of Piecewise node, thanks @Illuminati-CRAZ.
  • Division, logarithm, power, and trigonometric functions experienced a behavioural change: now, they upcast integer types to floating point.
Terminal:
  • A few more default variables added to the terminal by default, thanks dogayalcin.
  • PeterO.Numbers assembly gets loaded into the terminal too.


1.4-preview.2

Kernel functional and C#:

  • Application. It is a node, which represents one expression applied to another one. No parser support yet.
  • Built-in functions will now be simplified from application of an expression applied to a known variable, for example, x applied to sin is sin of x. No parser support yet.
  • Lambda. This node represents an abstraction working similarly to that in lambda calculus. It has one parameter, and when an expression is applied, this parameter is substituted with this expression. No parser support yet.
  • Imprecise equality API added but not implemented.
  • Bugs fixed. NaN is now returned when comparing NaN and a number with inequality signs.
Experimental
  • Now there is a package AngouriMath.Experimental.
  • Entity, Complex, Real, Rational and Integer implement generic math from .NET 6.
Terminal:
  • Fixed bug when crashed on too small sizes.
  • Reduced the API calls to OS-unsupported API.
  • The terminal is now available as a .NET global tool, see NuGet.


1.4-preview.1

F# and interactive:

  • Added plotting in AngouriMath.Interactive namespace: Plot.linear, Plot.scatter for 2D (functions over one variable), and Plot.surface, Plot.scatter3D for 3D (functions over two variables). See visualization.
  • Formatters for PeterO Numbers added.
Terminal:
  • Terminal repo merged into AngouriMath
  • Complete redesign by using Spectre.Console and Radline. See more.


1.3

Kernel functional and C#:

  • No more Tensor, we only work with Matrix now.
  • A few synonyms added for hyperbolic functions.
  • Greek and cyrillic latters are now parsable. Symbols \n and \s are now ignored by the parser.
  • Limits improved.
  • Upcasts added to compilation, as well as many overloads and extension methods.
  • Latexise does not produce "\times" anymore (nothing or \cdot instead). It also now produces correct code in case when a variable has an index (both variable and index are latexised properly).
  • Tensors completely reconsidered. No more vectors or tensors. There are only matrices. Moreover, operators now, instead of being elementwise, are now matrix-meaningful. A vector is considered a one-column matrix. A lot of methods of matrices are now exposed.
  • Rank of a matrix, Reduced row echelon form added.
  • Max term count increased by a lot. No power limit in the expansion algorithm.
  • Parentheses fixed in LaTeX for negative number cases (and negation sign).
  • A couple of bugs related to matrices fixed. ReducedRowEchelonForm and Rank added, GaussianEliminated replaced with RowEchelonForm (here we stick to the definition which implies that leading elements can differ from ones).
  • Piecewise now works correctly for cases when a node is applied to a whole piecewise.
  • Implicit operators improved (one for BigInteger added).
  • An important bug related to determinant fixed (determinant, which works via Gaussian elimination, did not take into account the number of swaps performed by the algorithm).
  • Inverse and Adjugate are now properties. They do not throw exceptions. Instead, if they cannot be evaluated, a null is returned.
  • No matrix division allowed anymore.
  • Taylor expansion of functions of several variables added: MultivariableTaylorExpansionTerms (infinite generator of terms), MultivariableTaylorExpansion (returns an expression).
  • Added a lot of number-theory related methds, mostly in the UnsafeAndInternal and ExperimentalFeatures categories. Added methods: SymbolicFormOfSine, SymbolicFormOfCosine, ExpandSineOfSum, ExpandConsineOfSum, ExpandSineArgumentMultiplied, ExpandCosineArgumentMultiplied, GetSineOfHalvedAngle, GetCosineOfHalvedAngle, DecomposeRational, GetSineOfHalvedAngle
  • SymbolicFormOfSine and SymbolicFormOfCosine exposed in MathS.Compute. Use them to find the exact form of sines beyond basic table values like pi/3, pi/6, etc. These algorithms can decompose sin(17/42 pi) into the exact analytical form with roots and arithmetical operations only. They return null if cannot expand a sine or cosine into an exact form.
  • Explicit parsing is now allowed with MathS.ExplicitParsingOnly, so that omitted operators are not inserted automatically.
  • MathS.Parse returns an Either of a successfully parsed entity or a failure of a few possible reasons of parsing failure. Close to some advanced Result type.
  • Bugs related to
    • imprecise computing of corner cases of tangent
    • allocations on accessing a property
    • integral of a piecewise
    are fixed.
F# and Interactive:
  • F# wrapper significantly improved. Matrices, settings, intervals were added. Naming was reconsidered in favor of declarative programming. It also now has the same versioning as the kernel package.
  • All modules are moved to the AngouriMath.FSharp namespace. For Interactive, there is now namespace Interactive. There is also no need to call magic commands to bind latex to rendering.
  • Overload for ** added as a power operator.
  • Overload for ***. added as a tensor multiplication.
  • Overload for ****. added as a tensor power.
  • Interactive.AggressiveOperators module allows for arithmetic operators overloaded for a pair of object and object. The reason is to avoid using additional methods to parse an expression while performing some computations.
  • There are now matrix operators, which unconditionally return a matrix. Here is the list of them: +., -., *., /., **.. Module: AngouriMath.FSharp.MatrixOperators.
  • There is also function asMatrix.
  • Now there are also operators less, greater, less or equal, greater or equal which create entities.
  • Functions det, inverse, adjugate added for matices.
  • Conjugate of a complex is now a property.
  • All node-creating functions now apply InnerSimplified automatically, unless explicitly specified otherwise.
  • Functions to compile expressions added.
C++ Wrapper:
  • Parsing, to string, latex, basic calculus, solvers, properties are exposed.
  • Visit the lab to see samples.
  • See the instructions how to get it, if you want to participate in the project or experiment with that.
Other:
  • Honk# is shipped with AngouriMath instead of FieldCache and a few other packages. Not only some internal functions of AM are rewritten in it, but AM adopts fluent style of using it natively, for example, by having API exposing Either (anonymous type union).
  • AngouriMath now multitargets netstandard2.1 (which does not require System.Memory dependency) and .NET Framework 4.7.2 (which also loads such dependencies as System.Numerics), so now it should be more convenient to use from legacy apps.


1.3-preview.4
Kernel functional and C#:
  • Implicit operators improved (one for BigInteger added).
  • An important bug related to determinant fixed (determinant, which works via Gaussian elimination, did not take into account the number of swaps performed by the algorithm).
  • Inverse and Adjugate are now properties. They do not throw exceptions. Instead, if they cannot be evaluated, a null is returned.
  • No matrix division allowed anymore.
F# and Interactive:
  • There are now matrix operators, which unconditionally return a matrix. Here is the list of them: |+, |-, |*, |/, |**. Module: AngouriMath.FSharp.MatrixOperators.
  • There is also function asMatrix.
C++ (experimental):
  • Visit the lab to see samples.
  • See the instructions how to get it, if you want to participate in the project or experiment with that.

1.3-preview.3
Kernel functional and C#:
  • Max term count increased by a lot. No power limit in the expansion algorithm.
  • Parentheses fixed in LaTeX for negative number cases (and negation sign).
  • A couple of bugs related to matrices fixed. ReducedRowEchelonForm and Rank added, GaussianEliminated replaced with RowEchelonForm (here we stick to the definition which implies that leading elements can differ from ones).
  • Piecewise now works correctly for cases when a node is applied to a whole piecewise.
F# and Interactive:
  • All modules are moved to the AngouriMath.FSharp namespace. For Interactive, there is now namespace Interactive. There is also no need to call magic commands to bind latex to rendering.
  • Overload for ** added as a power operator.
  • Interactive.AggressiveOperators module allows for arithmetic operators overloaded for a pair of object and object. The reason is to avoid using additional methods to parse an expression while performing some computations.

1.3-preview.2

Kernel functional and C#:

  • Upcasts added to compilation, as well as many overloads and extension methods.
  • Latexise does not produce "\times" anymore (nothing or \cdot instead). It also now produces correct code in case when a variable has an index (both variable and index are latexised properly).
  • Tensors completely reconsidered. No more vectors or tensors. There are only matrices. Moreover, operators now, instead of being elementwise, are now matrix-meaningful. A vector is considered a one-column matrix. A lot of methods of matrices are now exposed.
Wrappers
  • C++ wrapper (under development): parsing, to string, latex, basic calculus, solvers, properties are exposed.
  • F# wrapper significantly improved. Matrices, settings, intervals were added. Naming was reconsidered in favor of declarative programming. It also now has the same versioning as the kernel package.


1.3-preview.1

  • A few synonyms added for hyperbolic functions.
  • Greek and cyrillic latters are now parsable.
  • Limits improved.


1.2

1.2 brings us incredibly many features, completely reconsidering all patterns. Number of nodes was doubled, a lot of syntax related to solvers, building an expression tree, performance improved.

Not only that, we added AngouriMath.FSharp and AngouriMath.Interactive packages for working in F# and Jupyter respectively.

WARNING
1.2 is not backward compatible with 1.1.0.5.

We highly recommend reading this if you plan to migrate from 1.1.0.5 to 1.2, as tons of concepts from 1.1.0.5 were reconsidered and rewritten.


General structure

Now there's no operator's name. Moreover, there's no operator anymore. There are records for each separate logical action, be than a sum operator or sine function. They all are inside Entity's naming.

Active functions like renamed Differentiate, Integrate, and Limit now return an expression after InnerSimplified being applied. A lot of methods are now properties.

ToSymPy fixed, as well as many other bugs. Solvers and simplificators improved.

Math features

How the math of AM is improved.

Secant, Cosecant, Arcsecant, Arccosecant

Are now available as nodes with the obvious syntax and their synonyms.

Secant: sec(x)

Cosecant: cosec(x), csc(x)

Arcsecant: asec(x), arcsec(x)

Arccosecant: acsc(x), acosec(x), arccosec(x)


Hyberbolic trigonometric functions

All trigonometric functions (sin, cos, ..., arcsecant) now have their "-h" pair. For example, sinh, cosh, etc. They are not nodes, but they are parseable and available in AngouriMath.FSharp and AngouriMath.Interactive as well.

Abs and Signum and Phi nodes

Abs always returns a real non-negative number for a numerical argument. Signum always returns a complex number such that its absolute value is 1 for a numerical argument. One exception for signum is 0: for 0 it returns 0. Phi returns an integer (where Phi is the Euler's totient function).

Syntax for abs: abs(x), (|x|)

Syntax for signum: sgn(x), signum(x), sign(x)

Syntax for phi: phi(x)

Domains

Now every node is constrained within a domain. This init-get-only property is called Codomain. You can set this codomain for every node in a given expression. If a numerical value is outside of the codomain, Eval will return NaN, and Simplify would not take any additional actions, leaving node as it is.

Syntax: domain(x, ZZ), domain(x, QQ), ...

Note: since domain is not a node, it is true that domain(x, RR) = domain(domain(x, RR), RR)

Boolean algebra

Now there are many boolean operators added and they are nodes. Instead of Eval we now see EvalNumerical and EvalBoolean. Likewise, instead of Evaluable we see EvaluableNumerical and EvaluableBoolean.

Available operators and their syntaxes: not, or, xor, and, implies

Syntax of boolean constants: false, true

Equality and inequality nodes

Those return a Boolean when simplified. Inequality nodes result in NaN if evaluating on two numerical non-real values.

Syntax for equal, greater, less, greater or equal, less or equal: =, >, <, >=, <=

There's also compositional syntax separately for inequalities and inequalities, e. g. x < a < 4 <=> x < a and a < 4 and x = a = b <=> x = a and a = b. Although you cannot mix the two, that is, x < a = c is (x < a) = c (i. e. the fact whether x is less than a is equivalent to c)

Sets

Sets are now entities. There're FiniteSet (which you can iterate over), Interval (from one number to another one. Only reals are now supported), SpecialSet (something like domain. Its only parameter is of Domain type), ConditionalSet (for all values in its domain it is true if and only if the value satisfies the CSet's predicate).

Syntax for finite set: { 1, 2, 3 }

Syntax for interval: ('[' | '(') left ';' right (']' | ')'). So the square bracket means it's closed, the parenthesis means it's open. For example, [3; 5) means it is closed on the left end and open on the right one.

Syntax for SpecialSet: CC, RR, ZZ, QQ

Syntax for ConditionalSet: { x : predicate(x) } where predicate is a statement, e. g. { x | x > 0 and (y implies x = 0) }

The in statement allows to verify whether an element belongs to a set. E. g. 2 in { 2, 3 }

Limits improved

Added some patterns for non-defined expressions, for instance, the first and the second remarkable limits and a few more. L'Hopital's rule added as well.

Provided

Provided is a node, which turns into NaN if the predicate is false, turns into Expression if the predicate is true. For example, you may write 5 + (a provided b). As so, it remains unchanged, but if you subsisute true instead of b, you will get 5 + (a provided true) -> 5 + a. The whole expression will turn into NaN if any provided's predicate is false.

Exception: when a provided is in a finite set. Then, (a provided b) in A <=> (a in A) = b, that is, if a provided turns into undefined, it's excluded from the finite set.

Syntax: a provided b. It has the lowest priority, so a + b \/ c provided f and h = i is the same as (a + b \/ c) provided (f and h = i)

Piecewise

Piecewise-defined functions are finally added too. They allow you to define conditions under which different expressions will be substituted. For example, that is how we can define abs function for real x:

Entity abs = "piecewise(x provided x > 0, -x provided x <= 0)";
WriteLine(abs.Substitute("x", 3).EvalNumerical());
WriteLine(abs.Substitute("x", -3).EvalNumerical());

When a piecewise takes part in an expression, the expression will usually be expanded to piecewise, for example,

piecewise(a provided b, c provided d, ...) + 3
->
piecewise(a + 3 provided b, c + 3 provided d, ...)

IMPORTANT. The definition of AM's piecewise differs from the classical one. For the classical math one, piecewise turns into some case if this case's condition is true and all others are false. In AM's definition, piecewise turns into some case if this case's condition is true and all those *before* the considered case are false.

Syntax: piecewise(a provided b, c provided d, ...) if no otherwise case provided. piecewise(a provided b, c provided d, ..., e) for e as the otherwise case.



Industrial features

Features, related to industrial integration, production, researches. Usually, improved convenience or stability.

Ultimate exception class added

It is called AngouriMathBaseException, so that you can catch all exceptions thrown by AngouriMath by catching just one.

Performance improved

See Performance report

F# in AngouriMath

Now you can work with AngouriMath from F# without writing your own wrapper and work with AM's types directly. Check samples and readme to get more information

Interactive

Now you can work in Jypyter with expressions being rendered directly to the output. See samples and readme for more information

Multithreading

Some methods like Solve and Simplify might take up to infinitely much time. Now, you can kill hung tasks.

New settings

Now, you don't have to pass a lambda. Instead, use syntax

using var _ = MaxExpansionTermCount.Set(10);
// do what is needed
Set generates a disposable struct, which, when disposed, rolls back the setting at the end of the scope. It is not recommended to dispose it your own, just let runtime do its job. The As, Global, and RollBackToDefault are marked as obsolete and not recommended to use anymore.


1.2-preview.6 Multithreading, casts for numbers added. AngouriMathBaseException is now root of all AM's exceptions. FieldCache moved to alpha.3, which is strongly named

1.2-preview.5 Hyberbolic functions are now parsable, Phi node added, a few vulnerabilities fixed

1.2-preview.4 A few security issues fixed, a few simple rules added, sorter refactored, ToSymPy fixed, Arcsecant & Arccosecant

1.2-preview.3 Derive -> Differentiate, now all calculus functions apply InnerSimplified automatically, naive set solver, bugs fixed

1.2-preview.2 A lot of patterns for sets added, bugs fixed, extensions for integrate, limit added

1.2-preview.1 Sets, domains, booleans, signum and abs

1.1.0.5 Limits improved & some bugs fixed & nodes for limits, derivatives, integral

1.1.0.4-beta Limits & gamma & factorial

1.1.0.1 Bugs fixed + smart expansion + solver improved + EDecimal and EInteger instead of decimal and BigInteger

1.1.0 Added Numerix module, and this version is not compatible to all previous versions, migrate changes see in https://github.com/asc-community/AngouriMath/blob/master/CHANGELOG.md

1.0.20 Added Tensor, system of equations, polynom divisions, periodic roots for solvers, compilation boosted, simplification improved, LaTeX formatting improved, cache for compiled functions added, search boosted, tons of bugs fixed
























Angouri © 2019-2023 · Project's repo · Site's repo · Octicons · Transparency · 1534 pages online