Linear Algebra Library 
Description

This library adds a comprehensive set of objects and methods for representing the linear algebraic forms and operations.

Files

 

 
ifNilNot.st File in this file to add required methods #ifNil: or #ifNotNil: for the library.  This file-in is not needed if the WindowBuilder Pro runtime libraries are installed.
LinearAlgebra.ST Linear Algebra library

 

Requirements

    Visual Smalltalk/Visual Smalltalk Enterprise 3.1.2

Installation

Select File-Install from theVisual Smalltalk menu bar and install ifNilNot.st. This file in may be omitted if the WindowBuilder Pro runtime library is installed. Then, select File-Install from theVisual Smalltalk menu bar and install LinearAlgebra.st.

Examples

Sending the method #examples to any of the following classes will open a workspace window with example expressions that may be evaluated to demonstrate the capabilities of the class: AlgebraicAmbient, CartesianProduct,  DualAmbient, TensorAmbient, TupleAmbient, LinearBasis, LinearSpace, MathFunction, LinearArrow, Matrix, MatrixReducer, ModularInteger, Tensor, Tuple, and  SimpleTuple.   For example, evaluating

    Matrix examples

will open a workspace with some matrix expressions to try.

Likewise, sending the message #comments to classes AlgebraicAmbient or LinearAmbient opens a workspace window with some background and theory on these classes.

Contact

Leandro Caniglia
caniglia@dm.uba.ar


Links to: The ObjectShare web site VisualSmalltalk Product Support ObjectShare's Online Documentation Site