Multidimensional Chains Of Recurrences
Java MCR Engine Demo
Computer Algebra Group, Moscow State University
Symbolic Computation Group, University of Waterloo
Here you can compare our Java MCR Engine and the standard
evaluation approach. The standard approach simply computes the value of the function
at each point from scratch.
Please select a function and a grid and then press any Run button. You will see
results of evaluation of your chosen example for both the standard evaluator and
the Java MCR Engine
The total time for the MCR Engine calculation is broken
down into its two interesting components -
chain construction time and chain interpretation time.
Performance Index shows how many times our Java MCR Engine is faster than
standard evaluator.