Graphing 2d plane in 3d space using equation and/or vectors
问题 I'm trying to make a linear regression plane visualization tool for a math project. Currently I have the math parts completed, but I am not sure how to graph the plane. I have a equation in the form of z=C+xD+yE, where C, D, and E are known constants. How do I graph the plane using these information? Thanks. github page: https://saxocellphone.github.io/LAProject/ 回答1: z=C+xD+yE This equation gives full information about the plane. What else you need to graph (plot, draw?) it? Probably it