Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
extrema / usr / share / extrema / Scripts / fill_under_curve.pcm
Size: Mime:
clear
defaults
generate x -5,,5 50
y=x^2+3*x-2
SET AREAFILLCOLOR red
L = LEN(X)
X[2:L+1] = X[1:L]
X[L+2] = X[L+1]
Y[2:L+1] = Y[1:L]
Y[1] = 0
Y[L+2] = 0
GRAPH X Y
ZEROLINES\HORIZONTAL ! draw horizontal line thru (0,0)