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
Nothing even shows up on wxmaxima, it acts like it does not see this part of the code.
Any thoughts?