The Volume Of Revolution
Michal Skalski
Email: scrin@go2.pl
| > | with(Student[Calculus1]): |
| > | VolumeOfRevolutionTutor(); |
| > | VolumeOfRevolution(x^2, 0..5, 'axis'='horizontal', 'output'='plot'); |
| > | VolumeOfRevolution(-1/2*x, 0..2, 'axis'='horizontal', 'output'='plot'); |
| > | VolumeOfRevolution(1/x, 0..2, 'axis'='horizontal', 'output'='plot'); |
| > | VolumeOfRevolution(1/2*x-1/2, 0..2, 'axis'='horizontal', 'output'='plot'); |
| > | VolumeOfRevolution(2*x^2-x^3, 0..2, 'axis'='horizontal', 'output'='plot'); |
| > | VolumeOfRevolution(1/x, 0..2, 'axis'='vertical', 'output'='plot'); |
| > | VolumeOfRevolution(sin(x^2), -2*Pi..2*Pi, 'axis'='horizontal', 'output'='plot'); |