Development of a Java Package for Matrix Programming
| dc.creator | Lim, Ngee-Peng | |
| dc.creator | Ling, Maurice HT | |
| dc.creator | Lim, Shawn YC | |
| dc.creator | Choi, Ji-Hee | |
| dc.creator | Teo, Henry BK | |
| dc.date | 2003-06-24 | |
| dc.date.accessioned | 2026-07-07T03:19:58Z | |
| dc.date.available | 2026-07-07T03:19:58Z | |
| dc.description | We had assembled a Java package, known as MatrixPak, of four classes for the purpose of numerical matrix computation. The classes are matrix, matrix_operations, StrToMatrix, and MatrixToStr; all of which are inherited from java.lang.Object class. Class matrix defines a matrix as a two-dimensional array of float types, and contains the following mathematical methods: transpose, adjoint, determinant, inverse, minor and cofactor. Class matrix_operations contains the following mathematical methods: matrix addition, matrix subtraction, matrix multiplication, and matrix exponential. Class StrToMatrix contains methods necessary to parse a string representation (for example, [[2 3 4]-[5 6 7]]) of a matrix into a matrix definition, whereas class MatrixToStr does the reverse. | |
| dc.description | Secondary school (high school) student project report. Foundation for JMaths project | |
| dc.identifier | https://arxiv.org/abs/cs/0306127 | |
| dc.identifier | http://arxiv.org/abs/cs/0306127 | |
| dc.identifier.uri | http://salesiana.dossiersoluciones.com/handle/123456789/31672 | |
| dc.subject | Mathematical Software | |
| dc.subject | K.3.0; G.m | |
| dc.title | Development of a Java Package for Matrix Programming | |
| dc.type | text |