Complex-Plotting

Plotting Complex Numbers (by Borthralla)

Complex-Plotting reviews and mentions

Posts with mentions or reviews of Complex-Plotting. We have used some of these posts to build our list of alternatives and similar projects.
  • Latte's Example: Iterates of f(z) = (z^2+1)^2/4z(z^2-1)
    1 project | /r/math | 16 Oct 2021
    I wrote the code myself in javascript https://github.com/Borthralla/Complex-Plotting plus I added this for the lattes function let lattes = (z) => z.mul(z).add(unit).pow(2).div(z.mul(four).mul(z.mul(z).sub(unit))) let lattes_n = (n) => { return (z) => { let result = z for (let i = 0; i < n; i++) { z = lattes(z) } return z } }

Stats

Basic Complex-Plotting repo stats
1
1
1.8
almost 3 years ago

The primary programming language of Complex-Plotting is JavaScript.

Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com