Open dutitello opened 4 years ago
It's partially done!
notfor=[]
and onlyfor=[]
)grad('y','x') = y'(x) = dy/dx
.Arrays and tables are for now out. grad looks ok!
the name of the function is now derivatives! Since grad(f(X)) are the derivatives of f(X) for all X variables the output should be an dictionary for each output parameter (f) and each dictionary should have it's derivatives.
I used for central diference method h/2
steps... but it's a good ideia for numerical evaluations... It need to be always h
...
It will be determined by finite difference method. Forward, central and backward methods at first.