Giter VIP home page Giter VIP logo

numerical_linear_algebra's Introduction

Julia code for the book Numerical Linear Algebra

Build Status

To use this code, please download and install Julia from julialang.org/downloads.

Julia installation

Step 1: if you have installed Julia on your computer, you can download this repository using the green Clone or download button above. Once you have Julia installed, you can run all the Julia codes in this repository (files with extension .jl).

To run the Julia notebooks (files with extension .ipynb), you need to install IJulia and Jupyter.

Step 2: IJulia is a Julia package. To install it, start the Julia application. At the julia> prompt, type:

using Pkg
Pkg.add("IJulia")

See IJulia for more detailed instructions.

Step 3: Install Jupyter following these instructions.

Step 4: type jupyter notebook in a terminal window. Make sure you are in the directory containing your notebook. You should be able to open the notebook from the jupyter window inside your web browser.

You can run the example notebook Demo.ipynb contained in this repository. After opening Demo.ipynb, wait for the kernel to be ready (check the top right corner of the window), then click on Cell -> Run All to update the plot. You may have to change the Julia kernel to match the one that is installed. Click on Kernel -> change kernel for this.

Read the notebook. You should see a plot at the end.

You are now ready to go!

numerical_linear_algebra's People

Contributors

ericdarve 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.