One of Maxima's most useful features is that virtually everything is a list. This makes it possible to grab sub-expressions using Maxima's part function. Wrapping this function would provide a similar level of convenience to the array indexing issue #26, but in the use case of splitting and manipulating parts of an expression separately before recombining.
One of Maxima's most useful features is that virtually everything is a list. This makes it possible to grab sub-expressions using Maxima's part function. Wrapping this function would provide a similar level of convenience to the array indexing issue #26, but in the use case of splitting and manipulating parts of an expression separately before recombining.