Skip to content

Instantly share code, notes, and snippets.

@Observatorio-de-Matematica
Created January 19, 2024 16:00
Show Gist options
  • Save Observatorio-de-Matematica/1899d296af56d54a725c3aeb90de44d7 to your computer and use it in GitHub Desktop.
Save Observatorio-de-Matematica/1899d296af56d54a725c3aeb90de44d7 to your computer and use it in GitHub Desktop.
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [wxMaxima: input start ] */
solve([x^2+9*x+20.25=0], [x]);
/* [wxMaxima: input end ] */
/* [wxMaxima: input start ] */
solve([solve([x^2+9*x+12.25=0], [x])], [x]);
/* [wxMaxima: input end ] */
/* [wxMaxima: input start ] */
solve([x^2+9*x+12.25=0], [x]);
/* [wxMaxima: input end ] */
/* [wxMaxima: input start ] */
solve([x^2+9*x+10=0], [x]);
/* [wxMaxima: input end ] */
/* [wxMaxima: input start ] */
solve([x^2+9*x=0], [x]);
/* [wxMaxima: input end ] */
/* [wxMaxima: input start ] */
solve([x^2+5.5*x+7=0], [x]);
/* [wxMaxima: input end ] */
/* Maxima can't load/batch files which end with a comment! */
"Created with wxMaxima"$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment