Exercise 7.3.6

Answers

Through computational graph, if we let s = x3, c = x y, then F = sc, so we have s = 8,c = 1

  • ∂F ∂x = ∂F ∂s ∂s ∂x + ∂F ∂c ∂c ∂x = c(3x2) + s × 1 = (1) × (3 × 22) + 8 × 1 = 4
  • ∂F ∂y = ∂F ∂s ∂s ∂y + ∂F ∂c ∂c ∂y = s × (1) = 8
User profile picture
2020-03-20 00:00
Comments