CALC-www

Enter equations for CALC-WWW to analyze

Example: A=SIND(30) ; B=(a/30) * exp(3)
Hints:
  • If you want to analyze several equations, seperate them with semi-colons ( ; )
  • Operators include + , -, /, *, ** and ^ for exponentiaton, % for mod
  • Trigonometric functions: SIND(45) (where xxxD for degrees, xxxR for radians)
  • Example of user function: FX(X)=exp(x)/(x**2)
  • Example of variable definition: V3=FX(10)
  • /DERIV FX compute deivative and save as FX'
  • /SIMPLIFY FX' to simplify FX' (and save as FX'_S)
  • ( { or { parenthesis can be used interchangeably
  • Commas can be used in numbers
  • For further description, enter HELP in the "equation" box above
  • Single Equation Examples: ( user input , Output from CALC )


    Back to the CALC-www page