Top "Computer-algebra-systems" questions

Introduction to computer algebra systems?

Does anybody know of any resources (books, classes, lecture notes, or anything) about the general theory of computer algebra systems (…

math symbolic-math computer-algebra-systems symbolic-computation
C# library for algebra simplification and solving

There are quite a few algebra solvers and simplifiers on the web (for example, the decent one at algebra.com). …

c# algebra symbolic-math computer-algebra-systems
Maxima: convert matrix to list

I convert list to matrix in Maxima in following way: DataL : [ [1,2], [2,4], [3,6], [4,8] ]; DataM: apply('matrix,DataL); How to do it the …

symbolic-math maxima computer-algebra-systems