Session 3.3 The Linear Algebra Package

> with(linalg):

Note the colon; this prevents Maple from listing all the functions in the package. Using a semi-colon will list the functions in the package.
Warning, new definition for norm

Warning, new definition for trace

> b:=array([[x,x],[y,y],[z,z]]);

 

Create a 3x2 matrix

[Maple Math]

>