implement spn algebra template

This commit is contained in:
2024-08-12 12:46:34 -05:00
parent 347e75a13a
commit fd7d8dd0c7
5 changed files with 14682 additions and 115 deletions

View File

@@ -6,25 +6,25 @@
"metadata": {
"collapsed": true,
"ExecuteTime": {
"end_time": "2024-08-02T22:22:16.261963Z",
"start_time": "2024-08-02T22:22:15.861856Z"
"end_time": "2024-08-11T22:25:25.992246Z",
"start_time": "2024-08-11T22:25:25.829841Z"
}
},
"source": "from src.models import SubstitutionKey\n",
"outputs": [],
"execution_count": 2
"execution_count": 1
},
{
"metadata": {
"ExecuteTime": {
"end_time": "2024-08-02T22:22:16.442689Z",
"start_time": "2024-08-02T22:22:16.434147Z"
"end_time": "2024-08-11T22:25:26.228563Z",
"start_time": "2024-08-11T22:25:25.993216Z"
}
},
"cell_type": "code",
"source": [
"width = 7\n",
"height = 10\n",
"width = 70\n",
"height = 100\n",
"s1 = SubstitutionKey.init_matrix(width, height)\n",
"s2 = SubstitutionKey.init_matrix(width, height)\n",
"s3 = SubstitutionKey.init_matrix(width, height)\n",
@@ -57,7 +57,7 @@
],
"id": "58883d386ec57cc4",
"outputs": [],
"execution_count": 3
"execution_count": 2
},
{
"metadata": {},