Coder Social home page Coder Social logo

anhnguyendepocen / advancedmath Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nicoguaro/advancedmath

0.0 0.0 0.0 56.63 MB

This is a repository with material for the course Advanced Mathematics for Engineers

License: MIT License

Jupyter Notebook 88.94% CSS 0.81% HTML 10.03% Python 0.22%

advancedmath's Introduction

Advanced Mathematics for Engineers

Binder

This is a repository with material for the course Advanced Mathematics for Engineers. The program of the course is located here. A commented list of references can be found here.

Contents

Downloading the Tutorial Materials

You can clone the repo using:

git clone https://github.com/nicoguaro/AdvancedMath

or directly use the download option from GitHub.

Installation Instructions

To display the slides a browser is needed. They have been tested in Mozilla Firefox and Google Chrome, but any modern browser should work.

You can create an Anaconda environment using

conda env create -f environment.yml

This repository includes Jupyter Notebooks. To run these you will need Python and some packages:

  • IPython, a command shell for interactive computing in multiple programming languages that offers introspection, rich media, shell syntax, tab completion, and history.

  • NumPy, an extension to the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large library of high-level mathematical functions to operate on these arrays.

  • SciPy, an open source Python library used for scientific computing and technical computing.

  • matplotlib, a plotting library for the Python programming language and its numerical mathematics extension NumPy.

and the Computer Algebra System (CAS) Sympy. The suggested method is to download a Python Distribution, preferably Anaconda. This will include all the packages mentioned above.

For instruction on how to compile the source codes into the html files see the following section.

Slides

The slides for some lectures are in the folder Slides as .html files. They were written as Markdown (.md) files, and compiled with pandoc using

 pandoc -t slidy --css style.css -s slides.md -o slides.html

or

 pandoc -t slidy --css style.css --mathjax -s slides.md -o slides.html

to use MathJax to render the equations.

License

All code is under MIT license and media under Creative Commons Attribute.

The content of this reposirtory is licensed under the Creative Commons Attribution 4.0 license, and the source code that accompany the content is licensed under the MIT license.

advancedmath's People

Contributors

nicoguaro avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.