Hello I have a problem, I would like convert from string to ex to find the symbolic derivative
is it posible?
void chequeaPrim(vector<string> ramaPrim)
{
    for(int i=0; i< ramaPrim.size();i++)
    {
        ex = ramaPrim[i];
    }
}


thanks