Hi so I want to create an application where a user can input up to 4 functions and those functions are put in like x^2, sqrt(x) and so on. Now once I input it, i want to perform the inputted function on a vector, so ln(x) is entered, then the ln of an array should be returned, how do I make it?