Menu

Custom Function

This feature allow you to define you own functions.

Examples:

Hypot(x,y) = x^2+y^2
Hypot(x,y) = x^2+y^2
CircleArea(r) = Pi * r^2
CircleArea(r) = Pi * r^2

Steps

Example:

Define a ConeVolume function that calculates the volume of a cone

Volume-of-a-Cone

Source: MathWorks

  1. Enter expression with parameters:

    Enter expression with parameters
  2. Tap and hold the input, the context menu is displayed. Select Create your custom function item

    the context menu is displayed
  3. The function information is displayed

    The function information
  4. Enter function name: ConeVolume, you can choose another name. Then tap Save button

    Enter function name: `ConeVolume`

    The expression field uses Symja syntax, see Programming

  5. List of defined functions is displayed. Tap Back button to back to calculator screen

    List of defined functions
  6. Press AC to clear screen, then open function menu by pressing SHIFT 6 (func)

    pressing `SHIFT` `6`
  7. Select ConeVolume that had recently defined

    Select `ConeVolume`
  8. Fill out the function parameters. Example radius=a=2.5 and height=b=3 Fill out the function parameters

    Example `radius=a=2.5` and `height=b=3`

Updated Thu 7 Dec 2023

Feedback
Tell us anything that can be improved