stevenpetryk / mafs

React components for interactive math

Home Page:https://mafs.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movable point

karkir0003 opened this issue · comments

Any example code to write a function y = f(x) and given a point on the function, move it along?

Eg: given y = 2x + 5 and the starting point (0,5), how would I use mafs to move the (0,5) point along the y = 2x + 5 function