Package com.singularsys.extexamples.consoles
package com.singularsys.extexamples.consoles
Interactive console applications for Jep extensions.
The main example is
ExtensionsConsole which illustrates most features.
Other applications illustrate one aspect of the extensions package and may be easier to follow.-
ClassDescriptionA console application illustrating the chained function features in the
com.singularsys.extensions.chainedpackage.Console with support for differentiation.Console illustrating most of the features of jep extensions.A console application which can work with a number of different fields.Decorator to convert all input numbers to complex numbers.Function to convert a number to a double.Decorator to convert rational and big decimal numbers.NumberFactory which creates rational numbers if possible otherwise doubles.Function to convert a number to a rational.Decorator to convert rational numbers to big decimals for input to a field which only supports big decimals.Describes the type of Field used.A console application illustrating the use of lambda functions in thecom.singularsys.extensions.lambdapackage.Simple console application where jep equations are input on the command line and the resulting xml is printed.Console with support for matrix operations.Console using the ReEval class rather than the RpEvaluator wrapper.Console using the ReEval class rather than the RpEvaluator wrapper.A console application illustrating the use of evaluation usingStreamsin thecom.singularsys.extensions.streampackage.A unbounded supplier of prime numbers, implemented as an Iterable.A console application illustrating the structured programming features in thecom.singularsys.extensions.structurepackage.A Console application show the symbolic capabilities of theXJep,PolynomialCreator, andExpressionCleanerincluding functions for simplification, expansion comparison and conversion to arrays of coefficients.