I have the following code. I'm trying to create two matrices that involve derivatives of a function where I am looping through counters i and j. I've tried many ways to define the functions and derivatives, but I keep getting errors. I've defined the functions just ahead of the for loops. Does...