Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 04a0845

Browse files
tianyizheng02poyea
andauthoredOct 19, 2021
Update linear_algebra/README.md
Co-authored-by: John Law <[email protected]>
1 parent 3756b2f commit 04a0845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎linear_algebra/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This module contains classes and functions for doing linear algebra.
1717
- \_\_str\_\_() : toString method
1818
- component(i : int): gets the i-th component (start by 0)
1919
- \_\_len\_\_() : gets the size / length of the vector (number of components)
20-
- euclidean_length() : returns the eulidean length of the vector.
20+
- euclidean_length() : returns the eulidean length of the vector
2121
- operator + : vector addition
2222
- operator - : vector subtraction
2323
- operator * : scalar multiplication and dot product

0 commit comments

Comments
 (0)
Please sign in to comment.