mafs icon indicating copy to clipboard operation
mafs copied to clipboard

Function components

Open stevenpetryk opened this issue 3 years ago • 1 comments

Need a better name than this to avoid ambiguity between JS/React and Mafs. Maybe FunctionPlot? Anyway, should have the following:

  • [x] Function of x
  • [ ] Function of y
  • [x] Parametric functions

One issue is that this library will only supports injective functions of y and x. Relations require some kind of solver, meaning things like non-parametrically defined circles, hyperbolas, solution curves, etc. will not be plottable.

At least a lot of calculus and below can be plotted with this.

stevenpetryk avatar Sep 10 '20 01:09 stevenpetryk

Still trying to find a way to implement both a function of X and Y without duplicating a ton of code between them.

stevenpetryk avatar Sep 16 '20 20:09 stevenpetryk