Question: I need help plotting this in Maxima, including how to write the code in the program. Let : 0=2(x 3)3(y 2)+2(z 1) be a plane
I need help plotting this in Maxima, including how to write the code in the program. Let : 0=2(x 3)3(y 2)+2(z 1) be a plane in space and let P be the point P (2,5,7). Use the results from the article to find the following. (a) On the same set of axes, plot the following items. Adjust the view window, sizes, colors, etc to make each element easy to see. i. the point P ii. the plane A. youll use the implicit() command to plot the plane: implicit(eqn, x, xmin, xmax, y, ymin, ymax, z, zmin, zmax); wxdraw3d( implicit(n1(xx0)+n2(yy0)+n3(zz0)=0,x,xmin,xmax,y,ymin,ymax,z,zmin,zmax)); iii. the normal vector to ,n , initiating at the point R in iv. the point Q, the reflection of P through v. the line m through P orthogonal to 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
