Previous Up Next

5.47.11  Image of a linear function: image

The image command finds a basis for the image of a linear function.

Example.

Input:

image([[1,1,2],[2,1,3],[3,1,4]])

Output:



−101
0−1−2



Previous Up Next