An open API service indexing awesome lists of open source software.

https://github.com/tim-koehler/gram-schmidt-process

The Gram–Schmidt Process with an arbitrary amount of dimensions
https://github.com/tim-koehler/gram-schmidt-process

algorithm gram-schmidt

Last synced: 9 months ago
JSON representation

The Gram–Schmidt Process with an arbitrary amount of dimensions

Awesome Lists containing this project

README

          

# Gram-Schmidt-Process
The Gram–Schmidt Process with an arbitrary amount of dimensions

## Compile

javac *.java

## Run

java Main

## Usage

1. Insert dimension.
2. Insert vectors according to the set dimension.
3. Read the output.