 
			 
			MCQOPTIONS
 Saved Bookmarks
				| 1. | 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 | 
| Answer» D. Cannot be solved | |