-
-
Notifications
You must be signed in to change notification settings - Fork 220
Open
Description
The readme would benefit w/ examples of differentiating general f: Rn -> Rm
f1(x,y)=cos(x)+sin(y)
f2(x,y)=x^2 + y^2
f3(x,y)=log(x) + exp(y)
f(x,y)= [f1(x,y);f2(x,y);f3(x,y)]
gradient(f1, 1, 2)
gradient(f2, 1, 2)
gradient(f3, 1, 2)
gradient(f, 1, 2) # should be a Jacobian, don't know how to get it to workReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels