add and fix some
This commit is contained in:
41
notes/4.ipynb
Normal file
41
notes/4.ipynb
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"id": "db67ff8c",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": []
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "6e4ebb4e",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"# Eigen\n",
|
||||
"\n",
|
||||
"$$Ax = \\lambda x$$\n",
|
||||
"\n",
|
||||
"$$(A-\\lambda I) x = 0$$\n",
|
||||
"\n",
|
||||
"$$\\lambda$$"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"id": "2a5a8e9b",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": []
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
"language_info": {
|
||||
"name": "python"
|
||||
}
|
||||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 5
|
||||
}
|
||||
Reference in New Issue
Block a user