Giter Club home page Giter Club logo

calcproject's Introduction

GT Calc 3 Linear Algebra project

Georgia Tech Calculus 3 project, by Brian Murphy, Justin Joe, and Yen Huang

This project comprises the submission for a Calculus assignment, and I suppose I'll leave it up as a demo of sorts, or a reference, should future students want an example to view.

Part one : Matrix factorization with the Hilbert matrix.

Brian Murphy

In the package HilbertMatrix are several procedures that factorize matrices as A = LU and A = QR. The QR factorization procedures for both the Householder algorithm and the Givens algorithm were implemented. These procedures can be run from the command line (see the Readme file for part one), or can be called by other java code.

In order to use the factorization procedures from other java code, parse your matrix into a two dimensional array of doubles, where each array represents a row, and call LUFactorization.lu_fact() or the equivalents for the QRFactorization class on that matrix. This will return a corresponding LUFactorization or QRFactorization Object, which can be passed to either solve_lu_b() or solve_qr_b() in the HilbertOps class, respectively. When you call either of these methods, submit with your matrix a vector b, in the form of an array of doubles. These solving methods will return a vector x, where LUx = b, or QRx = b.

calcproject's People

Contributors

brian-murphy avatar edmswim avatar jjoe8 avatar

Watchers

 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.