For Loop Trouble mistake in previous e mail



Sorry I sent an e-mail and a large part of it got cut off. It should have read.


I am trying to write a loop in maxima that will iterate i through values of 1 to 21, for each individual value of i the variable j is is iterated through values of 1 to 21. At every value of j the two are compared against each other and if i


for i:1 while i<=21 do(for j:1 while j<=21  do (if i


I get no result in wx maxima. Its like it does not even see the code.
Any thoughts?