0 Members and 1 Guest are viewing this topic.
char matx_str[255];EStackIndex orig_top;strcpy(matx_str, "rref([[3,6,4][5,9,2][-9,5,-2]])");orig_top = top_estack;push_zstr(matx_str);push_str_to_expr(top_estack); // Receive a syntax error when executing this line of codedelete_between(orig_top, top_estack);
Hi
First of all, you don't need to use a FlashApp for EStack programming.
If you're into more manual things for building that matrix and triggering the rref computation . . .
retrieve the result to be parsed out by my code so that I can use the numbers.
push_END_TAG();push_END_TAG();push_negate_quantum_as_negint(6);push_quantum_as_nonnegative_int(5);push_LIST_TAG();push_quantum_as_nonnegative_int(4);push_quantum_as_nonnegative_int(2);push_LIST_TAG();push_LIST_TAG();