R-based solution for symbolic differentiation. It admits user-defined function as well as function substitution in arguments of functions to be differentiated. Some symbolic simplification is part of the work.
R-based solution for symbolic differentiation. It admits user-defined function as well as function substitution in arguments of functions to be differentiated. Some symbolic simplification is part of the work.
To install R-Deriv, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install R-Deriv
To see what files were installed by R-Deriv, run:
port contents R-Deriv
To later upgrade R-Deriv, run:
sudo port selfupdate && sudo port upgrade R-Deriv
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.