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/
Comsol: Tuning the Java heap size
If you get an error message like this: Error in sweep: Java heap space try to increase the Java heap. Open the com...
Unable to start the geometry editor ANSYS WB on CENTOS
export LD_LIBRARY_PATH=/usr/ansys_inc/v172/Framework/bin/Linux64/Mesa sudo nano ~/.bashrc export LD_LIBRARY_PATH=/usr/ansys_inc/v180/...
No comments:
Post a Comment