07: Remove unneeded random matrix and vector
This commit is contained in:
@ -109,14 +109,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"import numpy as np\n",
|
"import numpy as np"
|
||||||
"\n",
|
|
||||||
"# We'll generate a random matrix, but for now we're unsure whether it results in a\n",
|
|
||||||
"# solvable system.\n",
|
|
||||||
"n = 6\n",
|
|
||||||
"A = 7*(np.random.rand(n,n) - .5)\n",
|
|
||||||
"b = 13*(np.random.rand(n) - .5)\n",
|
|
||||||
"A"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user