Discovered one problem I had with maxima

I found that when I passed a string (passed from another function – but I don’t know if that matters) to printf using ~a, I got an error, but if I put the string inside a “string(…) function it worked. This may have been what was causing the trouble I had with arrays. I was doing both in the same place – using such strings and 2D arrays.

Bookmark the permalink.

Leave a Reply