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
- Host: GitHub
- URL: https://github.com/tim-koehler/gram-schmidt-process
- Owner: tim-koehler
- Created: 2018-12-17T20:52:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T12:39:56.000Z (almost 7 years ago)
- Last Synced: 2025-01-17T14:36:20.594Z (11 months ago)
- Topics: algorithm, gram-schmidt
- Language: Java
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.