Hi,
the auto-loading of share packages is very useful, but every time a
package is loaded automatically (max_ext.lisp), a warning is shown
telling you that a new function has been redefined when in fact
that function does not exist in the core of Maxima.
Those warnings can become really annoying; for example, you get 105
lines of warnings just by computing a simple matrix trace:
mat_trace(matrix([1,2],[3,4]));
does anybody know how to get rid of those warnings? I remember
than in older versions of Maxima eigenvectors use to show similar
warnings but in the latest version it does not do it.
Regards,
Jaime