[General boards] [Winter 2023 courses] [Fall 2022 courses] [Summer 2022 courses] [Older or newer terms]

A3 Q1 Jacobian

In the starter code for Q1, should we compute “J” (jacobian matrix) using some matlab function or should we use the jacobian matrix we computed in part (a) ?

Note: This isn’t regarding solving the Jacobian, I know that’s to be done via backslash as stated in the handout.

You should hard-code (entry by entry) the Jacobian you derived in part (a).
Do NOT use any automatic differentiation or other similar facility or function.

1 Like
  [General boards] [Winter 2023 courses] [Fall 2022 courses] [Summer 2022 courses] [Older or newer terms]