Skip to content

Commit

Permalink
maxima why there are infinitely many primes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlawrenceaspden committed Nov 25, 2014
1 parent 7860ddc commit 2e2ae3e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions infinite_primes.wxm
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 13.04.2 ] */

/* [wxMaxima: input start ] */
a:4;
/* [wxMaxima: input end ] */

/* [wxMaxima: input start ] */
a!;
/* [wxMaxima: input end ] */

/* [wxMaxima: input start ] */
a!+1;
/* [wxMaxima: input end ] */

/* [wxMaxima: input start ] */
factor(a!+1);
/* [wxMaxima: input end ] */

/* Maxima can't load/batch files which end with a comment! */
"Created with wxMaxima"$

0 comments on commit 2e2ae3e

Please sign in to comment.