Implementation of Laplace expansion(solves for determinant/inverse), Gram-Schmidt, and QR algorithms with a Swing calculator
-
Updated
Mar 7, 2020 - Java
Matrix is an open standard and communication protocol for real-time communication. It aims to make real-time communication work seamlessly between different service providers, in the way that standard Simple Mail Transfer Protocol email currently does for store-and-forward email service, by allowing users with accounts at one communications service provider to communicate with users of a different service provider via online chat, voice over IP, and videotelephony. It therefore serves a similar purpose to protocols like XMPP, but is not based on any existing communication protocol.
Implementation of Laplace expansion(solves for determinant/inverse), Gram-Schmidt, and QR algorithms with a Swing calculator
This project is a matrix row reduced echelon form calculator using javaFx, it can calculate RREF of any n x n matrix and display its rank and nullity and if optionally the steps of the calculation process
JMat is a library which implements fundamental matrix capabilities in Java.
Math solver is android app which can solves problems mostly based on formulaes. also it can be used to convert number system
This repository holds all the Data Structures and Algorithms practice questions solved in Java
but what 'bout B-For Math ?
A library for performing different operations with matrices.
Matrix Determinant is a Java class to calculate the determinant of any given integer matrix by concurrently computing its adjugated matrices.
Graph Data structure question from leetcode and geeksforgeeks in java.
Matrix Rain Effects is a multi-language project showcasing the Matrix rain effect, inspired by the iconic visual from the Matrix film series.
A pure Java library for basic vector math based on the util.vector package of LWJGL2
Trick Question about transforming a matrix in-place
Contains sample code on how to use Galileo in a Java project
Simple Linear Algebra Class for Java, but only with static methods!