LabPlot/ComputationalNotebooks: Difference between revisions
(Created page with "LabPlot can be used as a frontend to different open-source computer algebra systems (CAS) like Maxima, Octave, R, Scilab, and Sage or programming languages providing similar c...") |
No edit summary |
||
Line 6: | Line 6: | ||
With this, powerful calculations carried out inside of different CAS environments can be combined with the user-friendly visualization and editing capabilities of LabPlot. | With this, powerful calculations carried out inside of different CAS environments can be combined with the user-friendly visualization and editing capabilities of LabPlot. | ||
See the video on how to use '''Computational Notebooks''' in LabPlot. | |||
{{#ev:youtube|8lDQStVDevw|800|center}} |
Revision as of 19:11, 16 June 2022
LabPlot can be used as a frontend to different open-source computer algebra systems (CAS) like Maxima, Octave, R, Scilab, and Sage or programming languages providing similar capabilities like Python and Julia. LabPlot recognizes different CAS variables holding array-like data and allows selecting them as a source for curves. So, instead of providing columns of a spreadsheet as the source for x- and y-data, the user provides the names of the corresponding CAS-variables. Currently supported CAS data containers are
- Maxima lists
- Python lists, tuples and NumPy arrays
- Julia vectors and tuples
With this, powerful calculations carried out inside of different CAS environments can be combined with the user-friendly visualization and editing capabilities of LabPlot.
See the video on how to use Computational Notebooks in LabPlot.