Maxima/Outputs and warnings

  • ratprint : false; /* remove "rat :replaced " */
  • using $ instead of ; at the end of the line ( not inside function where , ends the line )
  • return from the function
  • "warning: encountered undefined variable ... in translation." This is warning from compile when function uses global variable without using in in tha arguments list. You have to include the variables in the function's list