Problem I just wrote my first Swift program! It is a little computer algebra test that computes the nth derivative […]
Tag: symbolic-math
Computer Algebra System implementation
Problem I have got it working in a way so that there is one superclass, MathObject. In this implementation there […]
Expression tree in Haskell with support for differentiation
Problem A simple binary expression tree in Haskell without operator precedence and without parentheses. Any comments would be much appreciated. […]