Newton's Method

Newton's Method

A theme composed of elements from a Julia set (in white) for the rational function associated to Newton's method for ƒ:z→z3−1.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "name": "Newton's Method",
  "theme": {
    "images": {
      "theme_frame": "i/frame.png",
      "theme_ntp_background": "i/background.png",
      "theme_toolbar": "i/toolbar.png",
      "theme_button_background": "i/button_background.png"
    },
    "properties": {
      "ntp_background_alignment": "top left",
      "ntp_background_repeat": "repeat"
    },
    "tints": {
      "buttons": [
        0.5,
        0.8,
        0.65
      ]
    }
  }
}