felixwittwer / casio_abi_math_2025

a collection of programs designed to assist in any field of mathematics needed to pass the German A-levels in Saxony
Other
2 stars 0 forks source link

find unknown parameters of function with integral menu #25

Closed felixwittwer closed 2 weeks ago

felixwittwer commented 4 weeks ago

still a TODO as mentioned in a comment in issue #24

felixwittwer commented 2 weeks ago

To clarify the feature that should be implemented:

F(x) + c F'(x) = f(x)

felixwittwer commented 2 weeks ago

There are also tasks that have the Area or integral + f(x) given and want to calculate c. These tasks are relatively rare and in most cases have to be solved symbolically which the supported calculators aren't capable of.

To sum it up this implementation would take up precious memory space and the calculated results would not be directly usable to solve this kind of tasks. In short, we won't implement this feature.