What is the code to solve limx→1(logx)logx?
What is the code to solve limx→1(logx)logx? Correct Answer syms x;limit(log(x)^(log(x)),x,1)
We should not give the function as an input to the limit command as a string. It will generate a warning but gives an output. We have to declare our variables as symbolic before placing our function as an argument to the limit command.
মোঃ আরিফুল ইসলাম
Feb 20, 2025