API Reference exun v0.5.0

Modules

Symbolic Math for Elixir, with Units support

Collect Math expression, try to simplify

Derivate expressions

Compares two expressions

Function management. @base and @compound are the definitions of external functions.

Try to integrate function

Isolation module. Try to isolate an ast from other AST.

Exun is intense in tuple management and recursion. This module is a try to buil tuple's element in parallel using Task. The macro mp is responsible for that.

Simple transformation of a tree

Manage symbolic matrices, simple operations as add, rest, mult and divi; and calculate eigenvalues; could be interesting for solve n-polynomies.

Match ASTs. Functions umatch and match try to match patter with a real expression. Rules for matching, by example

Simplify expressions

Parses a tree and transform to string in User Readable form

Handle Units, converts, sum, multiply, transform to SI and factorize

Mix Tasks