Tool/algorithmic library for determining equation of quadric surface through 9 given points The 2019 Stack Overflow Developer Survey Results Are Intorus intersectionNumber of points determining a QuadricArea Of Polygon Whose Edges Are In Given Distance From A Given Polygon EdgesEquation of circle through three given points.What's the importance of conics and quadrics in the context of a course of pure mathematics?Fourier transform of function defining half an ellipseTangents to Parabola through given pointsHow can I find the center point and radius of an arc segment from quadratic equation generated by a curve fitting softwareCoordinates of tangent points from a point outside a spheroid (ellispoid of revolution)Check for Point Collinearity and rearrange line
What is this business jet?
What is the meaning of Triage in Cybersec world?
Likelihood that a superbug or lethal virus could come from a landfill
Loose spokes after only a few rides
What do I do when my TA workload is more than expected?
Button changing its text & action. Good or terrible?
Can there be female White Walkers?
Is it a good practice to use a static variable in a Test Class and use that in the actual class instead of Test.isRunningTest()?
Cooking pasta in a water boiler
Why doesn't UInt have a toDouble()?
Are spiders unable to hurt humans, especially very small spiders?
APIPA and LAN Broadcast Domain
Why didn't the Event Horizon Telescope team mention Sagittarius A*?
Accepted by European university, rejected by all American ones I applied to? Possible reasons?
Can an undergraduate be advised by a professor who is very far away?
A word that means fill it to the required quantity
Why not take a picture of a closer black hole?
How much of the clove should I use when using big garlic heads?
Ubuntu Server install with full GUI
Correct punctuation for showing a character's confusion
If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?
Is it possible for absolutely everyone to attain enlightenment?
What is this sharp, curved notch on my knife for?
Straighten subgroup lattice
Tool/algorithmic library for determining equation of quadric surface through 9 given points
The 2019 Stack Overflow Developer Survey Results Are Intorus intersectionNumber of points determining a QuadricArea Of Polygon Whose Edges Are In Given Distance From A Given Polygon EdgesEquation of circle through three given points.What's the importance of conics and quadrics in the context of a course of pure mathematics?Fourier transform of function defining half an ellipseTangents to Parabola through given pointsHow can I find the center point and radius of an arc segment from quadratic equation generated by a curve fitting softwareCoordinates of tangent points from a point outside a spheroid (ellispoid of revolution)Check for Point Collinearity and rearrange line
$begingroup$
Is there any software that can calculate(and eventually plot) the quadric surface generated by 9 given points in 3D space? I know I can calculate that by defining 9 equations in Mathematica and solving them using $Solve$, but that is quite a process(inputting the coordinates by hand) and the solution is not always that accurate(from my experience, when plotting in Geogebra the quadric found by Mathematica, the surface usually does not pass through the input points.) Thanks!
geometry quadratics conic-sections
$endgroup$
add a comment |
$begingroup$
Is there any software that can calculate(and eventually plot) the quadric surface generated by 9 given points in 3D space? I know I can calculate that by defining 9 equations in Mathematica and solving them using $Solve$, but that is quite a process(inputting the coordinates by hand) and the solution is not always that accurate(from my experience, when plotting in Geogebra the quadric found by Mathematica, the surface usually does not pass through the input points.) Thanks!
geometry quadratics conic-sections
$endgroup$
1
$begingroup$
Could you give an example of such inaccuracies? It's odd that you found GeoGebra more accurate than Mathematica.
$endgroup$
– Aretino
Apr 7 at 14:25
$begingroup$
How do you want to enter the coordinates, if not by hand? If they are in some text file, it should be possible to read that using Mathematica.
$endgroup$
– Robert Israel
Apr 7 at 14:43
add a comment |
$begingroup$
Is there any software that can calculate(and eventually plot) the quadric surface generated by 9 given points in 3D space? I know I can calculate that by defining 9 equations in Mathematica and solving them using $Solve$, but that is quite a process(inputting the coordinates by hand) and the solution is not always that accurate(from my experience, when plotting in Geogebra the quadric found by Mathematica, the surface usually does not pass through the input points.) Thanks!
geometry quadratics conic-sections
$endgroup$
Is there any software that can calculate(and eventually plot) the quadric surface generated by 9 given points in 3D space? I know I can calculate that by defining 9 equations in Mathematica and solving them using $Solve$, but that is quite a process(inputting the coordinates by hand) and the solution is not always that accurate(from my experience, when plotting in Geogebra the quadric found by Mathematica, the surface usually does not pass through the input points.) Thanks!
geometry quadratics conic-sections
geometry quadratics conic-sections
asked Apr 7 at 14:00
Davidmath7Davidmath7
2255
2255
1
$begingroup$
Could you give an example of such inaccuracies? It's odd that you found GeoGebra more accurate than Mathematica.
$endgroup$
– Aretino
Apr 7 at 14:25
$begingroup$
How do you want to enter the coordinates, if not by hand? If they are in some text file, it should be possible to read that using Mathematica.
$endgroup$
– Robert Israel
Apr 7 at 14:43
add a comment |
1
$begingroup$
Could you give an example of such inaccuracies? It's odd that you found GeoGebra more accurate than Mathematica.
$endgroup$
– Aretino
Apr 7 at 14:25
$begingroup$
How do you want to enter the coordinates, if not by hand? If they are in some text file, it should be possible to read that using Mathematica.
$endgroup$
– Robert Israel
Apr 7 at 14:43
1
1
$begingroup$
Could you give an example of such inaccuracies? It's odd that you found GeoGebra more accurate than Mathematica.
$endgroup$
– Aretino
Apr 7 at 14:25
$begingroup$
Could you give an example of such inaccuracies? It's odd that you found GeoGebra more accurate than Mathematica.
$endgroup$
– Aretino
Apr 7 at 14:25
$begingroup$
How do you want to enter the coordinates, if not by hand? If they are in some text file, it should be possible to read that using Mathematica.
$endgroup$
– Robert Israel
Apr 7 at 14:43
$begingroup$
How do you want to enter the coordinates, if not by hand? If they are in some text file, it should be possible to read that using Mathematica.
$endgroup$
– Robert Israel
Apr 7 at 14:43
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
If your goal is that of having a dynamic-geometry tool, graphing a quadric surface in real time while you drag the points around, then you can achieve that with GeoGebra.
GeoGebra has a simple CAS embedded, quite cumbersome but apt to the purpose. I used it to substitute into the general equation of a quadric the coordinates of the nine points, solve the resulting system of equations and again substitute the solution into the equation. I thus obtained the equation of the quadric, which is automatically displayed by GeoGebra.
I uploaded this GeoGebra file to GeoGebraTube, for you to experiment, download and possibly improve it.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3178254%2ftool-algorithmic-library-for-determining-equation-of-quadric-surface-through-9-g%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
If your goal is that of having a dynamic-geometry tool, graphing a quadric surface in real time while you drag the points around, then you can achieve that with GeoGebra.
GeoGebra has a simple CAS embedded, quite cumbersome but apt to the purpose. I used it to substitute into the general equation of a quadric the coordinates of the nine points, solve the resulting system of equations and again substitute the solution into the equation. I thus obtained the equation of the quadric, which is automatically displayed by GeoGebra.
I uploaded this GeoGebra file to GeoGebraTube, for you to experiment, download and possibly improve it.
$endgroup$
add a comment |
$begingroup$
If your goal is that of having a dynamic-geometry tool, graphing a quadric surface in real time while you drag the points around, then you can achieve that with GeoGebra.
GeoGebra has a simple CAS embedded, quite cumbersome but apt to the purpose. I used it to substitute into the general equation of a quadric the coordinates of the nine points, solve the resulting system of equations and again substitute the solution into the equation. I thus obtained the equation of the quadric, which is automatically displayed by GeoGebra.
I uploaded this GeoGebra file to GeoGebraTube, for you to experiment, download and possibly improve it.
$endgroup$
add a comment |
$begingroup$
If your goal is that of having a dynamic-geometry tool, graphing a quadric surface in real time while you drag the points around, then you can achieve that with GeoGebra.
GeoGebra has a simple CAS embedded, quite cumbersome but apt to the purpose. I used it to substitute into the general equation of a quadric the coordinates of the nine points, solve the resulting system of equations and again substitute the solution into the equation. I thus obtained the equation of the quadric, which is automatically displayed by GeoGebra.
I uploaded this GeoGebra file to GeoGebraTube, for you to experiment, download and possibly improve it.
$endgroup$
If your goal is that of having a dynamic-geometry tool, graphing a quadric surface in real time while you drag the points around, then you can achieve that with GeoGebra.
GeoGebra has a simple CAS embedded, quite cumbersome but apt to the purpose. I used it to substitute into the general equation of a quadric the coordinates of the nine points, solve the resulting system of equations and again substitute the solution into the equation. I thus obtained the equation of the quadric, which is automatically displayed by GeoGebra.
I uploaded this GeoGebra file to GeoGebraTube, for you to experiment, download and possibly improve it.
answered Apr 7 at 22:09
AretinoAretino
25.8k31545
25.8k31545
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3178254%2ftool-algorithmic-library-for-determining-equation-of-quadric-surface-through-9-g%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
$begingroup$
Could you give an example of such inaccuracies? It's odd that you found GeoGebra more accurate than Mathematica.
$endgroup$
– Aretino
Apr 7 at 14:25
$begingroup$
How do you want to enter the coordinates, if not by hand? If they are in some text file, it should be possible to read that using Mathematica.
$endgroup$
– Robert Israel
Apr 7 at 14:43