p5.mw

Examples of Animations 

(5) 

 

coordinate systems :  

hypercylindrical, invcasscylindrical and invellcylindrical 

 

> with(plots); -1
 

 

hypercylindrical 

 

> animate3d(`*`(sin(`+`(`*`(u, `*`(v)), ln(t))), `*`(cos(`+`(`*`(u, `*`(v)), t)))), u = 1 .. 3, v = 1 .. 4, t = 1 .. 10, coords = hypercylindrical, frames = 50)
animate3d(`*`(sin(`+`(`*`(u, `*`(v)), ln(t))), `*`(cos(`+`(`*`(u, `*`(v)), t)))), u = 1 .. 3, v = 1 .. 4, t = 1 .. 10, coords = hypercylindrical, frames = 50)
 

Plot
 

 

invcasscylindrical 

 

> animate3d(exp(`+`(sin(u), sin(v), sin(t))), u = `+`(`-`(`*`(`/`(1, 2), `*`(Pi)))) .. `+`(`*`(`/`(1, 2), `*`(Pi))), v = 0 .. Pi, t = `+`(`*`(`/`(1, 2), `*`(Pi))) .. Pi, coords = invcasscylindrical, fra...
animate3d(exp(`+`(sin(u), sin(v), sin(t))), u = `+`(`-`(`*`(`/`(1, 2), `*`(Pi)))) .. `+`(`*`(`/`(1, 2), `*`(Pi))), v = 0 .. Pi, t = `+`(`*`(`/`(1, 2), `*`(Pi))) .. Pi, coords = invcasscylindrical, fra...
 

Plot
 

 

invellcylindrical 

 

> Typesetting:-mrow(Typesetting:-mi(
Typesetting:-mrow(Typesetting:-mi(
 

Plot