The assistant dialogs

There are several assistant dialogs implemented in Cantor to alleviate some basic operations.

These dialogs can be accessed using the main menu items. Each backend has its own assistant dialogs.

The Create Matrix dialog

Screenshot of the Cantor matrix creation dialog

This dialog can be used to input matrices. You can define matrix dimensions and its elements.

It is possible to navigate between cells quickly during input using the Tab key.

Matrix operation dialog

Screenshot of the Cantor matrix input dialog

This dialog allows entering name of the matrix to compute its eigenvectors, eigenvalues or invert matrix. The default value (%) is used to refer to the previous result of calculation or input.

Differentiation dialog

Screenshot of the Cantor differentiation dialog

This dialog allows entering expression of the function to differentiate, the name of the variable and the order of derivative.

Integration dialog

Screenshot of the Cantor integration dialog

This dialog allows entering expression of the function to integrate, the name of the variable and the limits of integration (for the definite integral).

Solve equations dialog

Screenshot of the Cantor solve equation dialog

This dialog allows entering equations to solve (each equation in a separate line) and the variables to determine (separated by the comma).

Package import dialog

Screenshot of the Cantor package import dialog

This dialog allows entering name of the package to import (e.g. numpy for Python).

Plot dialog

Screenshot of the Cantor plot dialog (Functions tab)

The options of this dialog are separated into two groups using tabs. The Functions tab allows entering functions to plot.

To enter new function click on the Add. Double-click on the Title cell and enter the title, then double-click on the Expression cell and enter the function expression.

Screenshot of the Cantor plot dialog (Options tab)

The Options tab is used to define plot and legend options. You can fine-tune almost every plot option to obtain the pleasant look of your figure.

Plot 2D dialog

Screenshot of the Cantor plot 2D dialog

This dialog allows entering expression of the function, its variable and the limits for this variable.

Plot 3D dialog

Screenshot of the Cantor plot 3D dialog

This dialog allows entering expression of the function, its variables and the limits for each variable.