Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
gitignore conflict
  • Loading branch information
jet08013 committed Jul 9, 2018
2 parents 6e4e432 + 9375282 commit f6b31c6
Show file tree
Hide file tree
Showing 26 changed files with 2,022 additions and 1,784 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -19,7 +19,7 @@
# these rules might exclude image files for figures etc.
# *.ps
# *.eps
*.pdf
#*.pdf

## Generated if empty string is given at "Please type another file name for output:"
#*.pdf
Expand Down Expand Up @@ -250,3 +250,4 @@ TSWLatexianTemp*

# emacs
*~
\#*\#
6 changes: 6 additions & 0 deletions README.md
@@ -1,2 +1,8 @@
# Talks
Repository for development of talks

|Directory | Contents |
|---|---|
|ctnt2018 | [ECM Method @ Connecticut Number Theory Week, June, 2018](ctnt2018/ctnt2018.pdf) |
|graphE | [Random Walk methods @ JAX working group on graph embedding, July 2018](graphE/graphE.pdf)|

21 changes: 17 additions & 4 deletions ctnt2018/CTNT ECM Example.ipynb
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -77,10 +77,23 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": []
"outputs": [
{
"data": {
"text/plain": [
"5529373746539492451469451709955220061537996975706118061624681552800446063738635599565773930892108210210778168305399196915314944498011438291393118209"
]
},
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"(2**512+1)//2424833"
]
},
{
"cell_type": "code",
Expand Down
26 changes: 23 additions & 3 deletions ctnt2018/PminusOneMethod.ipynb
Expand Up @@ -129,12 +129,32 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 20,
"metadata": {},
"outputs": [],
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"189001559038533300097388655917426122707\n"
]
},
{
"data": {
"text/plain": [
"(1,\n",
" 3112174408228168112550962732800696651,\n",
" -1728581532088651726610480563918521808)"
]
},
"execution_count": 20,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"N=2**128+1\n",
"T=mexp(3,factorial(10000),N)-1\n",
"T=mexp(3,factorial(500),N)-1\n",
"print(T)\n",
"euclid(T,N)"
]
Expand Down
1,402 changes: 0 additions & 1,402 deletions ctnt2018/Untitled.ipynb

This file was deleted.

0 comments on commit f6b31c6

Please sign in to comment.