dilevin / computer-graphics-csc317

Course Page for Computer Graphics course
130 stars 26 forks source link

Midterm 1, Solving Matrix Equations #16

Open pjsmith97 opened 4 years ago

pjsmith97 commented 4 years ago

Is it fair game to expect to be asked to solve a matrix equation for Triangle Ray Intersection for the midterm?

dilevin commented 4 years ago

It’s fair game to be asked to setup the matrix

You would only be asked to solve a linear system if it has an obvious solution (e.g the system matrix is identity)