Skip to content

Commit 6aa0057

Browse files
authored
Update README.md
1 parent ae244e9 commit 6aa0057

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
#Readme
1+
# Readme
22

3-
##Introduction
3+
## Introduction
44
This is a basic python module for beginners whch demonstartes different numerical techniques which include:
5-
-Integration
6-
-Differentiation
7-
-Interpolation
8-
-Root finding
9-
-Polynomial generation
5+
- Integration
6+
- Differentiation
7+
- Interpolation
8+
- Root finding
9+
- Polynomial generation
1010
All these support diffrent algorithms and are flexibe
1111

12-
##Instructions
13-
-Copy the module to the location of your file
14-
-Import the module as
12+
## Instructions
13+
- Copy the module to the location of your file
14+
- Import the module as
1515
> import numerics as nm
1616
-Follow the examples.ipynb and example.pdf on how to use the module

0 commit comments

Comments
 (0)