Git Product home page Git Product logo

matrix-calculator's Introduction

Matrix-Calculator-

This is a matrix calculator application based on Java. It can be used to solve several linear algebra problems

Problems it could solve now

  • Matrix addition and subtraction
  • Matrix multiplication
  • Get the Row Echelon Form and Reduced Row Echelon Form from a given matrix
  • Matrix solving, Ax = b
  • Determinant
  • Markov Matrix ( which will be a subclass of Matrix.java, inheriting all of its basic method and has its own unique methods)

More feautures

  • The inverse of of a given matrix
  • Eigenvalues of a matrix ( 2 by 2 only )

Requirement

  • Users must have the jdk in their computers. That is the only requirement.

Usage

  1. Download the file "Matrix-Calculator-Pro.jar"
  2. At this same direcotory, create a .exe/.bat/.sh file, click to edit it, paste the following line:
" java --module-path "Your jdk \lib location" --add-modules javafx.controls,javafx.fxml,java.desktop -jar Matrix-Calculator-Pro.jar" 

JUnit Test

  • I provide a JUnit test to test the functionality of this matrix calculator. Feel free to comment under this repository if you think my tests are not comprehensive enough and more edge cases are needed.

More information

For more information on how to run it, this youtube video may help https://www.youtube.com/watch?v=HGHu-SzL-5E&feature=youtu.be
Really appreciate the help of the contributor of that video!

matrix-calculator's People

Contributors

jackyxu-cool avatar

Watchers

James Cloos avatar  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.