Li Zhinan

10 Reputation

One Badge

8 years, 120 days

MaplePrimes Activity


These are questions asked by Li Zhinan

Use the command 'matrix' to define a matrix, and how to call the first row elements of the matrix?

This method

a:=matrix([[1,2,3],[4,5,6],[7,8,9]]);

a[1..2,-2..-1], does not work? Why?

Page 1 of 1