Question: evalm

Question:evalm

zippog 12 Maple
I have a problem with evalm. For example: A:=matrix([[1,2],[a,3]]); a:=5; evalm(A); There is still 'a' in the matrix and not 5 instead of a. Why? How should I do?
Please Wait...