Skip to content
Merged
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
6 changes: 4 additions & 2 deletions linear_algebra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ This module contains some useful classes and functions for dealing with linear a

## Overview

- class Vector
### class Vector
-
- This class represents a vector of arbitray size and operations on it.

**Overview about the methods:**
Expand All @@ -32,7 +33,8 @@ This module contains some useful classes and functions for dealing with linear a
- function randomVector(N,a,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.

**Overview about the methods:**
Expand Down