Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Session-2/Assignments/Assignment-2A/Assignment 2A.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
"source": [
"def check_diag(array):\n",
" \"\"\"Return True if the matrix is diagonal\"\"\"\n",
" #define function to chweck if the matrix is diagonal\n",
" #define function to check if the matrix is diagonal\n",
" \n",
" #return True/False\n",
" return()"
Expand Down