diff --git a/ex10/README.md b/ex10/README.md index 500b64082db50cb365c70954df6f6a1c6fede5b7..6696f824d47487a169bbcb2b9e28be5d1ae2f71c 100644 --- a/ex10/README.md +++ b/ex10/README.md @@ -54,7 +54,7 @@ The result should look like this: <img width="500px" src="img/critical.png"> -**Summary of Tasks:** Calculate and display critical points. +**Summary of Tasks:** Calculate and display critical points. Why are there so many points in the bottom middle, and how could you remove them? ## Task 3: Tensor Fields (1P) After scalar fields and vector fields, the next dimension is tensor fields. As you should have learned in the lecture, visualizing tensor fields directly is almost impossible and you need special methods to visualize them in a meaningful way. One of the methods is computing the eigenvalues and using a glyph-based approach.