Skip to content

llaniewski/polyAlgebra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

polyAlg - Algebra of multivariative polynomials for R

Build Status

Algebra of functions which looks like:

3 * x^2 * y^1 + 5 * z

And lot of other neat stuff.

Example:

x = PV("x")
y = PV("y")
z = x^3+y+x*y
C(z) # prints z in C style

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages