Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Update Linear Algebra Readme (#1298)

Update formatting to better indicate matrix and vector sections
  • Loading branch information...
AgentEnder authored and cclauss committed Oct 7, 2019
1 parent 06d7361 commit 3a06aba66a0a4265077979c6ad9aad923deb3023
Showing with 4 additions and 2 deletions.
  1. +4 −2 linear_algebra/README.md
@@ -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:**
@@ -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:**

0 comments on commit 3a06aba

Please sign in to comment.
You can’t perform that action at this time.