Differential
dy⁄dx =
Note: Because of the architecture of this
program, in dy⁄dx, carets
(^
) represent the logical xor
operation and not exponentiation.
For
exponents, use pow(base, exponent)
—
“x²”, for example, would be written as pow(x,
2)
Slope field density:
Graph:
Width:
Height:
Center:
x:
y:
differential uses the Euler method of differential equation approximation, and as such may yield strange or erroneous solutions for equations with asymptotes, discontinuities, or no real solution for y(x) = …, such as dy⁄dx = -x⁄y
note that differential is ultimately a toy! do not blame me if you use it for your homework and it messes up
check out: