phystricks
Public Member Functions | List of all members
phystricks.src.SmallComputations.CalculSage Class Reference
Inheritance diagram for phystricks.src.SmallComputations.CalculSage:
Inheritance graph
[legend]
Collaboration diagram for phystricks.src.SmallComputations.CalculSage:
Collaboration graph
[legend]

Public Member Functions

def solve_one_var (self, eqs, var)
 
def solve_more_vars (self, eqs, vars)
 

Member Function Documentation

def phystricks.src.SmallComputations.CalculSage.solve_more_vars (   self,
  eqs,
  vars 
)
Solve the equations with respect to the given variables

Returns a list like [  [1,2],[3,4] ] if the solutions are (1,2) and (3,4)
def phystricks.src.SmallComputations.CalculSage.solve_one_var (   self,
  eqs,
  var 
)
Solve the equations with respect to the given variable

Returns a list of numerical values.

The documentation for this class was generated from the following file: