|
phystricks
|


Public Member Functions | |
| def | solve_one_var (self, eqs, var) |
| def | solve_more_vars (self, eqs, vars) |
| 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.
1.8.11