Thursday, April 16, 2015

Maple: Display plots several plots together

with(plots);
p1 := plot(sin(x), x = 0 .. 2*Pi, color = red);
p2 := plot(cos(y), y = -Pi .. Pi, color = blue);
display({p1, p2});

No comments:

How to Encrypt and Decrypt Files With GPG on Linux

https://www.howtogeek.com/427982/how-to-encrypt-and-decrypt-files-with-gpg-on-linux/