Rotate cylinder
Hi,
I have a cylinder defined as follows:

and I would like to rotate it around the z-axis and represent it in a 3d graph.
How can I do it in Mathcad 15?
Thanks in advance,
Enrique
Hi,
I have a cylinder defined as follows:

and I would like to rotate it around the z-axis and represent it in a 3d graph.
How can I do it in Mathcad 15?
Thanks in advance,
Enrique
You wrote that you wanted to rotate around the x-axis, not the z-axis, didn't you?
The order of your multiplication is wrong. you can't multiply a 3x1 matrix with a 3x3 matrix.
You cannot evaluate the multiplication numerically (thats the reason you get the error message of u, v being unknown) but you must assign the result to another function in the two variables u and v.
Then you plot this function either directly in 3D, or, as I prefer for better control and convenience, using createmesh.

Regards
Werner
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.