Skip to content
Commit 66e41b69 authored by Alexander Semke's avatar Alexander Semke
Browse files

Extended the code to handle multiple result objects.

For CAS like Maxima the user input can contain multiple commands where separate results are calculated and retrieved, e.g. something like 2+2;5+5;.
Befor this change Cantor would add the two results to one single result graphic object which is wrong. Internally, maxima handles these results totally independently.
Every result has it's own %o label and we should treat this appropriately.

Maxima code was adjusted to handle multiple results. In future we should also add/show the different output labels %o to the graphic objects so it is clear to the user how to reference them.
Also, we need to check other systems like Sage, Octave etc. for whether they also produce multiple results for such multi-command entries.
parent 584410c3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment