doOperatrion is a function with aproto type as following:
void doOperatrion(string s, string varNames[100], string varContent[100] , int& variablesNo, );
Description:
it is the core function of our project as it Will be take a string input like: A = 3 sin(0.2) + d (9 + b exp(3)) where d and b might be matrices
doOperatrion is a function with aproto type as following: void doOperatrion(string s, string varNames[100], string varContent[100] , int& variablesNo, );
Description: it is the core function of our project as it Will be take a string input like: A = 3 sin(0.2) + d (9 + b exp(3)) where d and b might be matrices