Skip to main content

Showing 1–1 of 1 results for author: Teo, H B

Searching in archive cs. Search in all archives.
.
  1. arXiv:cs/0306127  [pdf

    cs.MS

    Development of a Java Package for Matrix Programming

    Authors: Ngee-Peng Lim, Maurice HT Ling, Shawn YC Lim, Ji-Hee Choi, Henry BK Teo

    Abstract: 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, determina… ▽ More

    Submitted 24 June, 2003; originally announced June 2003.

    Comments: Secondary school (high school) student project report. Foundation for JMaths project

    ACM Class: K.3.0; G.m