Online Algebra Calculator
Many of users do not use powerful Maxima computer algebra system for systematic work, but for ad hoc algebraic calculations – equations, functions, matrixes, etc. only. To do this job, it is not useful to download the whole application from a web site.
Function: askinteger (<expr>, integer)
Function: askinteger (<expr>)
Function: askinteger (<expr>, even)
Function: askinteger (<expr>, odd) askinteger (<expr>, integer) attempts to determine from the assume database whether <expr> is an integer. askinteger prompts the user if it cannot tell otherwise, and attempt to install the information in the database if possible. askinteger (<expr>) is equivalent to askinteger (<expr>, integer).
askinteger (<expr>, even) and askinteger (<expr>, odd) likewise attempt to determine if <expr> is an even integer or odd integer, respectively.
(%o1) true (%i2)