File:CubicCurve.svg

Description
English: This is a collection of cubic curves, the equation (with parameters a and b) see below. Region shown: [-5,5]²
Русский: Некоторые виды кубик, уравнение см. ниже. Показан регион [-5,5]²
Date
Source Own work
Author Tos
Permission
(Reusing this file)
Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Category:Self-published work#CubicCurve.svgCategory:PD-self#CubicCurve.svg
SVG development
InfoField
 
The SVG code is valid.
 
This diagram was created with Mathematica.
Category:Valid SVG created with Mathematica code#CubicCurve.svg
 
Category:Translation possible - SVGThis file uses embedded text that can be easily translated using a text editor.
Source code
InfoField

Mathematica code

GraphicsArray[
  Table[
    ContourPlot[
      4 x^3 - a x^2 y + 9 x y^2 - 9 y^3 - 36 x + 36 y + 10 b == 0,
      {x, -5, 5},
      {y, -5, 5},
      FrameTicks -> None, 
      ContourStyle -> {Blue, Thick}
    ],
  {a, -4, 12, 4},
  {b, -8, 8, 4}
  ]
]
Category:Cubic curves
Category:Cubic curves Category:PD-self Category:Self-published work Category:Translation possible - SVG Category:Valid SVG created with Mathematica code