What is the code to solve limx→1(logx)^logx?
(a) syms x;limit(‘log(x)^(log(x))’,x,1)
(b) limit(‘log(x)^(log(x))’,x,1)
(c) syms x;limit(log(x)^(log(x)),x,1)
(d) Cannot be solved
The question was asked at a job interview.
My question is based upon Limits topic in chapter Beyond the Basics of MATLAB