Class: MPVSolve

Source Location: /viewers/mpvsolve.php

Class Overview [line 40]


Solve viewer class for MaximaPHP.

Author(s):

Version:

Copyright:

Variables

Constants

Methods


Inherited Variables

Inherited Constants

Inherited Methods



Class Details

Solve viewer class for MaximaPHP.

[ Top ]


Class Variables

$examples = array
   (
      array( '2*x*(1 - a1) - 2*(x - 1)*a2, a2 - a1, a1*(-y - x^2 + 1), a2*(y - (x - 1)^2)', 'x, y, a1, a2' ),array('x^2 - y^2, -1 - y + 2*y^2 - x + x^2','x, y'),array('(1 + 2*x)^3 = 13.5*(1 + x^5)',''),array('x^3 + x^2 - 1',''),array('x + 3*y = 2, 2*x - y = 5','x, y'),array('x + z = y, 2*a*x - y = 2*a^2, y - 2*z = 2','x, y, z'),array('asin (cos (3*x))*(f(x) - 1)',''),array('5^f(x) = 125','f(x)'),array('4*x^2 - y^2 = 12, x*y - x = 2','x, y'),array('1 + a*x + x^3','x'),array('x^3 - 1',''),array('x^6 - 1',''),array('x^2 - 1',''))

[line 45]

Examples for expression

Type: mixed

Overrides:

[ Top ]


Class Methods

formatOutput

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

[line 86]

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 ]

getExamples

string getExamples( integer $count)

[line 67]

Get examples

Parameters:

  • integer $count - number of examples to get

[ Top ]

show

void show( $qstring)

[line 100]

Show the viewer

Parameters:

  • $qstring -

[ Top ]


Class Constants


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