Coder Social home page Coder Social logo

matrix's Introduction

Matrix.java
V 1.3
By Stewart Bracken

Description:
		 Matrix.java is a command line java program that brings
	    a rectangular matrix of arbitrary size to it's unique
		 reduced row echelon form using gaussian elimination.
		
Usage:
   java -jar matrix [-h | -e | -s] [InputFile]
   -h brings up this help panel.
   -e puts the input matrix into row echelon form, NOT reduced
      row echelon form. Keep in mind row echelon form is a
      non-unique form of a matrix, and may vary by the particular
      algorithm one uses. On the other hand, reduced row echelon
      form is unique, and every matrix has one.
   -s shows every step taken to reduce a matrix.

[InputFile]
      is a text file that consists of a rectangular matrix of
      integers of arbitrary size in which each integer is separated
      by a space and each row is separated by a line break. The input file
		must have correct formatting or unknown things will happen during
		this program's operation.

Future releases may include:
 * Check for validity of input matrix
 * Solving the matrix (depreciated)
 * output to a text file (you can always > yourself).
 * Vectors
 * Checking for consistency of a system.
 * Non/Homogoneous systems
 * Stuff I pick up in my linear algebra class.
 * ability to input fractions or decimals.


Fraction.java - By Diane Kramer, modified by Stewart Bracken. All original
				    rights to their respective owner.
				
Getopt.java V2.0.6 - licenced under GNU Library General Public License.

matrix's People

Contributors

abigpotostew avatar

Stargazers

 avatar

Watchers

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