Folded Conic Section.des 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "version": 5,
  3. "graph": {
  4. "viewport": {
  5. "xmin": -1.91158261371499,
  6. "ymin": -1.8588137264694713,
  7. "xmax": 2.4818758775250513,
  8. "ymax": 2.53464476477057
  9. }
  10. },
  11. "expressions": {
  12. "list": [
  13. {
  14. "type": "expression",
  15. "id": "1",
  16. "color": "#c74440",
  17. "latex": "N=35",
  18. "sliderHardMin": true,
  19. "sliderHardMax": true,
  20. "sliderMin": "1",
  21. "sliderMax": "100",
  22. "sliderInterval": "1",
  23. "style": "SOLID"
  24. },
  25. {
  26. "type": "expression",
  27. "id": "34",
  28. "color": "#000000",
  29. "style": "SOLID"
  30. },
  31. {
  32. "type": "expression",
  33. "id": "26",
  34. "color": "#2d70b3",
  35. "latex": "n=\\left[0,\\frac{1}{N},...,\\frac{N-1}{N}\\right]\\cdot2\\pi",
  36. "style": "SOLID"
  37. },
  38. {
  39. "type": "expression",
  40. "id": "30",
  41. "color": "#2d70b3",
  42. "latex": "\\left(a,b\\right)",
  43. "style": "SOLID"
  44. },
  45. {
  46. "type": "expression",
  47. "id": "32",
  48. "color": "#388c46",
  49. "latex": "a=1.57",
  50. "hidden": true,
  51. "style": "SOLID"
  52. },
  53. {
  54. "type": "expression",
  55. "id": "33",
  56. "color": "#6042a6",
  57. "latex": "b=1.18",
  58. "hidden": true,
  59. "style": "SOLID"
  60. },
  61. {
  62. "type": "expression",
  63. "id": "27",
  64. "color": "#2d70b3",
  65. "latex": "x^2+y^2=1",
  66. "lineStyle": "DASHED",
  67. "style": "SOLID"
  68. },
  69. {
  70. "type": "text",
  71. "id": "36",
  72. "text": "(x - a)^2 + (y - b)^2 - (x - cos)^2 - (y - sin)^2 // Simplify"
  73. },
  74. {
  75. "type": "expression",
  76. "id": "35",
  77. "color": "#c74440",
  78. "latex": "a^2+b^2-1-2ax-2by+2x\\cos\\left(n\\right)+2y\\sin\\left(n\\right)=0",
  79. "style": "SOLID"
  80. },
  81. {
  82. "type": "expression",
  83. "id": "37",
  84. "color": "#c74440",
  85. "latex": "\\left(y-\\sin\\left(n\\right)\\right)\\left(b-\\sin\\left(n\\right)\\right)+\\left(x-\\cos\\left(n\\right)\\right)\\left(a-\\cos\\left(n\\right)\\right)=0",
  86. "hidden": true,
  87. "style": "SOLID"
  88. }
  89. ]
  90. }
  91. }