gnu-octave / symbolic

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

ztrans: Add new function. #1121

Closed alexvong243f closed 2 years ago

alexvong243f commented 2 years ago

This PR includes the commit from PR #1120. We need it in order to pass the tests.

BobKruse commented 2 years ago

Thanks Alex

cbm755 commented 2 years ago

Very cool! This works better than I would've expected!

Very thorough test set.

The docs have a @seealso to a function that is not yet implemented. I'll file another issue to comment that out before 3.0.0

alexvong243f commented 2 years ago

Great! iztrans will be the next target. But I'm getting busy so it'll probably take longer. (Also, it's a harder problem to solve.)