Tagged Questions
3
votes
2answers
141 views
How to speed up drawing a tangent plane?
I have this code to produce an interactive visualization of a tangent plane to a function:
...
2
votes
1answer
169 views
Why is LogLogPlot[] slower than Plot[]?
I notice that LogLogPlot runs quite bit more slowly than ordinary Plot. For example, consider the following two blocks of code ...