CHEM SKECTH MODEL AND PDB
I did this molecule model by using Chem Sketch's software. You can create many molecule structure,chemical reaction,
draw lab kit and so on using this software... For pdb picture, if you want to see more models you can go to this web
site www.rcsb.org
VRML MODELS
VRML allows object to act as alink(or connection) to other internet documents, including other VRML scenes, hypertext
documents, or even access ti databases.
GRAPH AND 3D MODELS
For your information, the graph below done by using Maple Software...
This software really help economics, lecturers, mathematician and so on to calculate, plot graph and many
more... Maybe you can try it...
The caption above the picture is the title of that picture
while the caption below the picture is the equation which I used to plot the graph or do the animation ...
You can try it if you have this software..
Scientific equation |
|
y:=A*sin(f*x)+cos(f*x)+sinh(A*x); |
Animation with 2d Plotting |
|
y:=A*sin(f*x)+cos(f*x)+sinh(A*x); animate(subs(A=1,y),x=-Pi..Pi,f=1..2); |
This is picture of flower |
|
plot([45*cosh(5*t),7*sin(6*t),t=-10..10],title="Flower",axes=none); |
MUSHROOM |
|
plot3d([sin(phi)*cos(theta),sin(phi)*sin(theta),cos(phi)],theta=0..2*Pi,phi=0..Pi/2): |
Animation of SNAKE... |
|
animate3d(sin(x)*sin(t*u)+cos(t),x=1..3,t=1..4,u=1/4..7/2,coords=cylindrical,title="SNAKE"); |
|