04/23/2009, 10:15 PM
(This post was last modified: 04/23/2009, 10:20 PM by nuninho1980.)
andydude Wrote:dt := [seq([seq(if j==k then c^k else 0 endif, k=0..n)], j=0..n)];
I got messages "Error, invalid argument sequence" by "if" and "Error, invalid =" by "==". I tried it and I don't run it.
the "endif" isn't the syntax of "if" in maple because "endif" is variable but yes "end if".
you will correct these errors.

