List of calculations applicable to an algebraic expression

Calculus in processing ... please wait
Return the list of calculations that can be done on an algebraic expression.
  • Calculations with fractions: see_possible_calculations(`5/7`)
  • Calculations with fonctions: see_possible_calculations(`2*x^2+3*x+x+x^2`)
  • Calculations with complex numbers: see_possible_calculations(`5+i+(4+i)^2`)
  • Calculations with matrices: see_possible_calculations(`[[3;4];[2;1]]`)
  • Calculations with vectors: see_possible_calculations(`[3;2;1]`)
  • Calculations with integers: see_possible_calculations(`45`)

List of calculations applicable to an algebraic expression

Return the list of calculations that can be done on an algebraic expression.


Calculations applicable to an algebraic expression

This function returns the list of calculations that can be applied to an algebraic expression, by entering `4/5`, it is for example possible to obtain the list of calculations that can be applied to the fraction `4/5`, calculation of the numerator, denominator, ...
By entering the expression `x^2-x-1`, it is possible to obtain the list of calculations that can be done on the polynomial function `x^2-x-1` : calculation of the derivative, of a primitive, of the discriminant, of the roots, ...

Syntax :

see_possible_calculations(expression)


Examples :

  • Calculations with fractions: see_possible_calculations(`5/7`)
  • Calculations with fonctions: see_possible_calculations(`2*x^2+3*x+x+x^2`)
  • Calculations with complex numbers: see_possible_calculations(`5+i+(4+i)^2`)
  • Calculations with matrices: see_possible_calculations(`[[3;4];[2;1]]`)
  • Calculations with vectors: see_possible_calculations(`[3;2;1]`)
  • Calculations with integers: see_possible_calculations(`45`)

See also
List of related calculators :