Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lecopivo/scientific-computing-lean

work in progress book on Scientific Computing in Lean
https://github.com/lecopivo/scientific-computing-lean

Last synced: 4 months ago
JSON representation

work in progress book on Scientific Computing in Lean

Awesome Lists containing this project

README

        

# Scientific Computing in Lean

Working in progress book [Scientific Computing in Lean](https://lecopivo.github.io/scientific-computing-lean/).

To try the code download and build SciLean with:
```
git clone https://github.com/lecopivo/SciLean
cd SciLean
lake build
```
Most of the code in the book is in the `test/ScientificComputingInLean` directory.

## Acknowledgement

This book is modified version of [Functional Programming in Lean](https://github.com/leanprover/fp-lean)