Assume Command

From GeoGebra Manual
Revision as of 11:53, 19 March 2019 by Mathmum (talk | contribs) (better formatting of examples)
Jump to: navigation, search


CAS Syntax

Assume( <Condition>, <Expression> )
Evaluates the expression according to the condition
Examples:
  • Assume(a > 0, Integral(exp(-a x), 0, infinity)) yields 1 / a.
  • Assume(x>0 && n>0, Solve(log(n^2*(x/n)^lg(x))=log(x^2), x)) yields {x = 100, x = n}



Note: See also Solve Command.
© 2024 International GeoGebra Institute