+ 1
Derivative question Solve CHALLENGE by Coding----(High level of Creation purpose)
Write any program to solve any type of derivative from user input(or from constant value). (High level of Creation purpose only)
2 odpowiedzi
+ 1
@Gordie
You can use any question like (y=x^cosx) as input and x^cosx[cosx/x - sinx logx]. as output...
+ 1
@Gordie
It is a simple derivative question.
Currently, I am looking on this question.
But in the case of derivative of logx is difficult. Programmers need to think completely different from mathematical method..!!
High level of creation required for it.