Advantix Calculator Overview
Advantix Calculator provides the following features:
2 and 3 Dimensional Graphs
Advantix Calculator provides a simple interface where the users can:
-
Graph one or more user defined real functions of one real variable in a
rectangular coordinate or polar coordinate.
-
Graph one or more sets of real (x,y) points in rectangular coordinate or
polar coordinate.
-
Graph one or more user defined real functions in parametric forms.
-
Graph a surface of an user defined real function of two real variables.
-
Graph a 2-D or 3-D Bar chart, Pie Chart or Line chart of one or more sets
of real numbers.
Back To Top Page
View Graph Interface
Real and Complex Mathematics
Advantix Calculator can be used as a powerful and easy-to-use scientific
calculator that supports all mathematical operations on real and complex
numbers (collectively known as scalar numbers). The following describes
some common calculations that can be performed by Advantix Calculator:
-
Add, subtract, multiply and divide real or complex numbers.
-
Define and evaluate an user defined scalar function.
-
Find the zero of a given user defined scalar function.
-
Compute the slope, derivative or integral of an user defined scalar function.
-
Determine the greatest common divisor and the least common multiple of
two integers.
-
Define and evaluate a scalar expression.
Back To Top Page
View Scalar Interface
Matrix & Vector Mathematics
The following describes some common mathematical operations on vectors
and matrices that can be performed by Advantix Calculator:
-
Add, subtract and multiply two matrices or two vectors.
-
Compute the inverse or determinant of a given square matrix.
-
Solve a system of linear equations.
-
Determine the transpose of a matrix.
-
Compute the conjugate of a matrix.
-
Compute the Euclidean norm of a vector.
-
Find the eigen polynomial (characteristic polynomial) of a given square
matrix.
-
Compute the interpolating polynomial that interpolates a set of (x,y) points
represented by a n x 2 matrix.
-
Compute the direct and inverse Fourier Tranform of a sequence of scalar
numbers represented by a vector.
-
Compute the dot product (also known as scalar product) of two vectors.
-
Compute the cross product of two 3-dimensional vectors.
-
Define and evaluate an user defined matrix transformation.
-
Define and evaluate a matrix expression.
Back To Top Page
View Matrix Interface
Polynomial Mathematics
The following describes some common mathematical operations on polynomials
that can be performed by Advantix Calculator:
-
Add, subtract, and multiply two polynomials.
-
Find the quotient (divide) or the remainder of two polynomials.
-
Define and evaluate an user defined polynomial function.
-
Find the zeroes of a polynomial.
-
Determine the factorization of a polynomial.
-
Compute the derivative or integral of a polynomial.
-
Find the eigen polynomial (or characteristic polynomial) of a given square
matrix.
-
Compute interpolating polynomial that interpolates a given set of (x,y)
points.
-
Determine the greatest common divisor or the least common multiple of two
polynomials.
-
Evaluate a polynomial pA(x) at some specific scalar value x, for example,
pA(2-i).
-
Define and evaluate an user defined polynomial transformation.
-
Define and evaluate a polynomial expression.
Back To Top Page
View Polynomial Interface
Rational Function Mathematics
The following describes some common mathematical operations on rational
functions that can be performed by Advantix Calculator:
-
Add, subtract, multiply and divide two rational functions.
-
Reduce a rational function to an irreducible rational function.
-
Define and evaluate an user defined rational function mapping.
-
Find the zeroes and poles of a rational function.
-
Compute the derivative of a rational function.
-
Evaluate a rational function rA(x) at some specific scalar value x, for
example, rA(2-i).
-
Define and evaluate a rational function expression.
Back To Top Page
View Rational Function Interface
Binary Mathematics
Advantix Calculator supports all common mathematical operations on integers
that are represented in one of the following bases: binary (base 2), octal
(base 8), decimal (base 10) or hexadecimal (base 16). The following describes
some mathematical operations that can be performed by Advantix Calculator:
-
Add ( + ), Subtract ( - ), Multiply ( * ), or Divide ( / ) two binary,
octal, decimal or hexadecimal numbers.
-
Perform the bitwise And ( & ), Or ( | ), Exclusive Or ( @ ) operation
on two binary, octal, decimal or hexadecimal numbers.
-
Perform the bitwise Not ( ! ), Shift Left ( << ) or Shift Right (
>> ) operation on a binary, octal, decimal or hexadecimal number.
-
Convert a number in one base to another base.
-
Define and evaluate an user defined binary function.
-
Define and evaluate a binary expression, octal expression, decimal expression
or hexadecimal expression.
Back To Top Page
View Binary Interface
Logic Mathematics
Advantix Calculator supports all common comparing and logical operations
on real numbers and Boolean values (True, False). The following describes
some common operations that can be performed by Advantix Calculator:
-
Compare two scalar (real) expressions (or real numbers) using the following
comparing operators: Equal , Not Equal, Smaller, Smaller Or Equal, Greater,
Greater Or Equal.
-
Perform the logical And, Or , Exclusive Or, Equivalent, Imply or Not operation
on Boolean values (True, False) or logic expressions.
-
Define and evaluate an user defined logic function.
-
Define and evaluate a logic expression.
Back To Top Page
View Logic Interface
User Defined Function Or Transformation
Advantix Calculator provides simple interface where the users can define
their own functions (or transformations) of one or more independent variables,
for example, F(x,y,z). The user defined functions, once they are defined,
can be used in any calculation.
Advantix Calculator categorizes user defined functions into six function
types based on their return values as following:
-
Scalar Function is a function that returns a scalar number.
-
Polynomial Function is a function that returns a polynomial.
-
Rational Function Transformation is a mapping (function) that returns a
rational function.
-
Matrix Function is a function that returns a matrix.
-
Logic Function is a function that returns a Boolean value (i.e., True or
False).
-
Binary Function is a function that returns a binary, octal, decimal or
hexadecimal number.
Back To Top Page
View User Defined Function Interface
Advantix Calculator Built-In Functions
Advantix Calculator provides the many standard (built-in) functions that
can be used in any calculation. Advantix Calculator provides the following
set of common functions:
-
Trigonometric Functions.
-
Hyperbolic Functions (such as sinh, cosh).
-
Exponential and Logarithmic Functions.
-
Common Calculus & Algebra Functions (such as Derivative, Integral,
Slope, Find Zero).
-
Special Functions (such as Gamma, Beta, Bessel).
-
Discrete Fourier Transform Functions.
-
Polynomial Functions.
-
Rational Functions.
-
Matrix and Vector Functions (such as Determinant, Inverse, Tranpose).
-
Statistical Functions (such as Mean, Variance, Deviation, Linear Regression).
-
Financial Functions (such as Present Value, Future Value, Loan Payment,
Interest Payment, Saving Deposit).
-
Number Base Conversion Functions (such as convert a number from one base
to another base).
Back To Top Page
View Built-In Interface
Equation Solver Interface
Users can use this interface to perform the following activites:
-
Solve all linear and non-linear equations of the form F(x)= 0 (i.e. find
zeroes of F(x)).
-
Select a solving method from three common algorithms: Bisection, Secant,
Newton.
-
Graph a function to determine the locations of its zeroes.
Back To Top Page
View Equation Solver Interface
Differentiation Interface
Users can use this interface to perform the following activites:
-
Compute the numerical and symbolic differentiation of an
user defined scalar function.
-
Compare numerical results from three common algorithms.
Back To Top Page
View Differentiation Interface
Integration Interface
Users can use this interface to perform the following activites:
-
Compute numerically the definite integral of an user defined scalar
function.
-
Compare numerical results from three common algorithms: Traperzoidal Rule,
Simpson Rule and Gaussian Quadratures.
-
Compute symbolically the integral of an user defined function.
-
Access to more than 200 common integration formulae where users can input
required formula parameters and obtain integration result. For example,
to compute the integral of F(x) = x^2*Sin(3*x)^3*cos(4*x)^5, users can
select the integration formula x^n*Sin(a*x)^m*Cos(b*x)^p and input values
for parameters n,m,p,a,b. In this example, n=2, m=3, p=5, a=3 and b=4.
Back To Top Page
View Integration Interface
Formula Interface
Users can use this interface to perform the following activites:
-
Define formula relations (i.e., mathematical relations between 2 or more
variables such as Miles = 0.6214*Kilometers).
-
Evaluate a user defined formula for an unknown variable (i.e., given Kilometers,
solve for Miles and vice versa).
-
User can use this interface to define and evaluate conversion formulea.
Back To Top Page
View Formula Interface
Last Update: 10/20/99
Copyright ©1999 by MathEduSoft - ALL RIGHTS RESERVED