We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae244e9 commit 6aa0057Copy full SHA for 6aa0057
README.md
@@ -1,16 +1,16 @@
1
-#Readme
+# Readme
2
3
-##Introduction
+## Introduction
4
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
+- Integration
+- Differentiation
+- Interpolation
+- Root finding
+- Polynomial generation
10
All these support diffrent algorithms and are flexibe
11
12
-##Instructions
13
--Copy the module to the location of your file
14
--Import the module as
+## Instructions
+- Copy the module to the location of your file
+- Import the module as
15
> import numerics as nm
16
-Follow the examples.ipynb and example.pdf on how to use the module
0 commit comments