Metadata-Version: 2.1
Name: Nal-sys
Version: 0.0.1
Summary: This is a libery for numerical anlysis, most common tools for the Bachlor program in physics.
Home-page: UNKNOWN
Author: Andreas Evensen
Author-email: Andreas.evensen11@gmail.com
License: MIT
Keywords: Numerical Anlysis
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown

This package is an ungoing development from Andreas Evensen, a student at Lund University. Package contain numerical-anlysis tools that were used through the bachelor program of physics, at mention University. Mainly the Anlysis-tools are simple but effecivtive, some use brut force to compute.

## Installation
```
$ pip install Numerical_Anlysis_Lund
´´´

## License
MIT

## Usage
´´´
import nal_sys as nal
mylist=[1,2,3,2]
nal.peaks(mylist)
===> (3), (4)
```

