algorithm - Implementation Of Differentiation & Integration(Calculus) In C++ -
is there suitable algorithm integration & differentiation implement c++ or c. name reference. happy answer & explanation if kind enough provide sample code. in advance.
you can use calculus c++ library.
it easy use. can declare variables variable x="x",y="y";
, , functions function f=sin(x)*sin(y);
.
and can differentiate example respect x function dfdx= f->get_partial_derivative(x);
Comments
Post a Comment