DB48X-on-DM42 icon indicating copy to clipboard operation
DB48X-on-DM42 copied to clipboard

Parsing a program in an equation "works"

Open c3d opened this issue 1 year ago • 1 comments
trafficstars

Parsing a program or a list inside an equation gives a malformed equation.

c3d avatar Mar 29 '24 21:03 c3d

Per-se, it is not really a problem that we can add an array or a list (or for that matter a program) inside an algebraic object. For example, an expression like DET([[1 2 3][4 5 6][7 8 9]) might make sense.

At the moment, this does not work. We get an Unterminated error.

Also, the editor does not let us insert a space inside the brackets. Instead, we get a semi-colon.

c3d avatar Mar 31 '24 17:03 c3d