Class: MPVMatrixProperty

Source Location: /viewers/mpvmatrixproperty.php

Class Overview [line 40]


Properties viewer class for MaximaPHP.

Author(s):

Version:

Copyright:

Variables

Constants

Methods


Inherited Variables

Inherited Constants

Inherited Methods



Class Details

Properties viewer class for MaximaPHP.

[ Top ]


Class Variables

$examples = array
   (
      array( "matrix( [a, b, c], [d, e, f], [g, h, i] )", "determinant" ),array("matrix( [a, b, c], [d, e, f], [g, h, i] )","mattrace"),array("matrix( [a, b, c], [d, e, f], [g, h, i] )","rank"),array("matrix( [a, b, c], [d, e, f], [g, h, i] )","invert"),array("matrix( [a, b, c], [d, e, f], [g, h, i] )","transpose"),array("matrix( [a, b, c], [d, e, f], [g, h, i] )","adjoint"),array("matrix( [a, b, c], [d, e, f], [g, h, i] )","triangularize"),array("matrix( [a, b, c], [d, e, f], [g, h, i] )","echelon"),array("matrix( [a, b, c], [d, e, f], [g, h, i] )","charpoly"),array("matrix( [1, 2, 4], [3, 5, 7], [6, 8, 9] )","determinant"),array("matrix( [1, 2, 4], [3, 5, 7], [6, 8, 9] )","mattrace"),array("matrix( [1, 2, 4], [3, 5, 7], [6, 8, 9] )","rank"),array("matrix( [1, 2, 4], [3, 5, 7], [6, 8, 9] )","invert"),array("matrix( [1, 2, 4], [3, 5, 7], [6, 8, 9] )","transpose"),array("matrix( [1, 2, 4], [3, 5, 7], [6, 8, 9] )","adjoint"),array("matrix( [1, 2, 4], [3, 5, 7], [6, 8, 9] )","triangularize"),array("matrix( [1, 2, 4], [3, 5, 7], [6, 8, 9] )","echelon"),array("matrix( [1, 2, 4], [3, 5, 7], [6, 8, 9] )","charpoly"),array("matrix( [a, b], [c, d] )","eigenvalues"),array("matrix( [a, b], [c, d] )","eigenvectors"),array("matrix( [a, b], [c, d] )","uniteigenvectors"),array("matrix( [a, b], [c, d] )","similaritytransform"),array("matrix( [1, 2], [3, 4] )","eigenvalues"),array("matrix( [1, 2], [3, 4] )","eigenvectors"),array("matrix( [1, 2], [3, 4] )","uniteigenvectors"),array("matrix( [1, 2], [3, 4] )","similaritytransform"))

[line 45]

Examples for expression

Type: mixed

Overrides:

[ Top ]


Class Methods

formatOutput

string formatOutput( string $result, boolean $simplify, boolean $numeric)

[line 99]

Format output from MaximaPHP

Parameters:

  • string $result - output from MaximaPHP
  • boolean $simplify - whether to simplify output or not
  • boolean $numeric - whether to apply numeric or not

[ Top ]

fromMatrix

string fromMatrix( string $matrix)

[line 136]

Format Maxima matrix to user input

Parameters:

  • string $matrix - matrix from Maxima

[ Top ]

getExamples

string getExamples( integer $count)

[line 80]

Get examples

Parameters:

  • integer $count - number of examples to get

[ Top ]

show

void show( $qstring)

[line 154]

Show the viewer

Parameters:

  • $qstring -

[ Top ]

toMatrix

string toMatrix( string $input)

[line 115]

Format user input to Maxima matrix

Parameters:

  • string $input - unser input from textarea

[ Top ]


Class Constants


Documentation generated on Mon, 23 Apr 2007 13:00:30 +0900 by phpDocumentor 1.3.1