FEM and not only
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:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
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/
Optimal mapped mesh on the circle
Very nice description about how make mapped mesh on a two-dimensional circle can be found here
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/
No comments:
Post a Comment