Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Generate slope fields to visually assess an integral.

License

Notifications You must be signed in to change notification settings

CHollasch/Slope-Field-Generator

Repository files navigation

Slope-Field-Generator

Generate slope fields to visually assess an integral.

Below are some examples of function input with cooresponding slope field output...

x/3 y/x sin(deg(x+y)/10)*4 sin(deg(y)/7)^23+cos(deg(x)/6)^23 sqrt(abs(x*y))/(sin(deg(x)/6)cos(deg(yx)/100)*15) (sin(x*y/30)5)((cos((y+x)/10)>=sin((y-x)/5))) (sin(x/5)sin(y/5))(((sin(x/5)>=cos(y/5))+3)*((cos((y+x)/10)>=sin((y-x)/5)))+3)

The given equations are as follows...

  1. x/3

  2. y/x

  3. sin(deg(x+y)/10)*4

  4. sin(deg(y)/7)^23+cos(deg(x)/6)^23

  5. sqrt(abs(x*y))/(sin(deg(x)/6)cos(deg(yx)/100)*15)

  6. (sin(x*y/30)5)((cos((y+x)/10)>=sin((y-x)/5)))

  7. (sin(x/5)sin(y/5))(((sin(x/5)>=cos(y/5))+3)*((cos((y+x)/10)>=sin((y-x)/5)))+3)

About

Generate slope fields to visually assess an integral.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages