Skip to content

Commit b91bc75

Browse files
committed
fix plot2 at physics lab2
1 parent 56f348e commit b91bc75

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

physics/sem3/lab2/calc.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@
706706
},
707707
{
708708
"cell_type": "code",
709-
"execution_count": 63,
709+
"execution_count": null,
710710
"id": "5900b572",
711711
"metadata": {},
712712
"outputs": [
@@ -739,7 +739,7 @@
739739
"# linear\n",
740740
"plt.plot(\n",
741741
" [0, x_max],\n",
742-
" [0, y_max],\n",
742+
" [A, y_max],\n",
743743
" color =\"#6263c1\",\n",
744744
" \n",
745745
" label='Метод наименьших квадратов'\n",

physics/sem3/lab2/plot2.png

-1.02 KB
Loading

physics/sem3/lab2/report.odt

-1.03 KB
Binary file not shown.

physics/sem3/lab2/report.pdf

-380 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)