This example looks at the printme method
View output (PDF) | source (python)
- See also
36 f = Function(
"f", [a,b],[d])
44 dd_da = jacobian(d, a)
45 J = Function(
'J', [a,b], [dd_da])
52 d2d_da2 = jacobian(dd_da, a)
53 J = Function(
'J', [a,b], [d2d_da2])