- #1
defaultusername
- 17
- 0
Homework Statement
Use Mathematica to calculate the Gaussian curvature of the plane Ax+By+Cz=D, in which A, B, C, and D are constants and C≠0.
Use the following data:
Homework Equations
The Attempt at a Solution
First I found the line curvature. As here:
Line Curvature said:Simplify[ArcCurvature[{v1*t + x, v2*t + y, v3*t + z}, t]]
That code gets the result = 0.
So, I know that the curvature needs to be 0, even with the Gaussian curvature.
I have looked at Gaussian curve code in Mathematica but I can't quite figure out how to get it to work.
I was told that I need to translate it to a 'u' and 'v' parameterized surface, but I have no idea how to do that...especially in Mathematica.
Here is my Gaussian Curvature attempt:
Gaussian Curvature Attempt said:GaussianCurvature[{v1*t + x, v2*t + y, v3*t + z}, t]
I just can't seem to get it to be 0. What am I doing wrong?
Thanks in advance