mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-30 16:31:08 +00:00
Update Linear Algebra Readme (#1298)
Update formatting to better indicate matrix and vector sections
This commit is contained in:
parent
06d736199b
commit
3a06aba66a
|
@ -6,7 +6,8 @@ This module contains some useful classes and functions for dealing with linear a
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
- class Vector
|
### class Vector
|
||||||
|
-
|
||||||
- This class represents a vector of arbitray size and operations on it.
|
- This class represents a vector of arbitray size and operations on it.
|
||||||
|
|
||||||
**Overview about the methods:**
|
**Overview about the methods:**
|
||||||
|
@ -32,7 +33,8 @@ This module contains some useful classes and functions for dealing with linear a
|
||||||
- function randomVector(N,a,b)
|
- function randomVector(N,a,b)
|
||||||
- returns a random vector of size N, with random integer components between 'a' and 'b'.
|
- returns a random vector of size N, with random integer components between 'a' and 'b'.
|
||||||
|
|
||||||
- class Matrix
|
### class Matrix
|
||||||
|
-
|
||||||
- This class represents a matrix of arbitrary size and operations on it.
|
- This class represents a matrix of arbitrary size and operations on it.
|
||||||
|
|
||||||
**Overview about the methods:**
|
**Overview about the methods:**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user