Scientific Calculator Plus Help : solver functions

Function name Function info
get_num_of_results_sets

::mfp::math::polynomial::get_num_of_results_sets(1) :

get_num_of_results_sets(x), where variable x is return of an in-line solve block, returns the number of results sets stored in variable x.

get_solved_results_set

::mfp::math::polynomial::get_solved_results_set(2) :

get_solved_results_set(x, y), where variable x is return of an in-line solve block, returns No. y + 1 results set stored in variable x. Note that this function returns an 1-dim array. The first element in the array is the result of the first to-be-solved variable in the solve block; the second element in the array is the result of the second to-be-solved variable in the solve block; etc ...

get_variable_results

::mfp::math::polynomial::get_variable_results(2) :

get_variable_results(x, y), where variable x is return of an in-line solve block, returns all results of No. y + 1 to-be-solved variable in the solve block which returns x. Note that this function returns an 1-dim array. Each element in the array is one root of the to-be-solved variable.