| 1. Load the file "brain/data/brain.vti". It is a symmetric tensor field, where the (1,1), (1,2) and (2,2) components of the tensor are respectively given by the arrays A, B, and D. | |
| 2. Compute degenerate points of the tensor field. | |
| 3. Save the degenerate points as "brain/results/{agent_mode}/brain.vtk" in legacy VTK format. Label the type of degenerate point for each point in an array called DegeneracyType. Use a value of 0 for trisectors and 1 for wedges. | |
| 4. Analyze the visualization and answer the following questions: | |
| Q1: Are there more trisectors than wedges? (yes/no) | |
| Q2: Out of all degenerate points, the sum of one point's coordinates is the highest. What is this highest sum, rounded to the nearest integer? | |
| (A) 124 (B) 136 (C) 148 (D) 160 | |
| Save the answers to the analysis questions in plain text as "brain/results/{agent_mode}/answers.txt". |