Skip to content

Commit dbed3c9

Browse files
committed
Minox fix to text
1 parent d451fd1 commit dbed3c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

numpy/linear-algebra/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Linear algebra
22

33
1. Construct two symmetric 2x2 matrices **A** and **B**.
4-
*Hint: a symmetric matrix can be constructed easily as
5-
**Asym** = **A** + **A**^T*
4+
*Hint: a symmetric matrix can be constructed easily from a square matrix
5+
as **Asym** = **A** + **A**^T*
66
2. Calculate the matrix product **C** = **A** * **B** using `numpy.dot()`.
77
3. Calculate the eigenvalues of matrix **C** with `numpy.linalg.eigvals()`.

0 commit comments

Comments
 (0)