gnu-octave / symbolic

A Symbolic Package for Octave using SymPy
https://octave.sourceforge.io/symbolic/
GNU General Public License v3.0
151 stars 36 forks source link

@sym/piecewise: Add new function. #1214

Closed alexvong243f closed 2 years ago

alexvong243f commented 2 years ago

Fixes #582.

alexvong243f commented 2 years ago

This should mostly work except when running into SMT compat issues.

The test suite still needs to be expanded, such as to include tests for SMT compat, matrix inputs, ... and so on.

alexvong243f commented 2 years ago

Made a small change to remove redundant import, should be good to merge