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

subs: use make_matrix_or_array and use 2-d indexing #1227

Closed cbm755 closed 1 year ago

cbm755 commented 2 years ago

Fixes Issue #1226. Related to Issue #1222.

This makes test @sym/and, or, etc pass.