maplesyrup06

8 Reputation

2 Badges

17 years, 292 days

MaplePrimes Activity


These are questions asked by maplesyrup06

hello everyone, I'd really appreciate your help. I have to finish a maple assignment within a couple of days and i've been stuck on this question that wants me to find a plane parrallel to a vector that goes though a point. The instructor gave me the following example [code] Example 6. Find the equation of the plane perpendicular to the vector ( 5, 1, -2 ) and passing through the point ( 0, 1, -1 ). Make a plot of this plane. We use the point-normal form of the equation of a plane: dotprod([5,1,-2],[x-0,y-1,z-(-1)])=0; _ _ _ 5 x - 3 + y - 2 z = 0
Page 1 of 1