MCQOPTIONS
Saved Bookmarks
| 1. |
How can we check whether the limn‚Üí3+ n-1 exists?$ |
| A. | limit(n-1,n,3) |
| B. | syms n;limit(n-1,n,3,’right’) |
| C. | syms n;limit(n-1,3,’right’) |
| D. | syms n;limit(n-1,3,n,’right’) |
| Answer» D. syms n;limit(n-1,3,n,‚Äö√Ñ√∂‚àö√ë‚àö¬•right‚Äö√Ñ√∂‚àö√ë‚àö¬•) | |