1. [20 points] Write a program that inputs a 3 × 3 matrix consisting of orientation field values and determines if the matrix corresponds to a singular point or not. If it corresponds to a singular point, determine if it is a core (loop) or a delta point. Input the following matrices to your program and report the output. 1. 10 15 -10 12 0 15 13 12 -5 2. 45 90 -50 50 0 -45 5 0 -5 3. 50 0 -50 75 0 -70 85 90 -85 1 4. 45 2 -50 90 0 90 -50 2 50
1. [20 points] Write a program that inputs a 3 × 3 matrix consisting of orientation field values and determines if the matrix corresponds to a singular point or not. If it corresponds to a singular point, determine if it is a core (loop) or a delta point. Input the following matrices to your program … Read more