Skip to content

Update Linear Algebra Readme #1298

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 7, 2019
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