next up previous contents
Next: A few examples Up: Some xcas commands, with Previous: Scalar commands   Contents


Linear algebra.

Warning, in Mupad and Maple, you must activate the linalg package commands by export(linalg) (Mupad) or with(linalg); (Maple).

To run a command on all component of a vector or a matrix, the map command is used, e.g.
map(A,normal)
runs the normal command on all components of A.


next up previous contents
Next: A few examples Up: Some xcas commands, with Previous: Scalar commands   Contents
giac documentation written by Bernard Parisse